diff options
Diffstat (limited to 'drivers/media/dvb/dvb-usb')
-rw-r--r-- | drivers/media/dvb/dvb-usb/af9015.c | 9 | ||||
-rw-r--r-- | drivers/media/dvb/dvb-usb/dvb-usb-ids.h | 1 |
2 files changed, 9 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-usb/af9015.c b/drivers/media/dvb/dvb-usb/af9015.c index 74d94e45324d..7611af60b6bf 100644 --- a/drivers/media/dvb/dvb-usb/af9015.c +++ b/drivers/media/dvb/dvb-usb/af9015.c | |||
@@ -1297,6 +1297,7 @@ static struct usb_device_id af9015_usb_table[] = { | |||
1297 | {USB_DEVICE(USB_VID_KWORLD_2, USB_PID_SVEON_STV20)}, | 1297 | {USB_DEVICE(USB_VID_KWORLD_2, USB_PID_SVEON_STV20)}, |
1298 | {USB_DEVICE(USB_VID_KWORLD_2, USB_PID_TINYTWIN_2)}, | 1298 | {USB_DEVICE(USB_VID_KWORLD_2, USB_PID_TINYTWIN_2)}, |
1299 | {USB_DEVICE(USB_VID_LEADTEK, USB_PID_WINFAST_DTV2000DS)}, | 1299 | {USB_DEVICE(USB_VID_LEADTEK, USB_PID_WINFAST_DTV2000DS)}, |
1300 | /* 30 */{USB_DEVICE(USB_VID_KWORLD_2, USB_PID_KWORLD_UB383_T)}, | ||
1300 | {0}, | 1301 | {0}, |
1301 | }; | 1302 | }; |
1302 | MODULE_DEVICE_TABLE(usb, af9015_usb_table); | 1303 | MODULE_DEVICE_TABLE(usb, af9015_usb_table); |
@@ -1569,7 +1570,7 @@ static struct dvb_usb_device_properties af9015_properties[] = { | |||
1569 | 1570 | ||
1570 | .i2c_algo = &af9015_i2c_algo, | 1571 | .i2c_algo = &af9015_i2c_algo, |
1571 | 1572 | ||
1572 | .num_device_descs = 7, /* max 9 */ | 1573 | .num_device_descs = 8, /* max 9 */ |
1573 | .devices = { | 1574 | .devices = { |
1574 | { | 1575 | { |
1575 | .name = "AverMedia AVerTV Volar GPS 805 (A805)", | 1576 | .name = "AverMedia AVerTV Volar GPS 805 (A805)", |
@@ -1608,6 +1609,12 @@ static struct dvb_usb_device_properties af9015_properties[] = { | |||
1608 | .cold_ids = {&af9015_usb_table[29], NULL}, | 1609 | .cold_ids = {&af9015_usb_table[29], NULL}, |
1609 | .warm_ids = {NULL}, | 1610 | .warm_ids = {NULL}, |
1610 | }, | 1611 | }, |
1612 | { | ||
1613 | .name = "KWorld USB DVB-T Stick Mobile " \ | ||
1614 | "(UB383-T)", | ||
1615 | .cold_ids = {&af9015_usb_table[30], NULL}, | ||
1616 | .warm_ids = {NULL}, | ||
1617 | }, | ||
1611 | } | 1618 | } |
1612 | }, | 1619 | }, |
1613 | }; | 1620 | }; |
diff --git a/drivers/media/dvb/dvb-usb/dvb-usb-ids.h b/drivers/media/dvb/dvb-usb/dvb-usb-ids.h index ae8b57acfe05..6568db52f4a3 100644 --- a/drivers/media/dvb/dvb-usb/dvb-usb-ids.h +++ b/drivers/media/dvb/dvb-usb/dvb-usb-ids.h | |||
@@ -127,6 +127,7 @@ | |||
127 | #define USB_PID_KWORLD_MC810 0xc810 | 127 | #define USB_PID_KWORLD_MC810 0xc810 |
128 | #define USB_PID_KWORLD_PC160_2T 0xc160 | 128 | #define USB_PID_KWORLD_PC160_2T 0xc160 |
129 | #define USB_PID_KWORLD_PC160_T 0xc161 | 129 | #define USB_PID_KWORLD_PC160_T 0xc161 |
130 | #define USB_PID_KWORLD_UB383_T 0xe383 | ||
130 | #define USB_PID_KWORLD_VSTREAM_COLD 0x17de | 131 | #define USB_PID_KWORLD_VSTREAM_COLD 0x17de |
131 | #define USB_PID_KWORLD_VSTREAM_WARM 0x17df | 132 | #define USB_PID_KWORLD_VSTREAM_WARM 0x17df |
132 | #define USB_PID_TERRATEC_CINERGY_T_USB_XE 0x0055 | 133 | #define USB_PID_TERRATEC_CINERGY_T_USB_XE 0x0055 |