aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-usb/dvb-usb-ids.h
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2006-11-05 14:05:38 -0500
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-02-21 10:35:30 -0500
commit5decdd2729066c5c155d0f6e7fdf89b844fbfc27 (patch)
tree8f5fcf1db45402f7c4247cb34aa9802a891fffb7 /drivers/media/dvb/dvb-usb/dvb-usb-ids.h
parent4131fd4fd40aa22cfe61b4e7c78e640b9fcfcd8c (diff)
V4L/DVB (5236): Initial support for Sigmatek DVB-110 DVB-T
This patch adds driver for Sigmatek DVB-110 USB DVB-T stick. Stick has based on hardware of Qtuantek QT1010 tuner, Zarlink ZL10353 (Intel CE 6353) demodulator and Alcor Micro AU6610 DVB-T USB controller. HW is rather similar as used in MSI Megasky GL861. Currently, the driver works only in USB 2.0. In my understanding USB 1.1 is also supported by hw but I cannot test it due to lack of USB 1.1 port. Device supports only isochronous mode transfers. There is also eeprom in usb controller(at least in address range 0x80 - 0xbf) for storing data, eg. firmware. Anyway, firmware loading is not used / required by the device. There seems to be at least one unknown I2C device in address 0xa0, probably remote control or GPIO. Windows drivers reads registers from 0x00 to 0x07 from this unknown address. Driver is based on gl861 module. Tuner has a lot of problems to lock with megasky qt1010 module with this hardware with some broadcasting standards. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/dvb-usb-ids.h')
-rw-r--r--drivers/media/dvb/dvb-usb/dvb-usb-ids.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-usb/dvb-usb-ids.h b/drivers/media/dvb/dvb-usb/dvb-usb-ids.h
index c3a42c193509..148386aba275 100644
--- a/drivers/media/dvb/dvb-usb/dvb-usb-ids.h
+++ b/drivers/media/dvb/dvb-usb/dvb-usb-ids.h
@@ -11,6 +11,7 @@
11 11
12/* Vendor IDs */ 12/* Vendor IDs */
13#define USB_VID_ADSTECH 0x06e1 13#define USB_VID_ADSTECH 0x06e1
14#define USB_VID_ALCOR_MICRO 0x058f
14#define USB_VID_ANCHOR 0x0547 15#define USB_VID_ANCHOR 0x0547
15#define USB_VID_AVERMEDIA 0x07ca 16#define USB_VID_AVERMEDIA 0x07ca
16#define USB_VID_COMPRO 0x185b 17#define USB_VID_COMPRO 0x185b
@@ -137,6 +138,7 @@
137#define USB_PID_WINFAST_DTV_DONGLE_STK7700P 0x6f00 138#define USB_PID_WINFAST_DTV_DONGLE_STK7700P 0x6f00
138#define USB_PID_GENPIX_8PSK_COLD 0x0200 139#define USB_PID_GENPIX_8PSK_COLD 0x0200
139#define USB_PID_GENPIX_8PSK_WARM 0x0201 140#define USB_PID_GENPIX_8PSK_WARM 0x0201
141#define USB_PID_SIGMATEK_DVB_110 0x6610
140 142
141 143
142#endif 144#endif