Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-18 | Added stuff for initial demod frequency | Andrew de Quincy | |
2004-12-16 | Compile fix | Andrew de Quincy | |
2004-12-16 | Fixes for av7110+stv0297 support | Andrew de Quincy | |
2004-12-16 | patch by Taylor Jacob to add support for ATSC/VSB frontends | Johannes Stezenbach | |
and the B2C2/BBTI Air2PC-ATSC card API changes: - add #define DVB_API_VERSION_MINOR 1 - add struct dvb_vsb_parameters to struct dvb_frontend_parameters for FE_SET_FRONTEND | |||
2004-12-15 | patch by Olaf Hering: fix typo | Johannes Stezenbach | |
2004-12-14 | - OSD timeout handling fixed, no crashes anymore with firmware 261d-rc5 or later | Oliver Endriss | |
- avoid race conditions when sending COMTYPE_MISC commands | |||
2004-12-13 | add error checking for NET_REMOVE_IF to prevent Oops when | Johannes Stezenbach | |
calling dvbnet -d N for an invalid interface number; based on patch by Emard | |||
2004-12-10 | temporally repaired the request_types | Patrick Boettcher | |
2004-12-08 | compile fix for b2c2-usb-core and ISO C90 | Patrick Boettcher | |
2004-12-08 | another usb id for a dibusb test device | Patrick Boettcher | |
2004-12-08 | - remove frequeny bending support | Michael Hunold | |
- code simplification | |||
2004-12-08 | patch by Toni Willberg: fix typo in dst_type_print() | Johannes Stezenbach | |
2004-12-06 | added new usb ids | Patrick Boettcher | |
2004-12-04 | fix MODULE_PARM_DESC for debug param | Johannes Stezenbach | |
2004-12-04 | fix FESTATE_TUNING_FAST handling | Johannes Stezenbach | |
2004-12-04 | misc. white space and coding style cleanup (no functional change) | Johannes Stezenbach | |
2004-12-03 | SET_PARAMETER locking and some event compatibility code for VDR. Thanks to ↵ | Holger Waechtler | |
Stefan Lucke for reporting this | |||
2004-12-02 | added basic b2c2-usb module source, it is compiling but no real work is done | Patrick Boettcher | |
yet -> a lot of warnings during compilation, because of unused functions | |||
2004-12-02 | Patch by Wolfram Stering: ULE implementation, release 2 | Johannes Stezenbach | |
ULE is the Ultra Leightweight Encapsulation for encoding IP, IPv6, MPLS, you name it..., into MPEG2 Transport Stream packets. More information can be found at the corresponding IETF working group 'ipdvb', http://www.ietf.org/html.charters/ipdvb-charter.html Changes from the last release include (all in dvb_net.c): - implement the latest draft (draft-ietf-ipdvb-ule-03.txt), specifically the support for ULE extension headers. - bugfixes related to handling of error conditions (e.g. TEI bit set), including bugs reported by Moritz Vieth and Hanno Tersteegen from Fraunhofer Institute. Thanks! - actually support MAC address filtering, if MAC address is present in the ULE SNDUs (D-Bit _not_ set). | |||
2004-12-02 | - prepared support for dynamically i2c addresses of the demod | Patrick Boettcher | |
- added license information for the dib3000-common module | |||
2004-12-02 | another __iomem / cast-cleanup patch from mainline kernel | Johannes Stezenbach | |
sent by C.Y.M | |||
2004-12-02 | av7110_fe_lock_fix(): | Oliver Endriss | |
- firmware version 261d: wait for msg queue empty - firmware <= 261c: wait 50ms | |||
2004-12-02 | Patch by C.Y.M.: add __user and __iomem annotations, remove some | Johannes Stezenbach | |
unnecessary casts (cleanups from mailine kernel) | |||
2004-12-02 | Forgot to include tune_settings for tda1004x | Andrew de Quincy | |
2004-12-01 | event fake | Holger Waechtler | |
2004-12-01 | paranoia cosmetics | Holger Waechtler | |
2004-12-01 | Patch by Holger Kiehl: | Johannes Stezenbach | |
add missing dev_kfree_skb(skb) in dvb_net_tx() | |||
2004-12-01 | preliminary fix of broken av7110_fe_lock_fix() workaround: | Oliver Endriss | |
- call av7110_fe_lock_fix() from set_frontend ioctl - clear pids only once - sleep 50ms after clearing pids | |||
2004-12-01 | __av7110_send_fw_cmd(): added some sanity checks suggested by Werner Fink | Oliver Endriss | |
2004-11-28 | Hook in set_voltage | Andrew de Quincy | |
2004-11-27 | at least fix the endless recursion to prevent system crashes | Johannes Stezenbach | |
(thanks to Stefan Lucke) note that FE_GET_EVENT still isn't implemented correctly | |||
2004-11-26 | FE_GET_EVENT wrapper. | Holger Waechtler | |
2004-11-25 | Fix this: | Johannes Stezenbach | |
Nov 25 02:54:07 abc kernel: usb_unlink_urb() is deprecated for synchronous unlinks. Use usb_kill_urb() instead. Nov 25 02:54:07 abc kernel: Badness in usb_unlink_urb at drivers/usb/core/urb.c:456 Nov 25 02:54:07 abc kernel: [<c01031e9>] dump_stack+0x17/0x1b Nov 25 02:54:07 abc kernel: [<c02c3401>] usb_unlink_urb+0x7f/0x8a Nov 25 02:54:07 abc kernel: [<f8d4a3c8>] cinergyt2_stop_stream_xfer+0x2c/0x2e [cinergyT2] | |||
2004-11-24 | added support for full-featured DVB-C cards: | Oliver Endriss | |
- 13c2:0000 Siemens DVB-C (full-length card) VES1820/Philips CD1516 - 13c2:0003 Haupauge DVB-C 2.1 VES1820/ALPS TDBE2 Note that these subsystem ids are also used by DVB-S cards! | |||
2004-11-23 | - revised debug | Patrick Boettcher | |
- added option to deliver the complete TS with USB2.0 devices | |||
2004-11-23 | - revise debug options | Patrick Boettcher | |
- merged changes from DiBcom v2.1 drivers to dib3000mc - added transfer control callbacks to dib3000mc | |||
2004-11-22 | Fixed stupid mistake with tuner name | Andrew de Quincy | |
2004-11-22 | Added support for grundig 29504-491 | Andrew de Quincy | |
2004-11-22 | Minor formatting cleanups | Andrew de Quincy | |
2004-11-22 | patch by Adrian Bunk: philips_tdm1316l_config multiple definition | Johannes Stezenbach | |
-> make them static | |||
2004-11-21 | Cleaned up | Andrew de Quincy | |
2004-11-21 | - prefix IER_DISABLE and IER_ENABLE with SAA7146_ | Johannes Stezenbach | |
- add SAA7146_ISR_CLEAR - use those consistently in the ttpci driver | |||
2004-11-21 | make debitype and debilen volatile; this shouldn't be necessary | Johannes Stezenbach | |
as debiirq and gpioirq should not run concurrently, but... | |||
2004-11-21 | added support for the dib3000mc/p frontend driver. Micheal, sorry for being ↵ | Patrick Boettcher | |
overhasty with the Kconfig from dibusb. | |||
2004-11-21 | added the dib3000mc/p frontend driver. Micheal, sorry for being overhasty ↵ | Patrick Boettcher | |
with the Kconfig from dibusb. | |||
2004-11-21 | - what's a DVB_DIB3000MC? Remove this. | Michael Hunold | |
2004-11-21 | remove superflous casts, and other misc. minor cleanups (no functional change) | Johannes Stezenbach | |
2004-11-20 | Fixed firmware upload problems. | Andrew de Quincy | |
2004-11-20 | Added support for stv0299 back in | Andrew de Quincy | |
2004-11-20 | Added setting to allow inversion of OCLK | Andrew de Quincy | |