Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-16 | Remove all #include <linux/version.h> and all references | Johannes Stezenbach | |
to LINUX_VERSION_CODE and KERNEL_VERSION. Based on patch by Olaf Hering. Signed-off-by: Olaf Hering <olh@suse.de> Signed-off-by: Johannes Stezenbach <js@linuxtv.org> | |||
2005-04-17 | - ported all dibusb drivers to fit into the dvb-usb-frameword | Patrick Boettcher | |
- created dvb-pll-entries for the tuner used with the dibusb-drivers - removed all traces of the dibusb driver - adapted the dib3000-frontends to get along with the dvb-pll-changes | |||
2005-04-06 | small NULL checks which lead to segfaults, when doing developing | Patrick Boettcher | |
2005-04-05 | - remove unnecessary casts in frontends | Kenneth Aafloy | |
2005-03-14 | - added native support for the dtt200u (Yakumo/Typhoon/Hama) USB2.0 device | Patrick Boettcher | |
- URBs are now submitted, when the actual transfer began, not right from the device plugin (solves a lot of problems) - minor fixes in the dib3000-frontends | |||
2005-03-09 | - kfree(NULL) is safe | Kenneth Aafloy | |
2005-03-02 | whitespace cleanup (remove ws at eol, sync with changes in mainline kernel) | Johannes Stezenbach | |
2005-02-11 | - added a another firmware file for KWorld/ADSTech Instant DVB-T USB2.0 ↵ | Patrick Boettcher | |
(DiB3000M-B) - added support for KWorld/ADSTech Instant DVB-T USB2.0 (DiB3000M-B) - added deactivation option of the pid parser for the DiB3000M-B (since there are USB2.0 devices and which now have the ability to deliver the complete Transport Stream) | |||
2005-02-05 | corrected name syntax | Patrick Boettcher | |
2005-01-25 | - corrected the name in driver_desc | Patrick Boettcher | |
- removed debug messages and some comments (see dib3000-watch) | |||
2005-01-13 | removed the pid_filter_table from frontends | Patrick Boettcher | |
2005-01-09 | internal refactoring step 3/3 | Patrick 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 | |||
2004-12-29 | deb_stat and FE_CAN_RECOVER added | Patrick Boettcher | |
2004-12-29 | patch by Domen Puncer: File permissions should be octal codes. | Johannes Stezenbach | |
2004-12-27 | fixed some bugs in the dib3000mc | Patrick Boettcher | |
2004-12-02 | - prepared support for dynamically i2c addresses of the demod | Patrick Boettcher | |
- added license information for the dib3000-common module | |||
2004-11-23 | - revise debug options | Patrick Boettcher | |
- merged changes from DiBcom v2.1 drivers to dib3000mc - added transfer control callbacks to dib3000mc | |||
2004-11-21 | added the dib3000mc/p frontend driver. Micheal, sorry for being overhasty ↵ | Patrick Boettcher | |
with the Kconfig from dibusb. | |||
2004-11-05 | - large refactoring of the dib3000mb frontend to make integration of the | Patrick Boettcher | |
dib3000mc easier, especially to avoid code duplication | |||
2004-11-03 | - remove remaining cvs commit foobar stuff | Michael Hunold | |
- remove media/Kconfig, it's not needed any more for makelinks | |||
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-28 | Imported FE_REFACTORING to HEAD | Andrew de Quincy | |
2004-10-26 | - please don't use CVS version magic stuff like | Michael Hunold | |
"$Id: xxxxxxx.h,v 1.7 2004/09/28 19:39:06 xxx Exp" | |||
2004-10-13 | *dang* committed a bug, corrected | Patrick Boettcher | |
2004-10-11 | merged some of the changes Andreas Oberritter did in FE_REFACTORING to HEAD | Patrick Boettcher | |
2004-10-04 | - added GET_TUNE_SETTING ioctl | Patrick Boettcher | |
- correct LOCK status | |||
2004-09-28 | - signal strength and snr calculations code included, but not activate. ↵ | Patrick Boettcher | |
log10 is missing | |||
2004-09-25 | corrected FEC values | Patrick Boettcher | |
2004-09-20 | - read unc, ber, signal strength | Patrick Boettcher | |
- corrected FEC_2_3 handling - debug methods | |||
2004-09-17 | - typos in README.dibusb fixed and comments added | Patrick Boettcher | |
- changed debug calls, added debug levels - fixed bug, when enumerating the firmware files | |||
2004-09-13 | - alpha has to be 1, even when hierarchy is off | Patrick Boettcher | |
- modified the tuning auto search behaviour - inversion is now detected automatically, too - some cleanups, added some more debug printks | |||
2004-09-05 | added some more ioctl calls, modified the SET_FRONTED behaviour. | Patrick Boettcher | |
2004-09-05 | removed some text from dib3000mb | Patrick Boettcher | |
2004-09-05 | Add driver for the DiBcom 3000-MB DVB-T frontend. It is used on USB DVB-T ↵ | Patrick Boettcher | |
devices based on a DiBcom reference design. |