Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-07 | Remove #include <linux/version.h>. | Michael Krufky | |
Signed-off-by: Michael Krufky <mkrufky@m1k.net> | |||
2005-07-07 | Fix bug in lgdt3302_read_status to return correct | Michael Krufky | |
FE_HAS_SIGNAL and FS_HAS_CARRIER status. Signed-off-by: Mac Michaels <wmichaels1@earthlink.net> Signed-off-by: Michael Krufky <mkrufky@m1k.net> | |||
2005-07-06 | Removed #if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,10) | Michael Krufky | |
Signed-off-by: Michael Krufky <mkrufky@m1k.net> | |||
2005-07-04 | added support for Thomson7611 tuner with LGDT3302 frontend used in DViCO ↵ | Michael Krufky | |
FusionHDTV3 Gold-T | |||
2005-07-02 | corrected some typos. | Patrick Boettcher | |
Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-07-02 | USB IDs for the vp702x-driver. | Patrick Boettcher | |
Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-07-02 | added driver for the TwinhanDTV StarBox and clones. This is a preliminary ↵ | Patrick Boettcher | |
driver and is not well tested yet. Thanks to Ralph Metzler for his initial work on this box and thanks to Twinhan for their support. Signed-off-by: Patrick Boettcher <pb@linuxtv.org> PS: Johannes, please do not submit it to -mm yet. Thanks. | |||
2005-07-01 | from 2.6.13-rc1: use try_to_freeze() | Johannes Stezenbach | |
2005-07-01 | from 2.6.13-rc1: class_simple is no more | Johannes Stezenbach | |
2005-07-01 | from 2.6.13-rc1: use pm_message_t in cinergyt2_suspend() | Johannes Stezenbach | |
2005-07-01 | added support and rewrote some parts with the help of vendor information ↵ | Patrick Boettcher | |
(Thanks to Steve Chang from WideView, Inc.): - added support for the WT-220U (Pensize DVB-T receiver) - corrected byte order for unc,ber and the pid filter - corrected number of pids that can be fetched at the same time. - added some comments in Kconfig-file - added USB IDs for the WT-220U Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-06-28 | - Removed remaining trailing whitespace. | Michael Krufky | |
Signed-off-by: Michael Krufky <mkrufky@m1k.net> | |||
2005-06-28 | Changed the name-field of the pci_driver and usb_driver structs to the name of | Patrick Boettcher | |
the module after compilation. It seems that this field is used in some places where special characters are not allowed. Maybe related to: http://www.uwsg.iu.edu/hypermail/linux/kernel/0505.1/0983.html Thanks to Alan Halverson for finding this problem. Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
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-28 | Fix tuning failure for 200103A, 200103A failed to tune to low band | Manu Abraham | |
due to wrong tone setting on the 200103A Signed-off-by: Steffen Motzer <motzersn@t-link.de> Signed-off-by: Manu Abraham <manu@kromtek.com> | |||
2005-06-27 | remove two trailing spaces | Johannes Stezenbach | |
2005-06-27 | gcc-2.95 compile fix (ISO C90 forbids mixed declarations and code) | Johannes Stezenbach | |
Signed-off-by: Johannes Stezenbach <js@linuxtv.org> | |||
2005-06-26 | timeout handling fixed, especially for preemtible kernels and/or high system ↵ | Oliver Endriss | |
load Signed-off-by: Oliver Endriss <o.endriss@gmx.de> | |||
2005-06-26 | FIX: not using HZ for usb-transfer-timeouts. | Patrick Boettcher | |
Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-06-26 | FIX: The changes to a800.c are trivial just a few errors in the remote ↵ | Patrick Boettcher | |
control codes. FIX: not using HZ for control_msg-timeout. Signed-off-by: Andrew Hodgson <a.s.hodgson@gmail.com> Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-06-24 | initialization of globals to 0 is not wanted by kernel-folks. Removing it. | Patrick Boettcher | |
2005-06-24 | fixed usage of the correct number of events in keymapping-array | Patrick Boettcher | |
better place for return added initialization of global variables Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-06-23 | Increase some timeouts by a factor of 10 as suggested by | Johannes Stezenbach | |
Mikko Hamalainen and Timo Ketolainen, to improve tuning for QAM128 / weak signal. Signed-off-by: Johannes Stezenbach <js@linuxtv.org> | |||
2005-06-23 | Add support for Hauppauge/TT DVB-C budget. | Johannes Stezenbach | |
Signed-off-by: Gavin Hamill <gdh@acentral.co.uk> | |||
2005-06-22 | - remove void casts | Johannes Stezenbach | |
- not necessary to set filter state twice to STATE_FREE during dvb_dmxdev_init() Signed-off-by: Peter Beutner <p.beutner@gmx.net> | |||
2005-06-22 | The Coverity checker discovered that these two kfree's can never be | Johannes Stezenbach | |
executed. Signed-off-by: Adrian Bunk <bunk@stusta.de> | |||
2005-06-22 | From: Christophe Lucas <clucas@rotomalug.org> | Johannes Stezenbach | |
printk() calls should include appropriate KERN_* constant. Signed-off-by: Christophe Lucas <clucas@rotomalug.org> Signed-off-by: Domen Puncer <domen@coderock.org> | |||
2005-06-22 | no-data (IRQ-stop) problem (partially) fixed by resetting register 0x300 at ↵ | Patrick Boettcher | |
each data_rcv-stop small change in register-struct restructured code in dma-handling (added some comments regarding FCIIb limitations) debug-messages and irq-watchdog (disabled by default, but maybe needed later) added Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-06-22 | Make the Symbolrate setting card specific | Manu Abraham | |
Signed-off-by: Manu Abraham <manu@kromtek.com> | |||
2005-06-22 | Fix a bug that caused the polarity (V/H) to be interchanged | Manu Abraham | |
Patch sent by Allan Stirling Signed-off-by: Manu Abraham <manu@kromtek.com> Signed-off-by: Allan Stirling <Dibblahdvb0042@pendor.org> | |||
2005-06-22 | Code simplification | Manu Abraham | |
Signed-off-by: Manu Abraham <manu@kromtek.com> | |||
2005-06-22 | Fix a bogus frontend signal lock, that caused a tuning delay as well. | Manu Abraham | |
Signed-off-by: Manu Abraham <manu@kromtek.com> | |||
2005-06-22 | Fix a bug that caused the polarization not to be set. | Manu Abraham | |
Set polarization for cards that do not autodetect polarization Signed-off-by: Manu Abraham <manu@kromtek.com> | |||
2005-06-22 | Set QAM size for DVB-C cards that do not autodetect QAM size | Manu Abraham | |
Signed-off-by Manu Abraham <manu@kromtek.com> | |||
2005-06-22 | Make the bandwidth setting generic such that it supports more DVB-T cards | Manu Abraham | |
Signed-off-by: Manu Abraham <manu@kromtek.com> | |||
2005-06-22 | Make the frequency setting card specific | Manu Abraham | |
Signed-off-by: Manu Abraham <manu@kromtek.com> | |||
2005-06-22 | Make the inversion setting specific, ie, only for the 200103A DVB-S | Manu Abraham | |
This should not be flagged on other cards. | |||
2005-06-19 | av7110_fe_lock_fix() modified in a way that it can be retried after -ERESTARTSYS | Oliver Endriss | |
Signed-off-by: Oliver Endriss <o.endriss@gmx.de> | |||
2005-06-19 | backport of 2.6.12 changes to match other API changes (i2c, usb) | Johannes Stezenbach | |
2005-06-19 | Fix indentation and add some whitepsace between operators. | Johannes Stezenbach | |
Signed-off-by: Johannes Stezenbach <js@linuxtv.org> | |||
2005-06-19 | Change error handling in av7110_stop_feed() to stop as | Johannes Stezenbach | |
many filters as possible in case of errors. Signed-off-by: Johannes Stezenbach <js@linuxtv.org> | |||
2005-06-19 | - propagate more errors back to caller or log them, mainly in | Johannes Stezenbach | |
av7110.c and av7110_av.c - fix error message in StartHWFilter - do not StopHWFilter for handle 0xffff Signed-off-by: Wolfgang Rohdewald <wolfgang@rohdewald.de> | |||
2005-06-19 | Fix for QAM128 in VHF band suggested by Timo Helkiö. | Johannes Stezenbach | |
Signed-off-by: Johannes Stezenbach <js@linuxtv.org> | |||
2005-06-18 | Michael Paxton: corrected two keys of the remote control key mapping | Patrick Boettcher | |
Signed-off-by: Michael Paxton <packo@tpg.com.au> Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-06-18 | Fixed typo in AUDUIO_CONTINUE ioctl: AUDIO_CMD_MUTE -> AUDIO_CMD_UNMUTE | Oliver Endriss | |
Signed-off-by: Dr. Werner Fink <werner@suse.de> | |||
2005-06-17 | Disable lockloss debugging unless enabled explicitly | Andrew de Quincy | |
2005-06-17 | Steve Chang reported the real name behind 0x14aa: WideView. | Patrick Boettcher | |
changed USB IDs accordingly fixed a assignment Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-06-16 | added keymap for Twinhan's remote control | Patrick Boettcher | |
Signed-off-by: Michael Paxton <packo@tpg.com.au> Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-06-15 | Cleanup | Andrew de Quincy | |
2005-06-15 | Finalised s5h1420/Nova-S SE support. released | Andrew de Quincy | |