Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-31 | reading MAC address directly into dvb_adapter->proposed_mac | Patrick Boettcher | |
2005-03-31 | ported the Yakumo/Hama/Typhoon driver to dvb-usb | Patrick Boettcher | |
2005-03-31 | - modifications/preparations for port of a driver (dtt200u) | Patrick Boettcher | |
2005-03-30 | added copyright information | Patrick Boettcher | |
2005-03-30 | Added support for the TwinhanDTV Alpha/MagicBox II USB2 DVB-T device in | Patrick Boettcher | |
conjunction with a neat dvb-usb-lib. All dibusb-drivers will be merged to it in the near future. | |||
2005-03-29 | added support for the AVerMedia DVB-T USB2.0 device (slightly modified clone ↵ | Patrick Boettcher | |
of the USB2.0 device by DiBcom) Thanks to Glen Harris for his patience and to Jiun-Kuei Jung from AVerMedia. | |||
2005-03-28 | unnecessary assignment | Patrick Boettcher | |
2005-03-26 | Switch analog output of the Crystal sound chip to left/stereo/right mode. | Oliver Endriss | |
This will fix problems with some (most?) channels which do not encode 2-channel audio correctly. | |||
2005-03-26 | mostly formatting cleanups, no functional change | Andreas Oberritter | |
2005-03-23 | patch by Greg Wickham: | Johannes Stezenbach | |
add support for read_ber, read_signal_strength and read_status | |||
2005-03-23 | Remove incorrect "dvb_"-prefix from parameter description. | Johannes Stezenbach | |
Error detected with section2text.rb, see autoparam patch. Signed-off-by: Magnus Damm <damm@opensource.se> | |||
2005-03-23 | Remove incorrect "budget_"-prefix from parameter description. | Johannes Stezenbach | |
Error detected with section2text.rb, see autoparam patch. Signed-off-by: Magnus Damm <damm@opensource.se> | |||
2005-03-21 | - comment changes | Patrick Boettcher | |
2005-03-21 | Patch by Vadim Catana | Patrick Boettcher | |
- driver receives many null TS packets (pid=0x1fff). They occupy the limited USB bandwidth and this leads to loss of video packets. Enabling the null packet filter fixes this. - packets that flexcop sends to USB have a 2 byte header that has to be removed. - sometimes a TS packet is split between different urbs. These parts have to be combined in a temporary buffer. Thanks a lot. | |||
2005-03-21 | make logarithm stuff static (conflicts; BTW, we now have already | Johannes Stezenbach | |
two copies of this cruft -> should be factored out) | |||
2005-03-21 | change gcc-2.95 workaround to what is in 2.6.12-rc1 | Johannes 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_status | Kenneth 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 fixes | Kenneth Aafloy | |
2005-03-19 | - Fix copy/paste bug for mt352 frontend in dvb-bt8xx | Kenneth Aafloy | |
2005-03-19 | Cleanup 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-18 | TT/Hauppauge Nexus Rev 2.3: use stv0299 routines for 22kHz/tone-burst/DiSEqC | Oliver Endriss | |
2005-03-18 | - Support for Nova-S rev 2.2 (Gregor Kroesen) | Kenneth Aafloy | |
2005-03-17 | pluto2: follow dvb_register_adapter changes in dvbdev.[ch] | Andreas Oberritter | |
2005-03-17 | ttusb-dec: follow dvb_register_adapter changes in dvbdev.[ch] | Andreas Oberritter | |
2005-03-17 | ttusb-budget: follow dvb_register_adapter changes in dvbdev.[ch] | Andreas Oberritter | |
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 | |