Age | Commit message (Expand) | Author |
2005-04-17 | - ported all dibusb drivers to fit into the dvb-usb-frameword | Patrick Boettcher |
2005-03-30 | Added support for the TwinhanDTV Alpha/MagicBox II USB2 DVB-T device in | Patrick Boettcher |
2005-03-29 | added support for the AVerMedia DVB-T USB2.0 device (slightly modified clone ... | Patrick Boettcher |
2005-03-28 | unnecessary assignment | Patrick Boettcher |
2005-03-21 | - comment changes | Patrick Boettcher |
2005-03-19 | - Patch by Olaf Titz: gcc 2.95 compile fixes | Kenneth Aafloy |
2005-03-17 | dibusb: follow dvb_register_adapter changes in dvbdev.[ch] | Andreas Oberritter |
2005-03-14 | - added native support for the dtt200u (Yakumo/Typhoon/Hama) USB2.0 device | Patrick Boettcher |
2005-03-12 | a few more whitespace cleanups | Johannes Stezenbach |
2005-03-11 | HanfTek UMT-010: adapted the pll-programming, the usb-ids and the firmware na... | Patrick Boettcher |
2005-03-10 | removed useless ifdef: dvb_register_adapter always takes 3 parameters in this... | Andreas Oberritter |
2005-03-04 | - fixed pll frequency calculation for channels > 700 MHz. | Patrick Boettcher |
2005-03-02 | whitespace cleanup (remove ws at eol, sync with changes in mainline kernel) | Johannes Stezenbach |
2005-02-19 | - corrected some rc keys | Patrick Boettcher |
2005-02-19 | *argl* - initialization was wrong | Patrick Boettcher |
2005-02-19 | - added native nova-t support, since only the nova-t firmware works with the ... | Patrick Boettcher |
2005-02-14 | - adding the index to struct dvb_demux_feed makes dibusb-pid-filtering redundant | Patrick Boettcher |
2005-02-12 | patch by Adrian Bunk: | Johannes Stezenbach |
2005-02-11 | Streaming must be enabled for the new KWorld as well. | Patrick Boettcher |
2005-02-11 | - added a another firmware file for KWorld/ADSTech Instant DVB-T USB2.0 (DiB3... | Patrick Boettcher |
2005-02-05 | remove any traces of the firmware bug | Patrick Boettcher |
2005-02-05 | remove warning about firmware bug | Patrick Boettcher |
2005-02-05 | debug message changed | Patrick Boettcher |
2005-02-05 | increased the number of urbs for usb1.1 devices | Patrick Boettcher |
2005-02-05 | use own err,info,warn defines, driver description | Patrick Boettcher |
2005-02-02 | - added support for Hauppauge WinTV NOVA-T USB2 (clone of MOD3000P by DiBcom) | Patrick Boettcher |
2005-01-25 | - worked around hw_sleep handling fpr usb1.1 devices | Patrick Boettcher |
2005-01-25 | ifdef inside a macro doesn't work with older gcc. | Patrick Boettcher |
2005-01-24 | - using module_param_named instead of making a global and module_param (thank... | Patrick Boettcher |
2005-01-24 | - using le16_to_cpu for usb-device-descriptor-struct | Patrick Boettcher |
2005-01-24 | - fixed '"debug" is not a good name for a global variable...' (now dvb_dibusb... | Patrick Boettcher |
2005-01-21 | syntax correction | Patrick Boettcher |
2005-01-13 | - moved the mirrored pid_filter_table back to dvb-dibusb | Patrick Boettcher |
2005-01-12 | fixed: tuner_read was only done, when debugging was enabled | Patrick Boettcher |
2005-01-10 | tuner quirks for some weird devices (Artec T1 AN2235 device has sometimes a P... | Patrick Boettcher |
2005-01-10 | tuner recognition for all dibusb1.1 devices | Patrick Boettcher |
2005-01-09 | more debug info | Patrick Boettcher |
2005-01-09 | remove backward compatibility stuff, as correctly suggested by Johannes | Patrick Boettcher |
2005-01-09 | internal refactoring step 3/3 | Patrick Boettcher |
2005-01-07 | internal refactoring step 2/3 and first hanftek umt-010 usb2.0 settings | Patrick Boettcher |
2005-01-07 | dibusb internal refactoring step 2/3 | Patrick Boettcher |
2005-01-07 | rearranged the usb id handling to reduce redundance and mistakes and resolve ... | Patrick Boettcher |
2004-12-31 | calculation for the tuner was wrong, .5 freq suffered, we need a pll library.... | Patrick Boettcher |
2004-12-30 | init state check for dvb part, forgot in the first place .. | Patrick Boettcher |
2004-12-29 | init state added, clean init and exit of every part | Patrick Boettcher |
2004-12-29 | patch by Domen Puncer: File permissions should be octal codes. | Johannes Stezenbach |
2004-12-29 | minor cleanup, moved to dmx_sw_filter (instead of dmx_sw_filter_packets) | Patrick Boettcher |
2004-12-29 | fixed the goddamn error of mpeg2 transfer, it was the buffersize why the URBs... | Patrick Boettcher |
2004-12-27 | additional debug, doc update | Patrick Boettcher |
2004-12-26 | - enabled i2c-address probing for frontends | Patrick Boettcher |