summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dibusb/dvb-dibusb-usb.c
AgeCommit message (Collapse)Author
2005-04-17- ported all dibusb drivers to fit into the dvb-usb-framewordPatrick 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-30Added support for the TwinhanDTV Alpha/MagicBox II USB2 DVB-T device inPatrick Boettcher
conjunction with a neat dvb-usb-lib. All dibusb-drivers will be merged to it in the near future.
2005-03-29added 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 devicePatrick 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-12a few more whitespace cleanupsJohannes Stezenbach
2005-03-11HanfTek 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-11Streaming 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-05remove warning about firmware bugPatrick Boettcher
2005-01-25- worked around hw_sleep handling fpr usb1.1 devicesPatrick 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-dibusbPatrick Boettcher
- first almost working version for HanfTek UMT-010 - found out, that Yakumo/HAMA/Typhoon are predecessors of the HanfTek - minor cleanups
2005-01-09remove backward compatibility stuff, as correctly suggested by JohannesPatrick Boettcher
2005-01-07dibusb internal refactoring step 2/3Patrick Boettcher
2004-12-29init state added, clean init and exit of every partPatrick Boettcher
2004-12-29minor cleanup, moved to dmx_sw_filter (instead of dmx_sw_filter_packets)Patrick Boettcher
2004-12-26- enabled i2c-address probing for frontendsPatrick 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