summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
diff options
context:
space:
mode:
authorJan Vcelak2014-02-26 19:33:39 +0100
committerMauro Carvalho Chehab2014-02-28 19:08:54 +0100
commitac298ccdde4fe9b0a966e548a232ff4e8a6b8a31 (patch)
treec39b39345ed56dd398abb70f37779609572165c5 /drivers/media/usb/dvb-usb-v2/rtl28xxu.c
parent[media] gspca_topro: Add a couple of missing length check in the packet parsi... (diff)
downloadkernel-qcow2-linux-ac298ccdde4fe9b0a966e548a232ff4e8a6b8a31.tar.gz
kernel-qcow2-linux-ac298ccdde4fe9b0a966e548a232ff4e8a6b8a31.tar.xz
kernel-qcow2-linux-ac298ccdde4fe9b0a966e548a232ff4e8a6b8a31.zip
[media] rtl28xxu: add USB ID for Genius TVGo DVB-T03
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: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/usb/dvb-usb-v2/rtl28xxu.c')
-rw-r--r--drivers/media/usb/dvb-usb-v2/rtl28xxu.c2
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 8e61523bed36..44f7607bb4a4 100644
--- a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
+++ b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
@@ -1431,6 +1431,8 @@ static const struct usb_device_id rtl28xxu_id_table[] = {
&rtl2832u_props, "Leadtek WinFast DTV Dongle mini", NULL) },
{ DVB_USB_DEVICE(USB_VID_GTEK, USB_PID_CPYTO_REDI_PC50A,
&rtl2832u_props, "Crypto ReDi PC 50 A", NULL) },
+ { DVB_USB_DEVICE(USB_VID_KYE, 0x707f,
+ &rtl2832u_props, "Genius TVGo DVB-T03", NULL) },
{ DVB_USB_DEVICE(USB_VID_HANFTEK, 0x0131,
&rtl2832u_props, "Astrometa DVB-T2", NULL) },