diff options
author | Antti Palosaari <crope@iki.fi> | 2012-09-20 17:34:50 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-09-27 14:14:18 -0400 |
commit | 3d8866dbb14923ce51f37b7e29d12075965acfa0 (patch) | |
tree | 04f27f60a5a06309517674ad42af7ba9a6b9fda6 /drivers/media/usb | |
parent | d67ceb3398d7ae7fda78ec753639296f442ecf66 (diff) |
[media] rtl28xxu: [0413:6680] DigitalNow Quad DVB-T Receiver
It is 4 x RTL2832U + 4 x FC0012 in one PCIe board.
Of course there is a PCIe USB host controller too.
Big thanks for Darryl Bond reporting and testing that!
Reported-by: Darryl Bond <darryl.bond@gmail.com>
Tested-by: Darryl Bond <darryl.bond@gmail.com>
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/usb')
-rw-r--r-- | drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c index 70c2df1269d4..f62cfbaa8515 100644 --- a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c +++ b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c | |||
@@ -1342,6 +1342,8 @@ static const struct usb_device_id rtl28xxu_id_table[] = { | |||
1342 | &rtl2832u_props, "Trekstor DVB-T Stick Terres 2.0", NULL) }, | 1342 | &rtl2832u_props, "Trekstor DVB-T Stick Terres 2.0", NULL) }, |
1343 | { DVB_USB_DEVICE(USB_VID_DEXATEK, 0x1101, | 1343 | { DVB_USB_DEVICE(USB_VID_DEXATEK, 0x1101, |
1344 | &rtl2832u_props, "Dexatek DK DVB-T Dongle", NULL) }, | 1344 | &rtl2832u_props, "Dexatek DK DVB-T Dongle", NULL) }, |
1345 | { DVB_USB_DEVICE(USB_VID_LEADTEK, 0x6680, | ||
1346 | &rtl2832u_props, "DigitalNow Quad DVB-T Receiver", NULL) }, | ||
1345 | { } | 1347 | { } |
1346 | }; | 1348 | }; |
1347 | MODULE_DEVICE_TABLE(usb, rtl28xxu_id_table); | 1349 | MODULE_DEVICE_TABLE(usb, rtl28xxu_id_table); |