summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dibusb
AgeCommit message (Collapse)Author
2005-01-09internal refactoring step 3/3Patrick Boettcher
- added tuner and demod types for easier extension of new devices - added a check for some artec devices which have another tuner onboard, but don't know it, pll_addr is now a callback because of that - general callbacks for pll_set, pll_init and demod_init. They decide which pll-programming function is used and so on - added tuner passthru callback to xfer_ops. now dibusb can en/disable the tuner passthru of the dib3000m*-frontends; necessary for tuner probing - remote type determination (no for hanftek, nec for others), was not planned - fixed a bug in start_feed, which was introduced in step 2/3 but wasn't critical - added pll-programming for lg_tdtp_e102p_tua6034 (it has the tua6034 as pll) - added pll-programming and initialization for PANASONIC ENV77H11D5 - understood the i2c-address problem, now it is more logical
2005-01-07internal refactoring step 2/3 and first hanftek umt-010 usb2.0 settingsPatrick Boettcher
2005-01-07dibusb internal refactoring step 2/3Patrick Boettcher
2005-01-07rearranged the usb id handling to reduce redundance and mistakes and resolve ↵Patrick Boettcher
id conflicts
2004-12-31calculation for the tuner was wrong, .5 freq suffered, we need a pll ↵Patrick Boettcher
library... :) happy new year
2004-12-30init state check for dvb part, forgot in the first place ..Patrick Boettcher
2004-12-29init state added, clean init and exit of every partPatrick Boettcher
2004-12-29patch by Domen Puncer: File permissions should be octal codes.Johannes Stezenbach
2004-12-29minor cleanup, moved to dmx_sw_filter (instead of dmx_sw_filter_packets)Patrick Boettcher
2004-12-29fixed the goddamn error of mpeg2 transfer, it was the buffersize why the ↵Patrick Boettcher
URBs never returned
2004-12-27additional debug, doc updatePatrick Boettcher
2004-12-26- enabled i2c-address probing for frontendsPatrick Boettcher
- refactored the dibusb driver, split into separate, code-dependent files, should have done this from the beginning, sorry for possible inconveniences in advance; I'm still learning
2004-12-15patch by Olaf Hering: fix typoJohannes Stezenbach
2004-12-08another usb id for a dibusb test devicePatrick Boettcher
2004-12-06added new usb idsPatrick Boettcher
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-21- what's a DVB_DIB3000MC? Remove this.Michael Hunold
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-31- corrected tuner address, it was broken since FE_REFACTORING.Patrick Boettcher
Andrew, was there a reason why you >> 1 the pll address and << 1 always when it was needed?
2004-10-28Imported FE_REFACTORING to HEADAndrew de Quincy
2004-10-26spinlock initilization added (thanks to Philipp Stucke)Patrick Boettcher
2004-10-26#if 0'ing unused codePatrick Boettcher
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-10-04correct the GET_STATUS behaviourPatrick Boettcher
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-17- typos in README.dibusb fixed and comments addedPatrick Boettcher
- changed debug calls, added debug levels - fixed bug, when enumerating the firmware files
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-09Fix for compilation under woodyAndrew de Quincy
2004-09-07correct a wrong .o filename in kernel MakefilePatrick Boettcher
2004-09-06corrected USB vendor ids for dibusbPatrick Boettcher
2004-09-05removed unwanted commentsPatrick 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).