summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dibusb/dvb-dibusb-usb.c
AgeCommit message (Collapse)Author
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