summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/cx22702.c
AgeCommit message (Collapse)Author
2006-04-18Convert cx22702 to refactored tuner codeAndrew de Quincey
From: Andrew de Quincey <adq_dvb@lidskialf.net> Convert to tuner_ops calls. Remove pll function pointers from structure. Remove unneeded tuner calls. Add i2c gate control function. Remove dvb-pll support - done elsewhere now. Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
2005-12-02Adding support for the Hauppauge HVR1100 and HVR1100-LP products.Michael Krufky
From: Steven Toth <stoth@hauppauge.com> - Add support for the Hauppauge HVR1100 and HVR1100-LP products. - Add i2c_gate_ctrl callback function to dvb_frontend_ops struct. Signed-off-by: Steven Toth <stoth@hauppauge.com> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-11-26Whitespaces cleanups.Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-11-16From: Steven Toth <stoth@hauppauge.com>Michael Krufky
Update Steve's email address. Signed-off-by: Steven Toth <stoth@hauppauge.com> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-06-07added output_mode-field (parallel/serial) to the config-struct (needed for ↵Patrick Boettcher
the USB Box). Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
2005-05-31added .get_tune_settings callback (min_delay_ms = 1sec) to make it even ↵Patrick Boettcher
possible to get a lock with the cxusb Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
2005-05-07merge patch by Gerd Knorr from 2.6.12-rc4:Johannes Stezenbach
update cx22702 fe driver, add support for using the dvb pll lib, enable cx22702 support in cx88-dvb.
2005-04-05 - remove unnecessary casts in frontendsKenneth Aafloy
2005-03-09 - kfree(NULL) is safeKenneth Aafloy
2005-03-02whitespace cleanup (remove ws at eol, sync with changes in mainline kernel)Johannes Stezenbach
2004-11-16 - MODULE_PARM -> module_paramKenneth Aafloy
2004-10-28Imported FE_REFACTORING to HEADAndrew de Quincy
2004-09-15Fixes for problems with certain transpondersAndrew de Quincy
2004-09-15This updates the cx22702 frontend driver:Michael Hunold
* make it ignore any non-dvb card i2c adapters. * fixup the registering / unregistering order and make it more robust. (Patch by Gerd Knorr)
2004-09-06Support for Thomson DTT7579 tuner.Andrew de Quincy
2004-09-06Patch from Steve Toth for cx22702/new Hauppauge Nova-T support.Andrew de Quincy