summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dibusb/dvb-dibusb.h
AgeCommit message (Collapse)Author
2004-11-23- revised debugPatrick Boettcher
- added option to deliver the complete TS with USB2.0 devices
2004-11-21added support for the dib3000mc/p frontend driver. Micheal, sorry for being ↵Patrick Boettcher
overhasty with the Kconfig from dibusb.
2004-11-07added remote control event handling. Thanks to David Matthews.Patrick Boettcher
2004-11-06added support for special Artec devices (with AN2235 usb controller)Patrick Boettcher
2004-11-05- enable several new devices (even the broken Artec T1 with a Kconfig switch)Patrick Boettcher
- fixed dvb-dibusb in order to get along with dib3000 changes
2004-10-28Imported FE_REFACTORING to HEADAndrew de Quincy
2004-10-26- please don't use CVS version magic stuff likeMichael Hunold
"$Id: xxxxxxx.h,v 1.7 2004/09/28 19:39:06 xxx Exp"
2004-09-30firmware load problem, never recognized it, but it was always there; removed ↵Patrick Boettcher
timeout since it is removed from kernel 2.6.9..
2004-09-28- added new device ids (unkown name) from new Twinhan driverPatrick Boettcher
- notes in documentation - some cleanups - return values in firmware upload method (thanks to Ian <ian (a) imm.uklinux.net>)
2004-09-20- added Compro Videomate USB DVB-T USB idsPatrick Boettcher
- changed vendor and product id defines - several URB's are now submitted for TS-transfer - usb_kill_urb - i2c writes during ts feed is now paused
2004-09-13- added support for "Ultima Electronic/Artec T1 USB TVBOX" (another dibusb ↵Patrick Boettcher
clone) reported by Christian Motschke, thanks - make some doc notes about it
2004-09-06corrected USB vendor ids for dibusbPatrick Boettcher
2004-09-05dvb-dibusb is substituting the vp7041 USB driver. it is basicly a i2c-to-usb ↵Patrick Boettcher
bridge and does the demux stuff (i.e. passing the mpeg2-data to the sw-demux).