public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [media] rtl28xxu: add USB ID for Genius TVGo DVB-T03
@ 2014-02-26  0:30 Jan Vcelak
  2014-02-26  9:31 ` Antti Palosaari
  0 siblings, 1 reply; 6+ messages in thread
From: Jan Vcelak @ 2014-02-26  0:30 UTC (permalink / raw)
  To: crope, linux-media; +Cc: linux-kernel

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>
---

The patch adds support for the Genius TVGo DVB-T03 USB dongle.

 drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
index fda5c64..bb051c9 100644
--- a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
+++ b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
@@ -1432,6 +1432,8 @@ static const struct usb_device_id rtl28xxu_id_table[] = {
 
 	{ 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);
-- 
1.8.5.3


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-02-27  0:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-26  0:30 [PATCH] [media] rtl28xxu: add USB ID for Genius TVGo DVB-T03 Jan Vcelak
2014-02-26  9:31 ` Antti Palosaari
2014-02-26 18:33   ` [PATCH v2 1/2] " Jan Vcelak
2014-02-26 18:33     ` [PATCH v2 2/2] [media] rtl28xxu: add chipset version comments into device list Jan Vcelak
2014-02-27  0:58       ` Antti Palosaari
2014-02-27  0:58     ` [PATCH v2 1/2] [media] rtl28xxu: add USB ID for Genius TVGo DVB-T03 Antti Palosaari

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox