summaryrefslogtreecommitdiff
path: root/linux/drivers
AgeCommit message (Collapse)Author
2005-10-16- Whitespace Cleanups.Mauro Carvalho Chehab
- Whitespace script improved. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-16 * ../linux/drivers/media/video/bttv-cards.c:Nickolay V. Shmyrev
Don't request GPINT on Avermedia TV Capture 98. Signed-off-by: Ray Cole <ray_cole@earthlink.net>.
2005-10-16 - This patch adds the VIDIOC_LOG_STATUS to videodev2.h and addsMauro Carvalho Chehab
LOG_STATUS support to tda9887.c and bttv-driver.c. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-15Added support for Air2PC/AirStar 2 ATSC 3rd generation (HD5000)Michael Krufky
Signed-off-by: Taylor Jacob <rtjacob@earthlink.net> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-15 * ../linux/drivers/media/video/bttv-driver.c: (bttv_irq):Nickolay V. Shmyrev
More intellect on clearing in bits on irq lock. Signed-off-by: Nickolay V. Shmyrev <<nshmyrev@yandex.ru>>
2005-10-15 * ../linux/Documentation/video4linux/CARDLIST.saa7134:Nickolay V. Shmyrev
* ../linux/drivers/media/video/saa7134/saa7134-cards.c: (saa7134_board_init1): * ../linux/drivers/media/video/saa7134/saa7134.h: - Add SKNet Monster TV Mobile card. Signed-off-by: Pieter Palmers <pieterp@joow.be>
2005-10-15 * ../linux/drivers/media/video/cx88/cx88-cards.c:Nickolay V. Shmyrev
* ../linux/drivers/media/video/tda9887.c: (tda9887_set_config): * ../linux/include/media/tuner.h: - New config option for tda9887 to specifically set intercarrier depending on current standard and card. Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2005-10-15 * ../linux/Documentation/video4linux/CARDLIST.bttv:Nickolay V. Shmyrev
* ../linux/drivers/media/video/bttv-cards.c: * ../linux/drivers/media/video/bttv.h: Added Asound Skyeye bttv card. Signed-off-by: Nickolay V. Shmyrev <<nshmyrev@yandex.ru>>
2005-10-15 * ../linux/drivers/usb/media/em2820-input.c: (em2820_set_ir):Nickolay V. Shmyrev
Remotes for the Cinergy 200 USB and Cinergy 250 USB are the same. Signed-off-by: Sascha Sommer <saschasommer@freenet.de>
2005-10-15 * ../linux/drivers/media/.cvsignore:Nickolay V. Shmyrev
* ../linux/include/linux/.cvsignore: Make CVS quiet. Signed-off-by: Adam Forsyth <agforsyth@gmail.com>.
2005-10-14 * ../linux/drivers/usb/media/em2820-input.c:Markus Rechberger
* ../linux/drivers/drivers/media/ir-kbd-i2c.c: CodingStyle fixes Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
2005-10-14 * ../linux/drivers/usb/media/em2820-input.c:Markus Rechberger
- Added support for Terratec Cinergy 250 USB * ../linux/drivers/media/ir-kbd-i2c.c: (ir_probe) - changed signed char to unsigned char Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
2005-10-14 - Added support for saa7113.Mauro Carvalho Chehab
Signed-off-by: Dwaine Garden <DwaineGarden@rogers.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-14Log message:Mauro Carvalho Chehab
- This fixes dual language detection on the msp3400. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-14 - Chip_id removed since it isn't required anymore.Mauro Carvalho Chehab
- Scaler code for the em2820 does not seem to work for the em2800 chipset. Attached patch will disable all resolutions for the em2800 that do not produce correct output. Not sure if NTSC is working. Signed-off-by: Sascha Sommer <saschasommer@freenet.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-14Several Improvement on I2C IR handling for em2820:Mauro Carvalho Chehab
- moved Pinnacle IR table (ir_codes_em2820) to em2820-input.c - IR struct renamed and moved to a header file. - New file to handle em2820-specific IR. - Some cleanups. - attach now detects I2C IR and calls em2820-specific IR code - IR compat code moved to compat.h - New header with struct IR_i2c there, to allow it to be used by board-specific input handlers. Some improvements at em28xx board detection: - Board detection message improved to show interface and class. - Now it doesn't touch audio interfaces. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-12 * ../linux/drivers/media/video/ir-kbd-i2c.c:Markus Rechberger
- fixed bad em2820 remote layout values, set KNC One and Purple TV layouts back to default * ../linux/drivers/usb/media/em2820-i2c.c: - added pinnacle ir remote i2c address to the i2c scanner Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
2005-10-122005-10-12 07:02 mrechbergerMarkus Rechberger
* ../linux/drivers/media/video/ir-kbd-i2c.c: - fixed probe function, em2820 remote layout, disabled em2820 pinnacle ir support Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
2005-10-12 * ../linux/drivers/usb/media/em2820-core.c:Nickolay V. Shmyrev
- Fixed typo in module param description Signed-off-by: Paul Vriens <Paul.Vriens@xs4all.nl>
2005-10-12 * ../v4l/scripts/strip-trailing-whitespaces.sh:Michael Krufky
- Updated script to function in new tree layout. Must be called from top-level. * ../Makefile: - Automatically strip trailing whitespaces before creating Changelog entry.
2005-10-12 - Added card 75 AVerMedia AVerTVHD MCE A180Michael Krufky
s-video and composite inputs only. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-12 * ../linux/drivers/media/video/saa7134/saa7134.h:Michael Krufky
- fix build warnings: In function `saa7134_board_init1': warning: implicit declaration of function `msleep' From: Adam Forsyth <agforsyth@gmail.com> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-11 * ../linux/drivers/media/video/cx88/Makefile:Michael Krufky
* ../linux/drivers/media/video/saa7134/Makefile: - Be sure to enable video-buf-dvb in kernel build. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-11 * ../linux/drivers/media/video/cx88/Makefile:Michael Krufky
* ../linux/drivers/media/video/saa7134/Makefile: - import cx88 and saa7134 Makefile(s) from 2.6.14-rc4 Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-11 - The wm8775 is a Wolfson Microelectronics 24-bit, 96kHz ADC with 4Mauro Carvalho Chehab
Channel I/P Multiplexer. It is used in Hauppauge PVR150/500 PVR boards. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-11 * ../linux/drivers/media/video/cx88/cx88.h:Michael Krufky
* ../v4l/Make.config: * ../v4l/Makefile: - Allow to disable build of video-buf-dvb in Make.config using compile flag CONFIG_VIDEO_BUF_DVB - replaced check using this method: -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)) +#ifdef HAVE_VIDEO_BUF_DVB * ../linux/drivers/media/video/saa7134/saa7134.h: - #include <linux/notifier.h> in saa7134.h to fix build Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-11 - Don't bother Gerd with bttv-cards patches.Michael Krufky
Instead, send to video4linux mailing list. Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-11 - Included support for em2800.Mauro Carvalho Chehab
- Included card insmod parameter. - Now it will not try to register audio anymore. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-11 From: David Shirley <David.Shirley@team.telstra.com>Michael Krufky
- Add DVB card WinFast DTV1000-T Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-11added support for the terratec cinergy 250 usb tv remoteMarkus Rechberger
Signed-off-by: Markus Rechberger <mrechberger@gmail.com>
2005-10-10fixed registry value in em2820-i2c.c which corrects a tuner setting (also ↵Markus Rechberger
removed that call from em2820-video.c)
2005-10-10 - Some fixups for 2.4 kernel.Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-10 - More improvements at msp3400.c from ivtv code.Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-10 - Some improvements at msp3400.c from ivtv code.Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-10 - Some compilation fixes for 2.4 kernel.Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-09 - Add the adapter/address prefix to the tda9887 kernel messages.Michael Krufky
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-09From: Mauro Carvalho Chehab <mchehab@brturbo.com.br>Mauro Carvalho Chehab
- Lots of small changes to allow compiling with kernel 2.4. Compilation result not tested yet. - After this patch, .version should be removed, since its syntax has changed. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-09From: Mauro Carvalho Chehab <mchehab@brturbo.com.br>Mauro Carvalho Chehab
* ../Make - created make changelog to make easier to generate patches. * ../linux/drivers/media/video/cx88/cx88-core.c: * ../linux/drivers/media/video/cx88/cx88.h: * ../linux/kernel/drivers/usb/media/em2820-core.c: * ../linux/kernel/drivers/usb/media/em2820-i2c.c: * ../linux/kernel/drivers/usb/media/em2820-video.c: * ../linux/kernel/drivers/usb/media/em2820.h: - removed unneccessary includes. * ../v4l/scripts/prepare-ChangeLog.pl: - Modified to avoid detecting ChangeLog as a change. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-09 * ../linux/drivers/media/video/bttv.h:Michael Krufky
- "compat.h" must be #include'd before <linux/videodev.h> * ../linux/include/linux/videodev.h: - removed #include "compat.h" Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-08 From: Mauro Carvalho Chehab <mchehab@brturbo.com.br>Mauro Carvalho Chehab
* ../linux/drivers/media/video/tveeprom.c: - Fixed include when compiling at kernel tree * ../linux/include/linux/videodev.h: - removed compat.h from wrong place * ../linux/drivers/media/video/tvp5150.c: * ../linux/kernel/drivers/usb/media/em2820-cards.c: * ../linux/kernel/drivers/usb/media/em2820-core.c: * ../linux/kernel/drivers/usb/media/em2820-i2c.c: * ../linux/kernel/drivers/usb/media/em2820-video.c: - included compat.h at the right place * ../v4l/Make - now creates symlinks to allow compiling V4L stuff at v4l dir. * ../v4l/scripts/prepare-ChangeLog.pl: - modified to include other directories. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-10-08Adds a time-delay to IR remote button presses for av7110_ir input,Oliver Endriss
such that it acts more like a keyboard. A short press will be treated as a single button press. Holding down a button on the remote will respond like holding down a key on the keyboard, and result in a key-repeat. This just introduces a delay between the 1st press, and going into key-repeat so that it is possible to get a single 'up'. Signed-off-by: Noone Important <nxhxzi702 at sneakemail.com> Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
2005-10-08VIDIOCSFREQ and VIDIOCGFREQ expect an unsigned long as argument.Michael Krufky
v4l1-compat.c expects an int. The first is 8 bytes for an AMD64, the second only 4. This patch fixes this. I've checked other sources in the v4l repository and they all use unsigned long, so this is the only place that needs patching. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-08 * saa7134-alsa.c: (snd_saa7134_capsrc_put),Nickolay V. Shmyrev
(alsa_card_saa7134_create): * saa7134-core.c: (saa7134_initdev): * saa7134.h: - Fixed a bug that caused some saa7133 code to run on saa7134 boards - dsp_nr (to force a given audio card number) from OSS now works for ALSA as well. Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
2005-10-07 - fix compile with gcc-2.95Michael Krufky
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
2005-10-07 * saa7134-alsa.c: (saa7134_dma_stop),Nickolay V. Shmyrev
(snd_card_saa7134_capture_prepare), (snd_card_saa7134_capture_pointer), (snd_card_saa7134_capture_close), (snd_card_saa7134_capture_open), (snd_card_saa7134_pcm), (snd_saa7134_capsrc_info), (snd_saa7134_capsrc_put), (snd_card_saa7134_new_mixer), (alsa_card_saa7134_create): - Fixed kernel oops when hotswapping PC Cards - Fixed capture source switch issue in mixer - Removed some unnecessary wrappers - Minor code cleanups - Added a few comments to document the purpose of the major functions. Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
2005-10-07 * em2820-i2c.c:Michael Krufky
- Fix build for 2.6.14 - Kill i2c_algorithm.name - Kill i2c_algorithm.id Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-06removed trailing whitespaceMichael Krufky
2005-10-06 * msp3400.c: (msp_detach):Michael Krufky
- check ->kthread correctly Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-10-06 * Makefile:Nickolay V. Shmyrev
* saa7134-alsa.c: (saa7134_dma_stop), (saa7134_dma_start), (saa7134_irq_alsa_done), (snd_card_saa7134_capture_trigger), (dsp_buffer_conf), (dsp_buffer_init), (snd_card_saa7134_pcm_prepare), (snd_card_saa7134_capture_prepare), (snd_card_saa7134_pointer), (snd_card_saa7134_capture_pointer), (snd_card_saa7134_runtime_free), (snd_card_saa7134_hw_params), (snd_card_saa7134_hw_free), (dsp_buffer_free), (saa7134_cap_close), (saa7134_cap_open), (snd_card_saa7134_capture_open), (snd_card_saa7134_capture_close), (snd_card_saa7134_pcm), (snd_saa7134_volume_info), (snd_saa7134_volume_get), (snd_saa7134_volume_put), (snd_saa7134_capsrc_info), (snd_saa7134_capsrc_get), (snd_saa7134_capsrc_put), (snd_card_saa7134_new_mixer), (snd_saa7134_free), (snd_saa7134_dev_free), (alsa_card_saa7134_create), (alsa_card_saa7134_exit): * saa7134-core.c: (saa7134_irq), (saa7134_initdev), (saa7134_finidev): * saa7134-oss.c: (dsp_rec_start): * saa7134-reg.h: * saa7134.h: - Alsa support for saa7134 that should work. Wonderful patch from Ricardo. Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
2005-10-06 * saa7134-cards.c:Nickolay V. Shmyrev
* saa7134-video.c: (saa7134_video_init1): * saa7134.h: - Implement some differences in video output port register initialization between existing boards and RTD Embedded Technologies VFG7300 boards. Signed-off-by: Robert W. Boone <rboone@rtd.com>