summaryrefslogtreecommitdiff
path: root/linux
AgeCommit message (Collapse)Author
2005-03-21change gcc-2.95 workaround to what is in 2.6.12-rc1Johannes Stezenbach
2005-03-19 - follow dvb_register_adapter changes in dvbdev.[ch]Kenneth Aafloy
2005-03-19 - remove s* from state, they are only used in read_statusKenneth Aafloy
- remove casting of void* - remove FIXME in set_parameters, should be handled by dvb-core state machine - remove some unnecessary braces - remove #if 1 in read_status, and add note from Zarlink design manual - change read_signal_strength to read total AGC_GAIN in case some adapter turns on the RF_AGC loop.
2005-03-19 - Patch by Olaf Titz: gcc 2.95 compile fixesKenneth Aafloy
2005-03-19 - Fix copy/paste bug for mt352 frontend in dvb-bt8xxKenneth Aafloy
2005-03-19Cleanup patch from Peter Beutner:Alex Woods
- unregister the input device on disconnect and move cleanup stuff of the RC to own function - keymap should be static not const - set up keymap correctly and completly for input device plus a more cosmetic one: - usb endpoints are only 4bit numbers[0...15], the 8th bit only specifies the direction and is set by the snd/rcvxxxpipe() macro
2005-03-18 - Logic error made by me, found by Gregor Kroesen.Kenneth Aafloy
2005-03-18TT/Hauppauge Nexus Rev 2.3: use stv0299 routines for 22kHz/tone-burst/DiSEqCOliver Endriss
2005-03-18 - Support for Nova-S rev 2.2 (Gregor Kroesen)Kenneth Aafloy
2005-03-17pluto2: follow dvb_register_adapter changes in dvbdev.[ch]Andreas Oberritter
2005-03-17ttusb-dec: follow dvb_register_adapter changes in dvbdev.[ch]Andreas Oberritter
2005-03-17ttusb-budget: follow dvb_register_adapter changes in dvbdev.[ch]Andreas Oberritter
2005-03-17ttpci: follow dvb_register_adapter changes in dvbdev.[ch]Andreas Oberritter
2005-03-17dibusb: follow dvb_register_adapter changes in dvbdev.[ch]Andreas Oberritter
2005-03-17cinergyT2: follow dvb_register_adapter changes in dvbdev.[ch]Andreas Oberritter
2005-03-17b2c2: follow dvb_register_adapter changes in dvbdev.[ch]Andreas Oberritter
2005-03-17Modified dvb_register_adapter() to avoid kmalloc/kfree. Drivers have toAndreas Oberritter
embed struct dvb_adapter into their private data struct from now on.
2005-03-16patch by Mikael Pettersson:Johannes Stezenbach
Fix one array-of-incomplete-type error from gcc4 in bt878.h.
2005-03-16Remove some sparse warnings on one-bit bitfields.Johannes Stezenbach
Signed-off-by: Peter Hagervall <hager@cs.umu.se>
2005-03-14first try to support TT/Hauppauge Nexus Rev 2.3Oliver Endriss
2005-03-14- added native support for the dtt200u (Yakumo/Typhoon/Hama) USB2.0 devicePatrick 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-13From : http://kerneljanitors.org/TODOJohannes Stezenbach
- convert from pci_module_init to pci_register_driver Signed-off-by: Christophe Lucas <c.lucas@ifrance.com> Signed-off-by: Domen Puncer <domen@coderock.org>
2005-03-13From : http://kerneljanitors.org/TODOJohannes Stezenbach
- convert from pci_module_init to pci_register_driver Signed-off-by: Christophe Lucas <c.lucas at ifrance.com> Signed-off-by: Domen Puncer <domen@coderock.org>
2005-03-13budget-core.c vfree() checking cleanups. ↵Johannes Stezenbach
Signed-off by: James Lamanna <jlamanna@gmail.com> Signed-off-by: Domen Puncer <domen@coderock.org>
2005-03-13dvb_ca_en50221.c vfree() checking cleanups.Johannes Stezenbach
Signed-off by: James Lamanna <jlamanna@gmail.com> Signed-off-by: Domen Puncer <domen@coderock.org>
2005-03-13dmxdev.c vfree() checking cleanups.Johannes Stezenbach
Signed-off by: James Lamanna <jlamanna@gmail.com> Signed-off-by: Domen Puncer <domen@coderock.org>
2005-03-13fix a warningJohannes Stezenbach
Signed-off-by: Andrew Morton <akpm@osdl.org>
2005-03-13patch submitted by Gerd Knorr:Johannes Stezenbach
add support for OR51132 frontend (pcHDTV HD-3000) - VSB/QAM
2005-03-12a few more whitespace cleanupsJohannes Stezenbach
2005-03-12fix typo in commentJohannes Stezenbach
2005-03-11- patch by Amit Gud (unify the spinlock initialization)Patrick Boettcher
- debug parameter can be changed via sysfs by root now
2005-03-11HanfTek UMT-010: adapted the pll-programming, the usb-ids and the firmware ↵Patrick Boettcher
name to the new firmware (thanks to Sunny Liu from HanfTek)
2005-03-10patch by Anssi Hannula: remove comment that says TT PCI DVB-T is unsupportedJohannes Stezenbach
2005-03-10patch by Anssi Hannula: add support for Technotrend PCI DVB-TJohannes Stezenbach
(0x13c2,0x0008, Grundig 29504-401 (LSI L64781 Based) frontend)
2005-03-10 - remove bttv dependency from frontendKenneth Aafloy
2005-03-10cosmeticsAndreas Oberritter
2005-03-10removed useless ifdef: dvb_register_adapter always takes 3 parameters in ↵Andreas Oberritter
this tree
2005-03-09renamed conflicting tda1004x_write_byte to tda10046_write_byteAndreas Oberritter
2005-03-09 - clear up confusion between ids and adaptersKenneth Aafloy
2005-03-09Makefile and Kconfig updates for pluto2Andreas Oberritter
2005-03-09b2c2 depends on (PCI || USB)Andreas Oberritter
2005-03-09temporary frontend driverAndreas Oberritter
2005-03-09Experimental pluto2 driver for Satelco Easywatch Mobile Terrestrial Receiver.Andreas Oberritter
The TDA10046 driver (pluto_fe.c) still needs to be merged with tda1004x.c known issues: machine might freeze during bad reception machine might freeze on module unload -> ejecting the cardbus card might help sometimes
2005-03-09 - kfree(NULL) is safeKenneth Aafloy
2005-03-09 - FIX: don't do av7110_ir_exit if init was not doneKenneth Aafloy
2005-03-09- moved the flexcop-driver-suite to linux/driversPatrick Boettcher
- adapted build-2.6 (removed skystar2 from insmod.sh) - corrected some bugs in Kconfig - tried compilation with linux 2.6.11 (as module and as compiled-in-driver)
2005-03-08 - Fix for CAMs on Typhoon DVB-S, where it would constantly reset itself.Kenneth Aafloy
2005-03-08 - Remove duplicate setgpioKenneth Aafloy
2005-03-08 FIX: Continuity Errors with tda10021 (slickhenry, Robert Schlabbach)Kenneth Aafloy
2005-03-08 - cx24110 diseqc_send_burst (Peter Hettkamp, Uwe Bugla)Kenneth Aafloy