diff mbox

[media] rtl28xxu: add Gigabyte U7300 DVB-T Dongle

Message ID 20130103141636.GA5893@shurick.grid.su (mailing list archive)
State New, archived
Headers show

Commit Message

Alexander Inyukhin Jan. 3, 2013, 2:16 p.m. UTC
Device with ID 1b80:d393 is the Gigabyte U7300 DVB-T dongle.
It contains decoder Realtek RTL2832U and tuner Fitipower FC0012.


Signed-off-by: Alexander Inyukhin <shurick@sectorb.msk.ru>

Comments

Antti Palosaari Jan. 4, 2013, 9:37 p.m. UTC | #1
On 01/03/2013 04:16 PM, Alexander Inyukhin wrote:
> Device with ID 1b80:d393 is the Gigabyte U7300 DVB-T dongle.
> It contains decoder Realtek RTL2832U and tuner Fitipower FC0012.
>
>
> Signed-off-by: Alexander Inyukhin <shurick@sectorb.msk.ru>
>

Applied thanks!

http://git.linuxtv.org/anttip/media_tree.git/shortlog/refs/heads/rtl28xxu-usb-ids

Antti
diff mbox

Patch

diff --git a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
index a4c302d..7fe3609 100644
--- a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
+++ b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
@@ -1352,6 +1352,8 @@  static const struct usb_device_id rtl28xxu_id_table[] = {
 		&rtl2832u_props, "Dexatek DK mini DVB-T Dongle", NULL) },
 	{ DVB_USB_DEVICE(USB_VID_TERRATEC, 0x00d7,
 		&rtl2832u_props, "TerraTec Cinergy T Stick+", NULL) },
+	{ DVB_USB_DEVICE(USB_VID_KWORLD_2, 0xd393,
+		&rtl2832u_props, "Gigabyte U7300 DVB-T Dongle", NULL) },
 	{ }
 };
 MODULE_DEVICE_TABLE(usb, rtl28xxu_id_table);