upstream: [media] rtl28xxu: add USB ID for Genius TVGo DVB-T03
authorJan Vcelak <jv@fcelda.cz>
Wed, 26 Feb 2014 00:30:45 +0000 (21:30 -0300)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:56:12 +0000 (11:56 +0900)
0458:707f KYE Systems Corp. (Mouse Systems) TVGo DVB-T03 [RTL2832]

The USB dongle uses RTL2832U demodulator and FC0012 tuner.

Signed-off-by: Jan Vcelak <jv@fcelda.cz>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/usb/dvb-usb-v2/rtl28xxu.c

index 9ff3936..d88caa4 100644 (file)
@@ -1504,6 +1504,8 @@ static const struct usb_device_id rtl28xxu_id_table[] = {
        /* RTL2832P devices: */
        { DVB_USB_DEVICE(USB_VID_HANFTEK, 0x0131,
                &rtl2832u_props, "Astrometa DVB-T2", NULL) },
+       { DVB_USB_DEVICE(USB_VID_KYE, 0x707f,
+               &rtl2832u_props, "Genius TVGo DVB-T03", NULL) },
        { }
 };
 MODULE_DEVICE_TABLE(usb, rtl28xxu_id_table);