diff options
author | Alexander Inyukhin <shurick@sectorb.msk.ru> | 2013-01-04 16:19:02 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-01-06 07:26:15 -0500 |
commit | 78a5e70919e9416344409e523e53221613776d80 (patch) | |
tree | 90721a36059f30394fc596d04280b3afa7b3fd11 | |
parent | 3971e79a8707cc529f474c1d25e5502ddfa33ebc (diff) |
[media] rtl28xxu: add Gigabyte U7300 DVB-T Dongle
Device with ID 1b80:d393 is the Gigabyte U7300 DVB-T dongle.
It contains decoder Realtek RTL2832U and tuner Fitipower FC0012.
[crope@iki.fi: fix trivial merge conflict]
Signed-off-by: Alexander Inyukhin <shurick@sectorb.msk.ru>
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-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 ca54674e0f43..39e2d7c3ed0d 100644 --- a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c +++ b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c | |||
@@ -1366,6 +1366,8 @@ static const struct usb_device_id rtl28xxu_id_table[] = { | |||
1366 | &rtl2832u_props, "TerraTec Cinergy T Stick+", NULL) }, | 1366 | &rtl2832u_props, "TerraTec Cinergy T Stick+", NULL) }, |
1367 | { DVB_USB_DEVICE(USB_VID_KWORLD_2, 0xd3a8, | 1367 | { DVB_USB_DEVICE(USB_VID_KWORLD_2, 0xd3a8, |
1368 | &rtl2832u_props, "ASUS My Cinema-U3100Mini Plus V2", NULL) }, | 1368 | &rtl2832u_props, "ASUS My Cinema-U3100Mini Plus V2", NULL) }, |
1369 | { DVB_USB_DEVICE(USB_VID_KWORLD_2, 0xd393, | ||
1370 | &rtl2832u_props, "Gigabyte U7300 DVB-T Dongle", NULL) }, | ||
1369 | { } | 1371 | { } |
1370 | }; | 1372 | }; |
1371 | MODULE_DEVICE_TABLE(usb, rtl28xxu_id_table); | 1373 | MODULE_DEVICE_TABLE(usb, rtl28xxu_id_table); |