Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-16 | changed the init call to get the dvb_usb_device back immediatly if necessary. | Patrick Boettcher | |
Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-08-01 | added names for clones of the DVB-T stick. | Patrick Boettcher | |
Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-07-01 | added support and rewrote some parts with the help of vendor information ↵ | Patrick Boettcher | |
(Thanks to Steve Chang from WideView, Inc.): - added support for the WT-220U (Pensize DVB-T receiver) - corrected byte order for unc,ber and the pid filter - corrected number of pids that can be fetched at the same time. - added some comments in Kconfig-file - added USB IDs for the WT-220U Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-06-17 | Steve Chang reported the real name behind 0x14aa: WideView. | Patrick Boettcher | |
changed USB IDs accordingly fixed a assignment Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-05-30 | From: Thierry Vignaud <tvignaud@mandriva.com> | Patrick Boettcher | |
fix compiling USB DVB drivers (at least with gcc-4): Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-04-29 | added comments to dvb-usb.h to better describe the dvb-usb structure | Patrick Boettcher | |
renamed some fields | |||
2005-04-29 | never test any change you make with old drivers, never | Patrick Boettcher | |
2005-04-29 | added 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-27 | - more work on the nebula digitv USB | Patrick 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-17 | enabled remote controls again | Patrick Boettcher | |
nova-t has now real RC5 keys :) | |||
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-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-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-03-31 | ported the Yakumo/Hama/Typhoon driver to dvb-usb | Patrick Boettcher | |