Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-17 | ttpci: follow dvb_register_adapter changes in dvbdev.[ch] | Andreas Oberritter | |
2005-03-17 | dibusb: follow dvb_register_adapter changes in dvbdev.[ch] | Andreas Oberritter | |
2005-03-17 | cinergyT2: follow dvb_register_adapter changes in dvbdev.[ch] | Andreas Oberritter | |
2005-03-17 | b2c2: follow dvb_register_adapter changes in dvbdev.[ch] | Andreas Oberritter | |
2005-03-17 | Modified dvb_register_adapter() to avoid kmalloc/kfree. Drivers have to | Andreas Oberritter | |
embed struct dvb_adapter into their private data struct from now on. | |||
2005-03-16 | patch by Mikael Pettersson: | Johannes Stezenbach | |
Fix one array-of-incomplete-type error from gcc4 in bt878.h. | |||
2005-03-16 | Remove some sparse warnings on one-bit bitfields. | Johannes Stezenbach | |
Signed-off-by: Peter Hagervall <hager@cs.umu.se> | |||
2005-03-14 | first try to support TT/Hauppauge Nexus Rev 2.3 | Oliver Endriss | |
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-13 | From : http://kerneljanitors.org/TODO | Johannes 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-13 | From : http://kerneljanitors.org/TODO | Johannes 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-13 | budget-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-13 | dvb_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-13 | dmxdev.c vfree() checking cleanups. | Johannes Stezenbach | |
Signed-off by: James Lamanna <jlamanna@gmail.com> Signed-off-by: Domen Puncer <domen@coderock.org> | |||
2005-03-13 | fix a warning | Johannes Stezenbach | |
Signed-off-by: Andrew Morton <akpm@osdl.org> | |||
2005-03-13 | patch submitted by Gerd Knorr: | Johannes Stezenbach | |
add support for OR51132 frontend (pcHDTV HD-3000) - VSB/QAM | |||
2005-03-12 | a few more whitespace cleanups | Johannes Stezenbach | |
2005-03-12 | fix typo in comment | Johannes 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-11 | HanfTek 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-10 | patch by Anssi Hannula: remove comment that says TT PCI DVB-T is unsupported | Johannes Stezenbach | |
2005-03-10 | patch by Anssi Hannula: add support for Technotrend PCI DVB-T | Johannes Stezenbach | |
(0x13c2,0x0008, Grundig 29504-401 (LSI L64781 Based) frontend) | |||
2005-03-10 | - remove bttv dependency from frontend | Kenneth Aafloy | |
2005-03-10 | cosmetics | Andreas Oberritter | |
2005-03-10 | removed useless ifdef: dvb_register_adapter always takes 3 parameters in ↵ | Andreas Oberritter | |
this tree | |||
2005-03-09 | renamed conflicting tda1004x_write_byte to tda10046_write_byte | Andreas Oberritter | |
2005-03-09 | - clear up confusion between ids and adapters | Kenneth Aafloy | |
2005-03-09 | Makefile and Kconfig updates for pluto2 | Andreas Oberritter | |
2005-03-09 | b2c2 depends on (PCI || USB) | Andreas Oberritter | |
2005-03-09 | temporary frontend driver | Andreas Oberritter | |
2005-03-09 | Experimental 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 safe | Kenneth Aafloy | |
2005-03-09 | - FIX: don't do av7110_ir_exit if init was not done | Kenneth Aafloy | |
2005-03-09 | - moved the flexcop-driver-suite to linux/drivers | Patrick 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 | FIX: Continuity Errors with tda10021 (slickhenry, Robert Schlabbach) | Kenneth Aafloy | |
2005-03-08 | - cx24110 diseqc_send_burst (Peter Hettkamp, Uwe Bugla) | Kenneth Aafloy | |
2005-03-05 | removed all traces of the USB driver in linux/driver../b2c2 dir | Patrick Boettcher | |
2005-03-04 | - fixed pll frequency calculation for channels > 700 MHz. | Patrick Boettcher | |
2005-03-02 | whitespace cleanup (remove ws at eol, sync with changes in mainline kernel) | Johannes Stezenbach | |
2005-02-21 | Add IR support added by Peter Beutner <p.beutner@gmx.net> | Alex Woods | |
2005-02-19 | clean up patch by Rusty Scott | Johannes Stezenbach | |
2005-02-19 | - corrected some rc keys | Patrick Boettcher | |
- added a key repeat mechanism | |||
2005-02-19 | *argl* - initialization was wrong | Patrick Boettcher | |
2005-02-19 | - added native nova-t support, since only the nova-t firmware works with the ↵ | Patrick Boettcher | |
nova-t remote control - added keys statically (maybe we should find something to sort this out... cinergyt2 is doing the same) | |||
2005-02-17 | - struct channel removed in favour of dvbdmxfeed->index (thanks to the testers) | Patrick Boettcher | |
2005-02-17 | DVB support for the pcHDTV HD2000 card | Johannes Stezenbach | |
submitted by Rusty Scott | |||
2005-02-17 | Remove unneeded test in av7110_ipack_free(): | Johannes Stezenbach | |
- calls are balanced; - vfree(NULL) is safe. Signed-off-by: Francois Romieu <romieu@fr.zoreil.com> | |||
2005-02-17 | Janitoring - error handling during attach | Johannes Stezenbach | |
- av7110_arm_sync(): small helper to factor out some code; - av7110_attach() does not check the status code returned by all the functions is uses; - balance the error path in av7110_attach and have it easy to check. Please check it; - if everything is correctly balanced, device_initialized is not needed anymore in struct av7110; - av7110_detach(): no need to cast a void * pointer; - av7110_detach(): die #ifdef, die ! - change the returned value of av7110_av_exit() as it can't fail; - change the returned value of av7110_ca_init() as it can fail. Removed extraneous casts while are it; - check for failure of vmalloc() in ci_ll_init(). Signed-off-by: Francois Romieu <romieu@fr.zoreil.com> | |||
2005-02-16 | don't call av7110_ir_init() if driver initialization failed already | Johannes Stezenbach | |
due to previous errors (resulted in Oops in out-of-memory conditions) |