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-10 | - fixed MAC address reading (eeprom address to read, was not correctly set, ↵ | Patrick Boettcher | |
respectively overwritten) | |||
2005-02-10 | - more nicam / pal-i stuff from Ian Pickworth. | Gerd Knorr | |
2005-02-10 | - a number of pcHDTV cleanups. | Gerd Knorr | |
2005-02-10 | - pcHDTV HD3000 support (by Rusty Scott). | Gerd Knorr | |
2005-02-10 | - some tuner fixups. | Gerd Knorr | |
2005-02-10 | - fix marko kohtala's mail address | Michael Hunold | |
2005-02-09 | - make the new splitted tuner module build. | Gerd Knorr | |
2005-02-09 | - split tuner module into multiple smaller files. | Gerd Knorr | |
2005-02-09 | - attempt #1 to fix "simpler" mode (based on patches by Jan Nikitenko). | Gerd Knorr | |
2005-02-09 | - add Hauppauge Roslyn support (Kaustubh Bhalerao). | Gerd Knorr | |
2005-02-09 | - fix tyops. | Gerd Knorr | |
2005-02-08 | Use alternative interface. Asks for less bandwidth and therefore works with | Alex Woods | |
OHCI as well as UHCI. | |||
2005-02-06 | added a note to inform people about b2c2/ in dvb-kernel root | Patrick Boettcher | |
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-05 | corrected name syntax | Patrick Boettcher | |
2005-02-05 | patch by Mattias Holmlund: support new version of unshield for | Johannes Stezenbach | |
sp887x firmware extraction (changed cmdline parameters) | |||
2005-02-04 | - tda9887: rollback secam fixup for now ... | Gerd Knorr | |
2005-02-04 | patch by Al Viro from 2.6.11-rc3: __user annotation | Johannes Stezenbach | |
2005-02-04 | DVB_NXT2002 selects FW_LOADER | Johannes Stezenbach | |
2005-02-03 | patch by Taylor Jacob: Add QAM64/256 Support | Johannes Stezenbach | |
2005-02-03 | - fix saa7134 cinergy mobile (Hans J. Koch). | Gerd Knorr | |
2005-02-03 | - fix tda9887 init order bug. | Gerd Knorr | |
2005-02-03 | - saa7134: PAL-60 support by Phil Richards. | Gerd Knorr | |
2005-02-03 | - saa7134 ts fixes by Eric Lammerts + /me. | Gerd Knorr | |
2005-02-02 | - added support for Hauppauge WinTV NOVA-T USB2 (clone of MOD3000P by DiBcom) | Patrick Boettcher | |
2005-01-31 | - whitespace cleanups. | Gerd Knorr | |
2005-01-31 | - add some defines to compat.h to build again on older kernels. | Gerd Knorr | |
- misc fixes. | |||
2005-01-31 | readme update | Patrick Boettcher | |
2005-01-30 | fix unhandled invert_pwm option (needed on dbox2 hardware) | Andreas Oberritter | |
submitted by Carsten Juttner <carjay@gmx.net> | |||
2005-01-30 | Updated email address | Roberto Ragusa | |
2005-01-30 | Committed patch for Activy Budget with ALPS BSRU6 tuner | Oliver Endriss | |
submitted by Andreas 'randy' Weinberger. | |||
2005-01-29 | patch by Gerd Knorr: | Johannes Stezenbach | |
add support for the Pinnacle MediaCenter 300i DVB-T | |||
2005-01-26 | remove duplicated pci_release_region() etc. | Johannes Stezenbach | |
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 | - corrected the name in driver_desc | Patrick Boettcher | |
- removed debug messages and some comments (see dib3000-watch) | |||
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-25 | clarify firmware upload messages | Johannes Stezenbach | |
2005-01-24 | patch by Gerd Knorr: fix access to freed memory when unloading frontend drivers | Johannes Stezenbach | |
2005-01-24 | - using module_param_named instead of making a global and module_param ↵ | Patrick Boettcher | |
(thanks to Johannes) | |||
2005-01-24 | - sync with 2.6.11-rc2 & latest dvb cvs. | Gerd Knorr | |
- misc card-specific tweaks. | |||
2005-01-24 | - using le16_to_cpu for usb-device-descriptor-struct | Patrick Boettcher | |
2005-01-24 | - Build fix for older gcc's (thanks to Andrew Morton) | 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 |