summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-05-05sync back whitespace cleanups from kernelJohannes Stezenbach
2005-05-05add or51132.o (which was missing here)Johannes Stezenbach
2005-05-05select FW_LOADER and add a help text for OR51132Johannes Stezenbach
2005-05-05merge whitespace cleanups from kernel treeJohannes Stezenbach
2005-05-05merge printk format fix from kernel treeJohannes Stezenbach
2005-05-05remove $Id$ because they lead to conflicts when mergingJohannes Stezenbach
2005-05-04Fixed another irritant in app_info, patch by Dominique DumontManu Abraham
2005-05-04Fix a bug in the module parameter, patch by Dominique DumontManu Abraham
2005-05-03Updated documentationManu Abraham
2005-05-03removed unused module parameter sessionManu Abraham
removed unnecesary delay for FTA cards
2005-05-03- added the buildpatch script I've used to generate kernel patchesGerd Knorr
to the new repository @ linuxtv.org @ linuxtv.org
2005-05-03Fix for descrambling failure, suggested by Dominique DumontManu Abraham
2005-05-03Fixed a tuning problem for cards based on the old firmware.Manu Abraham
problem identified by Steffen Motzer
2005-05-02handle IPv6 and LLC/SNAPJohannes Stezenbach
based on work by Bertrand Mazieres thanks to matthieu castet
2005-05-02preparation for the uDigitv and DViCO USB2.0 boxes: moved pll handling from ↵Patrick Boettcher
dibusb-common to dvb-usb added pll_init to dvb-usb added another dvb_pll_desc for TDA665x
2005-05-02added missing #ifndef and #define to inhibit multiple inclusionsPatrick Boettcher
2005-04-29using usb_buffer_(alloc|free) instead of pci_(free|alloc)_consistent asPatrick Boettcher
suggested by Johannes some time ago
2005-04-29added comments to dvb-usb.h to better describe the dvb-usb structurePatrick Boettcher
renamed some fields
2005-04-29never test any change you make with old drivers, neverPatrick Boettcher
2005-04-29added experimental (guessed) nova-t mac address readingPatrick Boettcher
2005-04-29added key-mapping for the a800 (Thanks to Glen Harris)Patrick Boettcher
changed remote-control-key-types and functions (saved about 80 lines code)
2005-04-28- rewrote the i2c-reading-part (no more ack-error ignoring, which was ↵Patrick Boettcher
inherited from the skystar2-driver) - some minor cleanups
2005-04-27forgot the header file *argl*Patrick Boettcher
2005-04-27- more work on the nebula digitv USBPatrick Boettcher
- following a small change in the other drivers
2005-04-27- removed the field which specified the delay between the two transfer of a ↵Patrick Boettcher
read operation (not unused, didn't help) - correct the maximal number of feed for each device (up to now it was always 255 even if the device was only able to handle 16 pids) - added preliminary remote control support for the AVerTV USB2 A800 - changed the remote-control-struct for the NEC-protocol
2005-04-27some readme updatesPatrick Boettcher
2005-04-27added the correct firmware file for the AVerMedia A800Patrick Boettcher
2005-04-27fixed debugging instructions: av7110_debug -> debugOliver Endriss
2005-04-26- update README.patchesGerd Knorr
2005-04-26added support for the DigitalNow TinyUSB 2 DVB-t Receiver, which is a clone ofPatrick Boettcher
the vp7045/6 made by Twinhan, but with different USB IDs.
2005-04-25pluto_fe is obsoleteAndreas Oberritter
2005-04-25pluto2 kbuild fixesAndreas Oberritter
2005-04-25dvb-fe-tda10046.fw was extracted one byte too largeAndreas Oberritter
2005-04-25- enable interrupts via pci configuration space directly after enabling the ↵Andreas Oberritter
device as proposed in Documentation/pci.txt - set n_i2c to 3 (tda10046)
2005-04-25added support for different tda10046 firmware versions.Andreas Oberritter
tested with v20, v21 and v25.
2005-04-25allow N_I2C to be overridden by the card driverAndreas Oberritter
2005-04-25use simple u8 instead of bitfieldsAndreas Oberritter
2005-04-23patch by Adrian Bunk:Johannes Stezenbach
- make needlessly global code static - #if 0 the following unused global functions: - ttpci/av7110_hw.c: av7110_reset_arm - ttpci/av7110_hw.c: av7110_send_ci_cmd - frontends/mt352.[ch]: drop mt352_read Signed-off-by: Adrian Bunk <bunk@stusta.de>
2005-04-23patch by Dominique Dumont: fix MODULE_PARM_DESC for debug and verbose parmJohannes Stezenbach
2005-04-23Added the oldest Twinhan card to the card list, patch by Steffen MotzerManu Abraham
2005-04-23Fixed the NULL frontend registration bug, Patch by Steffen MotzerManu Abraham
2005-04-23Changed module parameter defaultsManu Abraham
2005-04-22corrected a typo in umt-010.cPatrick Boettcher
Added a new driver for the µDigiTV USB2.0 DVB-T receiver made by Nebula Electronics. It isn't working yet, but with the help of Allan Third it will be very soon. Thanks.
2005-04-22removed dibusb from Kernel Makefiles and from build-2.6Patrick Boettcher
2005-04-20compile fix, when debugging is disabledPatrick Boettcher
2005-04-19firmware load fixed for big-endian (thanks to Martin Loschwitz (madkiss))Patrick Boettcher
2005-04-18fixed the RC5-mechanisms to not do anything when signal from alien remote ↵Patrick Boettcher
controls are received.
2005-04-17enabled remote controls againPatrick Boettcher
nova-t has now real RC5 keys :)
2005-04-17- ported all dibusb drivers to fit into the dvb-usb-framewordPatrick Boettcher
- created dvb-pll-entries for the tuner used with the dibusb-drivers - removed all traces of the dibusb driver - adapted the dib3000-frontends to get along with the dvb-pll-changes
2005-04-15Corrected the THIS_MODULE handling for the flexcop-stuff and dvb-usb which ↵Patrick Boettcher
lead to oopses because of misorganized module dependencies.