Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-06 | Latest patch #ifs were wrong. fixing. | Mauro Carvalho Chehab | |
kernel-sync. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | |||
2006-01-06 | USB: remove .owner field from struct usb_driver | Mauro Carvalho Chehab | |
From: Greg Kroah-Hartman <gregkh@suse.de> It is no longer needed, so let's remove it, saving a bit of memory. kernel-sync Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | |||
2005-08-16 | white space cleanup | Patrick Boettcher | |
Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
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-07-02 | corrected some typos. | Patrick Boettcher | |
Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-06-28 | Changed the name-field of the pci_driver and usb_driver structs to the name of | Patrick Boettcher | |
the module after compilation. It seems that this field is used in some places where special characters are not allowed. Maybe related to: http://www.uwsg.iu.edu/hypermail/linux/kernel/0505.1/0983.html Thanks to Alan Halverson for finding this problem. Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-06-18 | Michael Paxton: corrected two keys of the remote control key mapping | Patrick Boettcher | |
Signed-off-by: Michael Paxton <packo@tpg.com.au> Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-06-16 | added keymap for Twinhan's remote control | Patrick Boettcher | |
Signed-off-by: Michael Paxton <packo@tpg.com.au> 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-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-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-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 | - 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 | - 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. |