Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-26 | Whitespaces cleanups. | Mauro Carvalho Chehab | |
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | |||
2005-11-20 | From: Steve Toth <stoth@hauppauge.com> | Johannes Stezenbach | |
Added demodulator driver for Nova-S-Plus and Nova-SE2 DVB-S support. Signed-off-by: Steven Toth <stoth@hauppauge.com> | |||
2005-10-27 | From: Kirk Lapray <kirk.lapray@gmail.com> | Michael Krufky | |
* nxt200x.c, nxt200x.h - New frontend module that supports both NXT2002 and NXT2004. So far, only tested on NXT2004. After testing on NXT2002, we should deprecate the nxt2002 module, and implement this one instead on the applicable cards. * get_dvb_firmware: - Added support for the NXT2004 firmware. This firmware works with both the ATI HDTV Wonder and the AVerTVHD MCE a180. This was originally written by Jean-Francois Thibert * dvb-pll.c - Fixed minimum frequency for tuv1236d. It seems that the data sheets are wrong. Signed-off-by: Kirk Lapray <kirk.lapray@gmail.com> Signed-off-by: Michael Krufky <mkrufky@m1k.net> | |||
2005-08-08 | clean-up lgdt330x description text | Michael Krufky | |
2005-07-25 | Rename lgdt3302 to lgdt330x, to make way for the addition of lgdt3303 support. | Michael Krufky | |
This imports exact copies of the following versions from dvb-kernel cvs. lgdt3302.c r1.12 lgdt3302.h r1.5 lgdt3302_priv.h r1.3 There will be no more development on lgdt3302. All new development will be on lgdt330x. It will be safe to remove lgdt3302 from cvs once lgdt330x gets merged into -linus kernel tree. Signed-off-by: Michael Krufky <mkrufky@m1k.net> | |||
2005-06-28 | added support for LGDT3302 (ATSC VSB/QAM) used in DViCO FusionHDTV3 Gold. | Michael Krufky | |
Signed-off-by: Mac Michaels <wmichaels1@earthlink.net> Signed-off-by: Michael Krufky <mkrufky@m1k.net> | |||
2005-06-11 | Initial support for s5h1420 frontend (new hauppauge/tt DVB-S SE). Untested | Andrew de Quincy | |
and incomplete, so commented out for the moment. | |||
2005-05-15 | added support for the Broadcom BCM3510 ATSC (8VSB/16VSB & ITU J83 AnnexB FEC ↵ | Patrick Boettcher | |
QAM64/256) demodulator used in the first generation of Air2PC ATSC PCI-cards/USB-boxes made by B2C2. Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-05-05 | select FW_LOADER and add a help text for OR51132 | Johannes Stezenbach | |
2005-03-13 | patch submitted by Gerd Knorr: | Johannes Stezenbach | |
add support for OR51132 frontend (pcHDTV HD-3000) - VSB/QAM | |||
2005-03-12 | a few more whitespace cleanups | Johannes Stezenbach | |
2005-02-17 | DVB support for the pcHDTV HD2000 card | Johannes Stezenbach | |
submitted by Rusty Scott | |||
2005-02-05 | corrected name syntax | Patrick Boettcher | |
2005-02-04 | DVB_NXT2002 selects FW_LOADER | Johannes Stezenbach | |
2004-12-26 | patch by Michal Feix: select FW_LOADER where necessary | Johannes Stezenbach | |
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-11-21 | added the dib3000mc/p frontend driver. Micheal, sorry for being overhasty ↵ | Patrick Boettcher | |
with the Kconfig from dibusb. | |||
2004-10-28 | Imported FE_REFACTORING to HEAD | Andrew de Quincy | |
2004-09-06 | Patch from Steve Toth for cx22702/new Hauppauge Nova-T support. | Andrew de Quincy | |
2004-09-05 | Add driver for the DiBcom 3000-MB DVB-T frontend. It is used on USB DVB-T ↵ | Patrick Boettcher | |
devices based on a DiBcom reference design. | |||
2004-08-26 | Updated docs to point to firmware download script | Andrew de Quincy | |
2004-06-22 | - convert two driver to kernel i2c (untested, tester needed for the sp887x) | Michael Hunold | |
2004-05-28 | - clean up and sanitize various Kconfig entries | Michael Hunold | |
- especially sort the frontend modules by type and use a consistent naming scheme (although the distinction between demodulator, tuner and frontend gets fuzzier) | |||
2004-05-04 | - fixed and tested firmware loading. works like this if you want to do it by ↵ | Michael Hunold | |
hand: TT Budget-CI with tda10045h: mount -t sysfs none /sys/ echo "255" > /sys/class/firmware/timeout depmod -ae;modprobe budget-ci;modprobe tda1004x <change to another console> cd /sys/class/firmware/0-0008/ echo "1" > loading ; cat /tmp/tda1004x.bin > data ;echo "0" > loading | |||
2004-04-10 | - DVB_TWINHAN_DST depends on DVB_BT8XX (dependency is explicitly | Michael Hunold | |
mentioned in help text, but not enforced). found by Gert Uytterhoeven | |||
2004-03-05 | Kconfig update for MT352. | Daniel Mack | |
2004-02-21 | Updated documentation to contain note about USB devices | Andrew de Quincy | |
2004-02-16 | DVB_TDA1004X and DVB_NXT6000 do not depend on !STANDALONE | Johannes Stezenbach | |
(i.e. no compile-time firmware image necessary) reported by Bernd Bartmann | |||
2004-02-06 | add nxt6000 frontend driver to Makefiles | Johannes Stezenbach | |
2004-01-27 | Updated description | Andrew de Quincy | |
2004-01-06 | - fix compilation with "make allyesconfig": make av7110 | Michael Hunold | |
compile-firmware-in-driver option depend on STANDALONE - change some default file locations from /etc/dvb/ to /usr/lib/hotplug/firmware/ | |||
2003-11-20 | firmware loader implementation contributed by Martin Stubbs | Holger Waechtler | |
2003-10-13 | DVB_TWINHAN_DST | Jamie Honan | |
2003-10-08 | replaced alps_bsrv2 driver by generic ves1893 & ves1993 driver | Andreas Oberritter | |
2003-10-01 | - didn't mean to wipe out sp887x driver entry | Michael Hunold | |
2003-10-01 | - clean up Kconfig files, use the new SELECT facility | Michael Hunold | |
- split up saa7146 compilation in core and video part | |||
2003-09-11 | add entry for sp887x | Holger Waechtler | |
2003-09-10 | Changes from 2.6.0-test5, although I don't know what they do... | Michael Hunold | |
2003-06-27 | Firmware location can now be specified through v2.5 Kconfig. | Andrew de Quincy | |
2003-06-27 | Make fixes for tda1004x renaming. | Andrew de Quincy | |
2003-06-23 | Zarlink MT312 satellite channel decoder driver | Andreas Oberritter | |
2003-06-16 | Andrew de Quincy's and Robert Schlalach's tda10045 DVB-T driver | Holger Waechtler | |
2003-04-20 | add cx24110 driver and remove LINUX_VERSION_CODE checks from regular code - | Holger Waechtler | |
these belong to compat.h... maybe we want to change the devfs_mk_dir() declaration to follow >2.5.66 semantics by default, but this would require a few more lines of code | |||
2002-12-23 | generic stv0299 driver by Peter Schildmann <peter.schildmann@web.de> | Holger Waechtler | |
replaces the old BSRU6 driver.. | |||
2002-11-19 | Atmel AT76C651 DVB-C demodulator driver | Andreas Oberritter | |
2002-11-11 | new 2.5 style KConfig files | Holger Waechtler | |