aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/usb/dvb-usb-v2/af9035.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/usb/dvb-usb-v2/af9035.c b/drivers/media/usb/dvb-usb-v2/af9035.c
index c8fcd78425bd..798565c4bb3e 100644
--- a/drivers/media/usb/dvb-usb-v2/af9035.c
+++ b/drivers/media/usb/dvb-usb-v2/af9035.c
@@ -1534,6 +1534,8 @@ static const struct usb_device_id af9035_id_table[] = {
1534 /* XXX: that same ID [0ccd:0099] is used by af9015 driver too */ 1534 /* XXX: that same ID [0ccd:0099] is used by af9015 driver too */
1535 { DVB_USB_DEVICE(USB_VID_TERRATEC, 0x0099, 1535 { DVB_USB_DEVICE(USB_VID_TERRATEC, 0x0099,
1536 &af9035_props, "TerraTec Cinergy T Stick Dual RC (rev. 2)", NULL) }, 1536 &af9035_props, "TerraTec Cinergy T Stick Dual RC (rev. 2)", NULL) },
1537 { DVB_USB_DEVICE(USB_VID_LEADTEK, 0x6a05,
1538 &af9035_props, "Leadtek WinFast DTV Dongle Dual", NULL) },
1537 { } 1539 { }
1538}; 1540};
1539MODULE_DEVICE_TABLE(usb, af9035_id_table); 1541MODULE_DEVICE_TABLE(usb, af9035_id_table);