Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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. | |||
2005-03-29 | added support for the AVerMedia DVB-T USB2.0 device (slightly modified clone ↵ | Patrick Boettcher | |
of the USB2.0 device by DiBcom) Thanks to Glen Harris for his patience and to Jiun-Kuei Jung from AVerMedia. | |||
2005-03-14 | - added native support for the dtt200u (Yakumo/Typhoon/Hama) USB2.0 device | Patrick Boettcher | |
- URBs are now submitted, when the actual transfer began, not right from the device plugin (solves a lot of problems) - minor fixes in the dib3000-frontends | |||
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 ↵ | Patrick Boettcher | |
name to the new firmware (thanks to Sunny Liu from HanfTek) | |||
2005-02-19 | - added native nova-t support, since only the nova-t firmware works with the ↵ | Patrick Boettcher | |
nova-t remote control - added keys statically (maybe we should find something to sort this out... cinergyt2 is doing the same) | |||
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 ↵ | Patrick Boettcher | |
(DiB3000M-B) - added support for KWorld/ADSTech Instant DVB-T USB2.0 (DiB3000M-B) - added deactivation option of the pid parser for the DiB3000M-B (since there are USB2.0 devices and which now have the ability to deliver the complete Transport Stream) | |||
2005-02-05 | remove warning about firmware bug | Patrick Boettcher | |
2005-01-25 | - worked around hw_sleep handling fpr usb1.1 devices | Patrick Boettcher | |
- fixed oops when no frontend was attached (because of usb1.1 timeouts in my debugging sessions) | |||
2005-01-24 | - fixed '"debug" is not a good name for a global variable...' (now ↵ | Patrick Boettcher | |
dvb_dibusb_debug) (thanks to Adrian Bunk) - other globals removed | |||
2005-01-13 | - moved the mirrored pid_filter_table back to dvb-dibusb | Patrick Boettcher | |
- first almost working version for HanfTek UMT-010 - found out, that Yakumo/HAMA/Typhoon are predecessors of the HanfTek - minor cleanups | |||
2005-01-09 | remove backward compatibility stuff, as correctly suggested by Johannes | Patrick Boettcher | |
2005-01-07 | dibusb internal refactoring step 2/3 | Patrick Boettcher | |
2004-12-29 | init state added, clean init and exit of every part | Patrick Boettcher | |
2004-12-29 | minor cleanup, moved to dmx_sw_filter (instead of dmx_sw_filter_packets) | Patrick Boettcher | |
2004-12-26 | - enabled i2c-address probing for frontends | Patrick Boettcher | |
- refactored the dibusb driver, split into separate, code-dependent files, should have done this from the beginning, sorry for possible inconveniences in advance; I'm still learning |