diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-11-05 14:05:38 -0500 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2006-11-05 14:05:38 -0500 |
commit | 0eddb48804a90a6c9484a36576d3f792922a5e5d (patch) | |
tree | d50b30d92172ca63e6793aeac2b5b53f1cd06161 /v4l/versions.txt | |
parent | 6a8e81ba68edf37c36d45eea7896219aac3f0b54 (diff) | |
download | mediapointer-dvb-s2-0eddb48804a90a6c9484a36576d3f792922a5e5d.tar.gz mediapointer-dvb-s2-0eddb48804a90a6c9484a36576d3f792922a5e5d.tar.bz2 |
Initial support for Sigmatek DVB-110 DVB-T
From: Antti Palosaari <crope@iki.fi>
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>
Diffstat (limited to 'v4l/versions.txt')
-rw-r--r-- | v4l/versions.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/v4l/versions.txt b/v4l/versions.txt index 327140ec5..f7e5fa5ef 100644 --- a/v4l/versions.txt +++ b/v4l/versions.txt @@ -113,6 +113,7 @@ DVB_USB_UMT_010 DVB_USB_CXUSB DVB_USB_M920X DVB_USB_GL861 +DVB_USB_AU6610 DVB_USB_DIGITV DVB_USB_VP7045 DVB_USB_VP702X |