summaryrefslogtreecommitdiff
path: root/linux/drivers/media
AgeCommit message (Collapse)Author
2005-02-22- misc fixes from various people.Gerd Knorr
- make or51132.c compile (not work) on 2.6.10.
2005-02-21Add IR support added by Peter Beutner <p.beutner@gmx.net>Alex Woods
2005-02-21- add some bttv debug code.Gerd Knorr
2005-02-19clean up patch by Rusty ScottJohannes Stezenbach
2005-02-19- corrected some rc keysPatrick Boettcher
- added a key repeat mechanism
2005-02-19*argl* - initialization was wrongPatrick Boettcher
2005-02-19- added native nova-t support, since only the nova-t firmware works with the ↵Patrick Boettcher
nova-t remote control - added keys statically (maybe we should find something to sort this out... cinergyt2 is doing the same)
2005-02-18- more HD3000 stuff from Rusty Scott.Gerd Knorr
2005-02-18- medion 7134 dvb-t support -- first cut, likely doesn't work yet.Gerd Knorr
2005-02-17- struct channel removed in favour of dvbdmxfeed->index (thanks to the testers)Patrick Boettcher
2005-02-17DVB support for the pcHDTV HD2000 cardJohannes Stezenbach
submitted by Rusty Scott
2005-02-17Remove unneeded test in av7110_ipack_free():Johannes Stezenbach
- calls are balanced; - vfree(NULL) is safe. Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
2005-02-17Janitoring - error handling during attachJohannes Stezenbach
- av7110_arm_sync(): small helper to factor out some code; - av7110_attach() does not check the status code returned by all the functions is uses; - balance the error path in av7110_attach and have it easy to check. Please check it; - if everything is correctly balanced, device_initialized is not needed anymore in struct av7110; - av7110_detach(): no need to cast a void * pointer; - av7110_detach(): die #ifdef, die ! - change the returned value of av7110_av_exit() as it can't fail; - change the returned value of av7110_ca_init() as it can fail. Removed extraneous casts while are it; - check for failure of vmalloc() in ci_ll_init(). Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
2005-02-17- or51132 update from Rusty Scott, some fixups from me ;)Gerd Knorr
2005-02-16Static initialization.Johannes Stezenbach
Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
2005-02-16don't call av7110_ir_init() if driver initialization failed alreadyJohannes Stezenbach
due to previous errors (resulted in Oops in out-of-memory conditions)
2005-02-16patch by Gerd Knorr: add PLL libraryJohannes Stezenbach
(descriptions + helper functions for simple dvb plls)
2005-02-16patch by Colin Western: s/usb_unlink_urb/usb_kill_urb/Johannes Stezenbach
2005-02-16- move some bits from cx88-input to ir-common.Gerd Knorr
- blackbird fixes, add new blackbird card.
2005-02-16- drop unused+obsolete i2c_info code.Gerd Knorr
- fix use-after-free bug in bttv-gpio.
2005-02-16- cx22702 fix by Rob Noble.Gerd Knorr
- bttv: HD2000 fix by Rusty Scott.
2005-02-15Patch by Taylor Jacob and Tom Dombrosky: There was a typo in the BBTI/B2C2 ↵Patrick Boettcher
specs that stated the upper frequency of the air2pc/nxt2002 was 806Mhz, not 860Mhz.
2005-02-15- merge some patches from mainline.Gerd Knorr
- tuner kernel message fixups. - misc.
2005-02-15- some powermanagement stuff.Gerd Knorr
- misc fixes. - fixup patch generation control files.
2005-02-14- added index field to struct dvb_demux_feed for having a unique feed id, ↵Patrick Boettcher
which can be used for hardware pid filter tables
2005-02-14- adding the index to struct dvb_demux_feed makes dibusb-pid-filtering redundantPatrick Boettcher
2005-02-14- cx88: more NICAM stuff.Gerd Knorr
- tuner: tda8290 fix.
2005-02-12patch by Adrian Bunk:Johannes Stezenbach
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>
2005-02-11Streaming must be enabled for the new KWorld as well.Patrick Boettcher
2005-02-11- added a another firmware file for KWorld/ADSTech Instant DVB-T USB2.0 ↵Patrick Boettcher
(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)
2005-02-10- fixed MAC address reading (eeprom address to read, was not correctly set, ↵Patrick Boettcher
respectively overwritten)
2005-02-10- more nicam / pal-i stuff from Ian Pickworth.Gerd Knorr
2005-02-10- a number of pcHDTV cleanups.Gerd Knorr
2005-02-10- pcHDTV HD3000 support (by Rusty Scott).Gerd Knorr
2005-02-10- some tuner fixups.Gerd Knorr
2005-02-10- fix marko kohtala's mail addressMichael Hunold
2005-02-09- make the new splitted tuner module build.Gerd Knorr
2005-02-09- split tuner module into multiple smaller files.Gerd Knorr
2005-02-09- attempt #1 to fix "simpler" mode (based on patches by Jan Nikitenko).Gerd Knorr
2005-02-09- add Hauppauge Roslyn support (Kaustubh Bhalerao).Gerd Knorr
2005-02-08Use alternative interface. Asks for less bandwidth and therefore works withAlex Woods
OHCI as well as UHCI.
2005-02-06added a note to inform people about b2c2/ in dvb-kernel rootPatrick Boettcher
2005-02-05remove any traces of the firmware bugPatrick Boettcher
2005-02-05remove warning about firmware bugPatrick Boettcher
2005-02-05debug message changedPatrick Boettcher
2005-02-05increased the number of urbs for usb1.1 devicesPatrick Boettcher
2005-02-05use own err,info,warn defines, driver descriptionPatrick Boettcher
2005-02-05corrected name syntaxPatrick Boettcher
2005-02-04- tda9887: rollback secam fixup for now ...Gerd Knorr
2005-02-04patch by Al Viro from 2.6.11-rc3: __user annotationJohannes Stezenbach