Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-02-12 | patch by Adrian Bunk: | Johannes Stezenbach | |
This patch contains the following possible cleanups: - make needlessly global code static - remove the following EXPORT_SYMBOL'ed but unused function: - bt8xx/bt878.c: bt878_find_by_i2c_adap - remove the following unused global functions: - dvb-core/dvb_demux.c: dmx_get_demuxes - dvb-core/dvb_demux.c: dvb_set_crc32 - remove the following unneeded EXPORT_SYMBOL's: - dvb-core/dvb_demux.c: dvb_dmx_swfilter_packet - dvb-core/dvb_demux.c: dvbdmx_connect_frontend - dvb-core/dvb_demux.c: dvbdmx_disconnect_frontend - dvb-core/dvbdev.c: dvb_class Signed-off-by: Adrian Bunk <bunk@stusta.de> | |||
2005-02-11 | Streaming must be enabled for the new KWorld as well. | Patrick Boettcher | |
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 | remove any traces of the firmware bug | Patrick Boettcher | |
2005-02-05 | remove warning about firmware bug | Patrick Boettcher | |
2005-02-05 | debug message changed | Patrick Boettcher | |
2005-02-05 | increased the number of urbs for usb1.1 devices | Patrick Boettcher | |
2005-02-05 | use own err,info,warn defines, driver description | Patrick Boettcher | |
2005-02-02 | - added support for Hauppauge WinTV NOVA-T USB2 (clone of MOD3000P by DiBcom) | Patrick Boettcher | |
2005-01-25 | - worked around hw_sleep handling fpr usb1.1 devices | Patrick Boettcher | |
- fixed oops when no frontend was attached (because of usb1.1 timeouts in my debugging sessions) | |||
2005-01-25 | ifdef inside a macro doesn't work with older gcc. | Patrick Boettcher | |
Signed-off-by: Andrew Morton <akpm@osdl.org> | |||
2005-01-24 | - using module_param_named instead of making a global and module_param ↵ | Patrick Boettcher | |
(thanks to Johannes) | |||
2005-01-24 | - using le16_to_cpu for usb-device-descriptor-struct | Patrick Boettcher | |
2005-01-24 | - fixed '"debug" is not a good name for a global variable...' (now ↵ | Patrick Boettcher | |
dvb_dibusb_debug) (thanks to Adrian Bunk) - other globals removed | |||
2005-01-21 | syntax correction | Patrick Boettcher | |
2005-01-13 | - moved the mirrored pid_filter_table back to dvb-dibusb | Patrick Boettcher | |
- first almost working version for HanfTek UMT-010 - found out, that Yakumo/HAMA/Typhoon are predecessors of the HanfTek - minor cleanups | |||
2005-01-12 | fixed: tuner_read was only done, when debugging was enabled | Patrick Boettcher | |
2005-01-10 | tuner quirks for some weird devices (Artec T1 AN2235 device has sometimes a ↵ | Patrick Boettcher | |
Panasonic Tuner assembled). Tunerprobing implemented. Thanks a lot to Gunnar Wittich. | |||
2005-01-10 | tuner recognition for all dibusb1.1 devices | Patrick Boettcher | |
2005-01-09 | more debug info | Patrick Boettcher | |
2005-01-09 | remove backward compatibility stuff, as correctly suggested by Johannes | 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 | |||
2005-01-07 | internal refactoring step 2/3 and first hanftek umt-010 usb2.0 settings | Patrick Boettcher | |
2005-01-07 | dibusb internal refactoring step 2/3 | Patrick Boettcher | |
2005-01-07 | rearranged the usb id handling to reduce redundance and mistakes and resolve ↵ | Patrick Boettcher | |
id conflicts | |||
2004-12-31 | calculation for the tuner was wrong, .5 freq suffered, we need a pll ↵ | Patrick Boettcher | |
library... :) happy new year | |||
2004-12-30 | init state check for dvb part, forgot in the first place .. | Patrick Boettcher | |
2004-12-29 | init state added, clean init and exit of every part | Patrick Boettcher | |
2004-12-29 | patch by Domen Puncer: File permissions should be octal codes. | Johannes Stezenbach | |
2004-12-29 | minor cleanup, moved to dmx_sw_filter (instead of dmx_sw_filter_packets) | Patrick Boettcher | |
2004-12-29 | fixed the goddamn error of mpeg2 transfer, it was the buffersize why the ↵ | Patrick Boettcher | |
URBs never returned | |||
2004-12-27 | additional debug, doc update | Patrick Boettcher | |
2004-12-26 | - enabled i2c-address probing for frontends | Patrick 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-15 | patch by Olaf Hering: fix typo | Johannes Stezenbach | |
2004-12-08 | another usb id for a dibusb test device | Patrick Boettcher | |
2004-12-06 | added new usb ids | Patrick Boettcher | |
2004-11-23 | - revised debug | Patrick Boettcher | |
- added option to deliver the complete TS with USB2.0 devices | |||
2004-11-21 | added 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-07 | added remote control event handling. Thanks to David Matthews. | Patrick Boettcher | |
2004-11-06 | added 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-28 | Imported FE_REFACTORING to HEAD | Andrew de Quincy | |
2004-10-26 | spinlock initilization added (thanks to Philipp Stucke) | Patrick Boettcher | |
2004-10-26 | #if 0'ing unused code | Patrick Boettcher | |
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-04 | correct the GET_STATUS behaviour | Patrick Boettcher | |
2004-09-30 | firmware 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 driver | Patrick Boettcher | |
- notes in documentation - some cleanups - return values in firmware upload method (thanks to Ian <ian (a) imm.uklinux.net>) |