summaryrefslogtreecommitdiff
path: root/linux/drivers
AgeCommit message (Collapse)Author
2004-12-19patch by Emard to enable satelco support.Johannes Stezenbach
Code was commented out, but actually it works.
2004-12-18Compile fixAndrew de Quincy
2004-12-18Added reset in to tuning to re-tuning worksAndrew de Quincy
2004-12-18Compile fixAndrew de Quincy
2004-12-18Added sleep supportAndrew de Quincy
2004-12-18More fixes to initial demod freqAndrew de Quincy
2004-12-18Added stuff for initial demod frequencyAndrew de Quincy
2004-12-17- spinlock init cleanups.Gerd Knorr
2004-12-17- misc fixes.Gerd Knorr
2004-12-16Compile fixAndrew de Quincy
2004-12-16Fixes for av7110+stv0297 supportAndrew de Quincy
2004-12-16patch by Taylor Jacob to add support for ATSC/VSB frontendsJohannes Stezenbach
and the B2C2/BBTI Air2PC-ATSC card API changes: - add #define DVB_API_VERSION_MINOR 1 - add struct dvb_vsb_parameters to struct dvb_frontend_parameters for FE_SET_FRONTEND
2004-12-15patch by Olaf Hering: fix typoJohannes Stezenbach
2004-12-14- OSD timeout handling fixed, no crashes anymore with firmware 261d-rc5 or laterOliver Endriss
- avoid race conditions when sending COMTYPE_MISC commands
2004-12-14- switch over to tveeprom for hauppauge card config.Gerd Knorr
2004-12-13add error checking for NET_REMOVE_IF to prevent Oops whenJohannes Stezenbach
calling dvbnet -d N for an invalid interface number; based on patch by Emard
2004-12-10temporally repaired the request_typesPatrick Boettcher
2004-12-10- add moduleparam.h include to many files.Gerd Knorr
- some pinnacle 300i progress (can talk to mt352 now, not working yet through). - misc minor stuff.
2004-12-09- work on dvb pll stuff.Gerd Knorr
- misc dvb updates. - pinnacle 300i stuff (not working yet).
2004-12-08compile fix for b2c2-usb-core and ISO C90Patrick Boettcher
2004-12-08another usb id for a dibusb test devicePatrick Boettcher
2004-12-08- remove frequeny bending supportMichael Hunold
- code simplification
2004-12-08patch by Toni Willberg: fix typo in dst_type_print()Johannes Stezenbach
2004-12-07- misc minor stuff.Gerd Knorr
2004-12-06added new usb idsPatrick Boettcher
2004-12-04fix MODULE_PARM_DESC for debug paramJohannes Stezenbach
2004-12-04fix FESTATE_TUNING_FAST handlingJohannes Stezenbach
2004-12-04misc. white space and coding style cleanup (no functional change)Johannes Stezenbach
2004-12-03SET_PARAMETER locking and some event compatibility code for VDR. Thanks to ↵Holger Waechtler
Stefan Lucke for reporting this
2004-12-02added basic b2c2-usb module source, it is compiling but no real work is donePatrick Boettcher
yet -> a lot of warnings during compilation, because of unused functions
2004-12-02Patch by Wolfram Stering: ULE implementation, release 2Johannes Stezenbach
ULE is the Ultra Leightweight Encapsulation for encoding IP, IPv6, MPLS, you name it..., into MPEG2 Transport Stream packets. More information can be found at the corresponding IETF working group 'ipdvb', http://www.ietf.org/html.charters/ipdvb-charter.html Changes from the last release include (all in dvb_net.c): - implement the latest draft (draft-ietf-ipdvb-ule-03.txt), specifically the support for ULE extension headers. - bugfixes related to handling of error conditions (e.g. TEI bit set), including bugs reported by Moritz Vieth and Hanno Tersteegen from Fraunhofer Institute. Thanks! - actually support MAC address filtering, if MAC address is present in the ULE SNDUs (D-Bit _not_ set).
2004-12-02- prepared support for dynamically i2c addresses of the demodPatrick Boettcher
- added license information for the dib3000-common module
2004-12-02another __iomem / cast-cleanup patch from mainline kernelJohannes Stezenbach
sent by C.Y.M
2004-12-02av7110_fe_lock_fix():Oliver Endriss
- firmware version 261d: wait for msg queue empty - firmware <= 261c: wait 50ms
2004-12-02- fix memory leak in drivers.Gerd Knorr
2004-12-02Patch by C.Y.M.: add __user and __iomem annotations, remove someJohannes Stezenbach
unnecessary casts (cleanups from mailine kernel)
2004-12-02- attempt to fix cx88 blackbird.Gerd Knorr
- fix vbi initialization issue.
2004-12-02Forgot to include tune_settings for tda1004xAndrew de Quincy
2004-12-01event fakeHolger Waechtler
2004-12-01paranoia cosmeticsHolger Waechtler
2004-12-01Patch by Holger Kiehl:Johannes Stezenbach
add missing dev_kfree_skb(skb) in dvb_net_tx()
2004-12-01- mpeg aspect ratio stuff.Gerd Knorr
2004-12-01preliminary fix of broken av7110_fe_lock_fix() workaround:Oliver Endriss
- call av7110_fe_lock_fix() from set_frontend ioctl - clear pids only once - sleep 50ms after clearing pids
2004-12-01__av7110_send_fw_cmd(): added some sanity checks suggested by Werner FinkOliver Endriss
2004-11-30- put new source file into cvs as well ;)Gerd Knorr
2004-11-30- new cx88-based dvb card by Christopher Pascoe.Gerd Knorr
- cx88: IR support by Christopher Pascoe and me.
2004-11-30- add new tuners.Gerd Knorr
- ir support for Compro Videomate by Michael Mellor.
2004-11-28Hook in set_voltageAndrew de Quincy
2004-11-27at least fix the endless recursion to prevent system crashesJohannes Stezenbach
(thanks to Stefan Lucke) note that FE_GET_EVENT still isn't implemented correctly
2004-11-26- delayed module loading for saa7134.Gerd Knorr