Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-31 | added isochronous-streaming method. | Patrick Boettcher | |
changed memory (de)allocation behaviour accordingly. 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-05-30 | The solution below wastes a few 100 bytes of space, but I think we can | Patrick Boettcher | |
live with that. The same thing was done in dvb-pll.h. --- gcc-2.95 compile fix. Signed-off-by: Patrick Boettcher <pb@linuxtv.org> Signed-off-by: Johannes Stezenbach <js@linuxtv.org> | |||
2005-05-26 | fixed support for the ADSTech Instant TV DVB-T USB (2.0 version) Thanks to ↵ | Patrick Boettcher | |
Gerolf Wendland for his support. hacked the firmware for the ADSTech USB2 to have a different USB ID than the USB1.1 version (to avoid conflicts in programming) Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-05-13 | added #define for device with faulty USB IDs | Patrick Boettcher | |
Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-05-10 | error checking when doing init was wrong (== 0 was missing). | Patrick Boettcher | |
Thanks to Gerolf Wendland for discovering. | |||
2005-05-02 | preparation 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-04-29 | using usb_buffer_(alloc|free) instead of pci_(free|alloc)_consistent as | Patrick Boettcher | |
suggested by Johannes some time ago | |||
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 experimental (guessed) nova-t mac address reading | 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 | forgot the header file *argl* | Patrick Boettcher | |
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-27 | added the correct firmware file for the AVerMedia A800 | Patrick Boettcher | |
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-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-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 | quotation marks (thanks to C.Y.M for pointing that out) | Patrick Boettcher | |
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-04-02 | name correction | Patrick Boettcher | |
2005-03-31 | - added read_mac_address-callback | Patrick Boettcher | |
- filling the MAC address into dvb_adapter->proposed_mac Thanks to Andreas Oberritter for pointing out. | |||
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. |