提交 1c1b8734 编写于 作者: J Jan Vcelak 提交者: Mauro Carvalho Chehab

[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: NJan Vcelak <jv@fcelda.cz>
Signed-off-by: NMauro Carvalho Chehab <m.chehab@samsung.com>
上级 8a1edc55
...@@ -1444,6 +1444,8 @@ static const struct usb_device_id rtl28xxu_id_table[] = { ...@@ -1444,6 +1444,8 @@ static const struct usb_device_id rtl28xxu_id_table[] = {
/* RTL2832P devices: */ /* RTL2832P devices: */
{ DVB_USB_DEVICE(USB_VID_HANFTEK, 0x0131, { DVB_USB_DEVICE(USB_VID_HANFTEK, 0x0131,
&rtl2832u_props, "Astrometa DVB-T2", NULL) }, &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); MODULE_DEVICE_TABLE(usb, rtl28xxu_id_table);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册