Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-27 | some readme updates | Patrick Boettcher | |
2005-04-27 | added the correct firmware file for the AVerMedia A800 | Patrick Boettcher | |
2005-04-27 | fixed debugging instructions: av7110_debug -> debug | Oliver Endriss | |
2005-04-26 | added support for the DigitalNow TinyUSB 2 DVB-t Receiver, which is a clone of | Patrick Boettcher | |
the vp7045/6 made by Twinhan, but with different USB IDs. | |||
2005-04-25 | pluto_fe is obsolete | Andreas Oberritter | |
2005-04-25 | pluto2 kbuild fixes | Andreas Oberritter | |
2005-04-25 | dvb-fe-tda10046.fw was extracted one byte too large | Andreas 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-25 | added support for different tda10046 firmware versions. | Andreas Oberritter | |
tested with v20, v21 and v25. | |||
2005-04-25 | allow N_I2C to be overridden by the card driver | Andreas Oberritter | |
2005-04-25 | use simple u8 instead of bitfields | Andreas Oberritter | |
2005-04-23 | patch 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-23 | patch by Dominique Dumont: fix MODULE_PARM_DESC for debug and verbose parm | Johannes Stezenbach | |
2005-04-23 | Added the oldest Twinhan card to the card list, patch by Steffen Motzer | Manu Abraham | |
2005-04-23 | Fixed the NULL frontend registration bug, Patch by Steffen Motzer | Manu Abraham | |
2005-04-23 | Changed module parameter defaults | Manu Abraham | |
2005-04-22 | corrected a typo in umt-010.c | Patrick 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-22 | removed dibusb from Kernel Makefiles and from build-2.6 | Patrick Boettcher | |
2005-04-20 | compile fix, when debugging is disabled | Patrick Boettcher | |
2005-04-19 | firmware load fixed for big-endian (thanks to Martin Loschwitz (madkiss)) | Patrick Boettcher | |
2005-04-18 | fixed the RC5-mechanisms to not do anything when signal from alien remote ↵ | Patrick Boettcher | |
controls are received. | |||
2005-04-17 | enabled remote controls again | Patrick Boettcher | |
nova-t has now real RC5 keys :) | |||
2005-04-17 | - ported all dibusb drivers to fit into the dvb-usb-frameword | Patrick 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-15 | Corrected the THIS_MODULE handling for the flexcop-stuff and dvb-usb which ↵ | Patrick Boettcher | |
lead to oopses because of misorganized module dependencies. | |||
2005-04-14 | on fast (or slow) machines it is important for some devices to delay the ↵ | Patrick Boettcher | |
actual read on a read operation | |||
2005-04-11 | corrected the hw-filtering again. (Don't do things before breakfast)... | Patrick Boettcher | |
2005-04-11 | quotation marks (thanks to C.Y.M for pointing that out) | Patrick Boettcher | |
2005-04-11 | - enabled the HW PID by default for the PCI cards | Patrick Boettcher | |
- correct the TS demux parsing when PID filter is enabled (and thus the timer IRQ) - rewrote the PID-filter and FULLTS control part in flexcop-hw-filter (thanks to Krzysztof Matula for pointing that out) | |||
2005-04-10 | copying the mt352_config-struct to mt352_state instead of storing just the ↵ | Patrick Boettcher | |
pointer to it. | |||
2005-04-07 | - remove msleep(10) in writereg (suggested by Tony Glader) | Kenneth Aafloy | |
2005-04-07 | Removed redundant declarations, fixed a bug in the High Level Common Interface, | Manu Abraham | |
Some cleanups, changed module params to control verbosity level. | |||
2005-04-07 | - fixed interrupt-sharing and added a spinlock to the irq-callback (was ↵ | Patrick Boettcher | |
broken due the rewrite and my foolishness), Thanks to Pascal Riekenberg for pointing out) | |||
2005-04-07 | whitespace cleanup for the flexcop-driver, no functional change | Patrick Boettcher | |
2005-04-07 | fixed NTSC -> PAL switching (std->id is a bitmap!) | Oliver Endriss | |
2005-04-06 | VIDEO_SET_DISPLAY_FORMAT ioctl fixed: | Oliver Endriss | |
set videostate.display_format, not videostate.video_format Thanks to Rami Rasanen and Marco Schluessler. | |||
2005-04-06 | small NULL checks which lead to segfaults, when doing developing | Patrick Boettcher | |
2005-04-05 | - remove unnecessary casts in dvb-core | Kenneth Aafloy | |
2005-04-05 | - remove unnecessary casts in frontends | Kenneth Aafloy | |
2005-04-04 | budget-av: | Kenneth Aafloy | |
- remove enable_ci, ci interface is assumed to be present if the saa7113 is not found. - reduce the delay when checking for saa7113 - clean up the cam reset according to specifications - turn off Vcc to the cam slot if cam is removed or fails reset - remove cam reset in ciintf_init - clean up printks (KERN_) - move gpio setting into saa7113_init - clean up unreadable frontend_init | |||
2005-04-04 | added (hardcoded) remote control keys for the Yakumo DVB-T receiver. It is ↵ | Patrick Boettcher | |
so tiny, I almost lost it. *tststs* | |||
2005-04-04 | Whitespace cleanup | Manu Abraham | |
2005-04-04 | Compilation fix after twinhan-exp branch merge | Manu Abraham | |
2005-04-04 | Merged the twinhan-exp branch to the trunk | Manu Abraham | |
2005-04-04 | - update bt8xx documentation, thanks to Uwe Bugla | Michael Hunold | |
2005-04-03 | patch by Alexander Riedel: | Johannes Stezenbach | |
add support for KNC One Plus DVB-T and similar KNC One cards | |||
2005-04-03 | patch by NooneImportant: | Johannes Stezenbach | |
The following patch fixes the current stv0299 code that handles FE_DISHNETWORK_SEND_LEGACY_CMD. (This code supports the legacy SW21, SW44, and SW64 switches) | |||
2005-04-02 | forgot to add the MODULE_DEVICE_TABLE in the dvb-usb-device drivers | Patrick Boettcher | |
2005-04-02 | re-enabled and improved commonly used remote control code for dvb-usb | Patrick Boettcher | |
2005-04-02 | name correction | Patrick Boettcher | |