Age | Commit message (Collapse) | Author |
|
|
|
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>
|
|
(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)
|
|
|
|
dvb_dibusb_debug) (thanks to Adrian Bunk)
- other globals removed
|
|
- first almost working version for HanfTek UMT-010
- found out, that Yakumo/HAMA/Typhoon are predecessors of the HanfTek
- minor cleanups
|
|
- 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
|
|
|
|
|
|
- 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
|
|
|
|
|
|
- added option to deliver the complete TS with USB2.0 devices
|
|
overhasty with the Kconfig from dibusb.
|
|
|
|
|
|
- fixed dvb-dibusb in order to get along with dib3000 changes
|
|
|
|
"$Id: xxxxxxx.h,v 1.7 2004/09/28 19:39:06 xxx Exp"
|
|
timeout since it is removed from kernel 2.6.9..
|
|
- notes in documentation
- some cleanups
- return values in firmware upload method (thanks to Ian <ian (a) imm.uklinux.net>)
|
|
- changed vendor and product id defines
- several URB's are now submitted for TS-transfer
- usb_kill_urb
- i2c writes during ts feed is now paused
|
|
clone) reported by Christian Motschke, thanks
- make some doc notes about it
|
|
|
|
bridge and does the demux stuff (i.e. passing the mpeg2-data to the sw-demux).
|