[media] rtl28xxu: add Gigabyte U7300 DVB-T Dongle
authorAlexander Inyukhin <[email protected]>
Fri, 4 Jan 2013 21:19:02 +0000 (18:19 -0300)
committerMauro Carvalho Chehab <[email protected]>
Sun, 6 Jan 2013 12:26:15 +0000 (10:26 -0200)
Device with ID 1b80:d393 is the Gigabyte U7300 DVB-T dongle.
It contains decoder Realtek RTL2832U and tuner Fitipower FC0012.

[[email protected]: fix trivial merge conflict]
Signed-off-by: Alexander Inyukhin <[email protected]>
Signed-off-by: Antti Palosaari <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
drivers/media/usb/dvb-usb-v2/rtl28xxu.c

index ca54674e0f435238d24c03a797f723c5b2e08311..39e2d7c3ed0decf1f70f41a42ee87811ca3a0722 100644 (file)
@@ -1366,6 +1366,8 @@ static const struct usb_device_id rtl28xxu_id_table[] = {
                &rtl2832u_props, "TerraTec Cinergy T Stick+", NULL) },
        { DVB_USB_DEVICE(USB_VID_KWORLD_2, 0xd3a8,
                &rtl2832u_props, "ASUS My Cinema-U3100Mini Plus V2", NULL) },
+       { DVB_USB_DEVICE(USB_VID_KWORLD_2, 0xd393,
+               &rtl2832u_props, "Gigabyte U7300 DVB-T Dongle", NULL) },
        { }
 };
 MODULE_DEVICE_TABLE(usb, rtl28xxu_id_table);