|
@@ -1201,6 +1201,7 @@ static struct usb_device_id af9015_usb_table[] = {
|
|
|
{USB_DEVICE(USB_VID_TELESTAR, USB_PID_TELESTAR_STARSTICK_2)},
|
|
|
{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)},
|
|
|
{0},
|
|
|
};
|
|
|
MODULE_DEVICE_TABLE(usb, af9015_usb_table);
|
|
@@ -1353,7 +1354,7 @@ static struct dvb_usb_device_properties af9015_properties[] = {
|
|
|
|
|
|
.i2c_algo = &af9015_i2c_algo,
|
|
|
|
|
|
- .num_device_descs = 6,
|
|
|
+ .num_device_descs = 7,
|
|
|
.devices = {
|
|
|
{
|
|
|
.name = "Xtensions XD-380",
|
|
@@ -1385,6 +1386,12 @@ static struct dvb_usb_device_properties af9015_properties[] = {
|
|
|
.cold_ids = {&af9015_usb_table[15], NULL},
|
|
|
.warm_ids = {NULL},
|
|
|
},
|
|
|
+ {
|
|
|
+ .name = "KWorld USB DVB-T TV Stick II " \
|
|
|
+ "(VS-DVB-T 395U)",
|
|
|
+ .cold_ids = {&af9015_usb_table[16], NULL},
|
|
|
+ .warm_ids = {NULL},
|
|
|
+ },
|
|
|
}
|
|
|
}
|
|
|
};
|