summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dibusb
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-28unnecessary assignmentPatrick Boettcher
2005-03-21- comment changesPatrick Boettcher
2005-03-19 - Patch by Olaf Titz: gcc 2.95 compile fixesKenneth Aafloy
2005-03-17dibusb: follow dvb_register_adapter changes in dvbdev.[ch]Andreas Oberritter
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-03-10removed useless ifdef: dvb_register_adapter always takes 3 parameters in ↵Andreas Oberritter
this tree
2005-03-04- fixed pll frequency calculation for channels > 700 MHz.Patrick Boettcher
2005-03-02whitespace cleanup (remove ws at eol, sync with changes in mainline kernel)Johannes Stezenbach
2005-02-19- corrected some rc keysPatrick Boettcher
- added a key repeat mechanism
2005-02-19*argl* - initialization was wrongPatrick Boettcher
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-14- adding the index to struct dvb_demux_feed makes dibusb-pid-filtering redundantPatrick Boettcher
2005-02-12patch by Adrian Bunk:Johannes Stezenbach
This patch contains the following possible cleanups: - make needlessly global code static - remove the following EXPORT_SYMBOL'ed but unused function: - bt8xx/bt878.c: bt878_find_by_i2c_adap - remove the following unused global functions: - dvb-core/dvb_demux.c: dmx_get_demuxes - dvb-core/dvb_demux.c: dvb_set_crc32 - remove the following unneeded EXPORT_SYMBOL's: - dvb-core/dvb_demux.c: dvb_dmx_swfilter_packet - dvb-core/dvb_demux.c: dvbdmx_connect_frontend - dvb-core/dvb_demux.c: dvbdmx_disconnect_frontend - dvb-core/dvbdev.c: dvb_class Signed-off-by: Adrian Bunk <bunk@stusta.de>
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 any traces of the firmware bugPatrick Boettcher
2005-02-05remove warning about firmware bugPatrick Boettcher
2005-02-05debug message changedPatrick Boettcher
2005-02-05increased the number of urbs for usb1.1 devicesPatrick Boettcher
2005-02-05use own err,info,warn defines, driver descriptionPatrick 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 devicesPatrick Boettcher
- fixed oops when no frontend was attached (because of usb1.1 timeouts in my debugging sessions)
2005-01-25ifdef inside a macro doesn't work with older gcc.Patrick Boettcher
Signed-off-by: Andrew Morton <akpm@osdl.org>
2005-01-24- using module_param_named instead of making a global and module_param ↵Patrick Boettcher
(thanks to Johannes)
2005-01-24- using le16_to_cpu for usb-device-descriptor-structPatrick Boettcher
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-21syntax correctionPatrick Boettcher
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-12fixed: tuner_read was only done, when debugging was enabledPatrick Boettcher
2005-01-10tuner quirks for some weird devices (Artec T1 AN2235 device has sometimes a ↵Patrick Boettcher
Panasonic Tuner assembled). Tunerprobing implemented. Thanks a lot to Gunnar Wittich.
2005-01-10tuner recognition for all dibusb1.1 devicesPatrick Boettcher
2005-01-09more debug infoPatrick Boettcher
2005-01-09remove backward compatibility stuff, as correctly suggested by JohannesPatrick Boettcher
2005-01-09internal refactoring step 3/3Patrick Boettcher
- added tuner and demod types for easier extension of new devices - added a check for some artec devices which have another tuner onboard, but don't know it, pll_addr is now a callback because of that - general callbacks for pll_set, pll_init and demod_init. They decide which pll-programming function is used and so on - added tuner passthru callback to xfer_ops. now dibusb can en/disable the tuner passthru of the dib3000m*-frontends; necessary for tuner probing - remote type determination (no for hanftek, nec for others), was not planned - fixed a bug in start_feed, which was introduced in step 2/3 but wasn't critical - added pll-programming for lg_tdtp_e102p_tua6034 (it has the tua6034 as pll) - added pll-programming and initialization for PANASONIC ENV77H11D5 - understood the i2c-address problem, now it is more logical
2005-01-07internal refactoring step 2/3 and first hanftek umt-010 usb2.0 settingsPatrick Boettcher
2005-01-07dibusb internal refactoring step 2/3Patrick Boettcher
2005-01-07rearranged the usb id handling to reduce redundance and mistakes and resolve ↵Patrick Boettcher
id conflicts
2004-12-31calculation for the tuner was wrong, .5 freq suffered, we need a pll ↵Patrick Boettcher
library... :) happy new year
2004-12-30init state check for dvb part, forgot in the first place ..Patrick Boettcher
2004-12-29init state added, clean init and exit of every partPatrick Boettcher
2004-12-29patch by Domen Puncer: File permissions should be octal codes.Johannes Stezenbach
2004-12-29minor cleanup, moved to dmx_sw_filter (instead of dmx_sw_filter_packets)Patrick Boettcher
2004-12-29fixed the goddamn error of mpeg2 transfer, it was the buffersize why the ↵Patrick Boettcher
URBs never returned
2004-12-27additional debug, doc updatePatrick 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