* [PATCH] USB DVB-T Stick CTX1921 Chipset DIB7770
@ 2010-08-08 15:04 Alf Fahland
0 siblings, 0 replies; only message in thread
From: Alf Fahland @ 2010-08-08 15:04 UTC (permalink / raw)
To: linux-media
Following small patch adds support for USB DVB-T device Creatix
CTX1921(DIB7770):
diff -r c9cb8918dcb2 linux/drivers/media/dvb/dvb-usb/dib0700_devices.c
--- a/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c Tue Jun 01
12:47:42 2010 -0300
+++ b/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c Sun Aug 08
16:49:40 2010 +0200
@@ -2091,6 +2091,7 @@
{ USB_DEVICE(USB_VID_PINNACLE, USB_PID_PINNACLE_PCTV282E) },
{ USB_DEVICE(USB_VID_DIBCOM, USB_PID_DIBCOM_STK8096GP) },
{ USB_DEVICE(USB_VID_ELGATO, USB_PID_ELGATO_EYETV_DIVERSITY) },
+ { USB_DEVICE(USB_VID_MEDION, USB_PID_CREATIX_CTX1921) },
{ 0 } /* Terminating entry */
};
MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table);
@@ -2606,7 +2607,7 @@
},
},
- .num_device_descs = 2,
+ .num_device_descs = 3,
.devices = {
{ "DiBcom STK7770P reference design",
{ &dib0700_usb_id_table[59], NULL },
@@ -2618,6 +2619,10 @@
&dib0700_usb_id_table[60], NULL},
{ NULL },
},
+ { "Medion CTX1921 DVB-T USB",
+ { &dib0700_usb_id_table[69], NULL },
+ { NULL },
+ },
},
.rc_interval = DEFAULT_RC_INTERVAL,
.rc_key_map = ir_codes_dib0700_table,
diff -r c9cb8918dcb2 linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h
--- a/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h Tue Jun 01
12:47:42 2010 -0300
+++ b/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h Sun Aug 08
16:49:40 2010 +0200
@@ -107,6 +107,7 @@
#define USB_PID_DIBCOM_STK8096GP 0x1fa0
#define USB_PID_DIBCOM_ANCHOR_2135_COLD 0x2131
#define USB_PID_DIBCOM_STK7770P 0x1e80
+#define USB_PID_CREATIX_CTX1921 0x1921
#define USB_PID_DPOSH_M9206_COLD 0x9206
#define USB_PID_DPOSH_M9206_WARM 0xa090
#define USB_PID_E3C_EC168 0x1689
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-08-08 15:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-08 15:04 [PATCH] USB DVB-T Stick CTX1921 Chipset DIB7770 Alf Fahland
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox