|
@@ -1218,6 +1218,7 @@ static struct usb_device_id af9015_usb_table[] = {
|
|
|
{USB_DEVICE(USB_VID_AVERMEDIA, USB_PID_AVERMEDIA_A309)},
|
|
|
/* 15 */{USB_DEVICE(USB_VID_MSI_2, USB_PID_MSI_DIGI_VOX_MINI_III)},
|
|
|
{USB_DEVICE(USB_VID_KWORLD_2, USB_PID_KWORLD_395U)},
|
|
|
+ {USB_DEVICE(USB_VID_KWORLD_2, USB_PID_KWORLD_395U_2)},
|
|
|
{0},
|
|
|
};
|
|
|
MODULE_DEVICE_TABLE(usb, af9015_usb_table);
|
|
@@ -1417,7 +1418,8 @@ static struct dvb_usb_device_properties af9015_properties[] = {
|
|
|
{
|
|
|
.name = "KWorld USB DVB-T TV Stick II " \
|
|
|
"(VS-DVB-T 395U)",
|
|
|
- .cold_ids = {&af9015_usb_table[16], NULL},
|
|
|
+ .cold_ids = {&af9015_usb_table[16],
|
|
|
+ &af9015_usb_table[17], NULL},
|
|
|
.warm_ids = {NULL},
|
|
|
},
|
|
|
}
|