2005-10-18 14:14 mchehab * ../linux/drivers/media/video/ir-kbd-i2c.c: (ir_attach): * ../linux/drivers/media/video/saa7134/saa7134-i2c.c: (attach_inform): * ../linux/drivers/media/video/saa7134/saa7134-input.c: (get_key_purpletv), (get_key_pinnacle), (saa7134_set_i2c_ir): * ../linux/drivers/media/video/saa7134/saa7134.h: * ../linux/drivers/usb/media/em2820-input.c: (em2820_set_ir): - SAA713x keymaps and key builders were moved from ir-kbd-i2c.c to saa7134-input.c - saa7134-i2c's attach now detects I2C IR and calls saa7134 specific code. - Small bugfix at ir-kbd-i2c. - disable_ir now unregisters i2c device. Signed-off-by: Ricardo Cerqueira Signed-off-by: Mauro Carvalho Chehab 2005-10-18 14:01 mchehab * ../linux/drivers/media/video/cs53132a.c: * ../v4l/Makefile: - Added driver for Cirrus Logic Low Voltage Stereo A/D Converter. This is used by Adaptec AVC-2010 and AVC-2410 boards. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab 2005-10-18 13:51 mchehab * ../linux/include/linux/videodev.h: * ../linux/include/linux/videodev2.h: - Commented obsoleted stuff. * ../linux/drivers/usb/media/em2820-video.c: (em2820_init_dev): - Removed reference to owner on video_device Signed-off-by: Mauro Carvalho Chehab 2005-10-18 00:45 mrechberger * ../linux/drivers/usb/media/em2820-video.c: (em2820_v4l2_close): - cleanup dev assignment Signed-off-by: Markus Rechberger 2005-10-18 00:37 mrechberger * ../linux/drivers/usb/media/em2820-video.c: - replaced obsolete video_get_drvdata and video_set_drvdata Signed-off-by: Markus Rechberger 2005-10-17 22:01 nshmyrev * ../linux/Documentation/video4linux/CARDLIST.saa7134: * ../linux/drivers/media/video/ir-kbd-i2c.c: (get_key_pinnacle), (ir_attach), (ir_probe): * ../linux/drivers/media/video/saa7134/saa7134-cards.c: * ../linux/drivers/media/video/saa7134/saa7134.h: - Supports the Pinnacle PCTV 110i board, video inputs, and remote. - Tuning only works with the new tda8290 module (it's a tda8275a) Signed-off-by: Ricardo Cerqueira 2005-10-17 21:59 nshmyrev * ../linux/Documentation/video4linux/CARDLIST.saa7134: * ../linux/drivers/media/video/ir-kbd-i2c.c: (get_key_pinnacle), (ir_attach), (ir_probe): * ../linux/drivers/media/video/saa7134/saa7134-cards.c: * ../linux/drivers/media/video/saa7134/saa7134.h: - Supports the Pinnacle PCTV 110i board, video inputs, and remote. - Tuning only works with the new tda8290 module (it's a tda8275a) Signed-off-by: Ricardo Cerqueira 2005-10-17 21:52 nshmyrev * ../linux/drivers/media/video/tda8290.c: (tda827x_tune), (tda827xa_tune), (tda8290_tune), (tda8290_init_tuner), (tda8290_init): - Strip trailing whitespaces. Signed-off-by: Nickolay V. Shmyrev 2005-10-17 21:44 nshmyrev * ../linux/drivers/media/video/wm8775.c: (wm8775_command): - VIDIOC_LOG_STATUS is added to videodev2.h this can be enabled again in wm8775.c. Also use the v4l2 VIDIOC_S_FREQUENCY instead of VIDIOCSFREQ. Signed-off-by: Hans Verkuil 2005-10-17 21:12 mchehab * ../linux/include/linux/videodev.h: * ../linux/include/linux/videodev2.h: - Common stuff moved to videodev2.h. - HAVE_V4L1 is defined on videodev.h - HAVE_V4L2 moved to videodev2.h * ../linux/include/media/video-buf.h: - includes videodev2.h instead of videodev.h * ../linux/drivers/media/video/cx88/cx88-video.c: (video_do_ioctl), (radio_do_ioctl): * ../linux/drivers/media/video/saa7134/saa7134-video.c: (video_do_ioctl): - if HAVE_V4L1, then V4L1 specific code is included. * ../linux/drivers/media/video/saa7134/saa7134.h: - includes videodev2.h instead of videodev.h Signed-off-by: Mauro Carvalho Chehab 2005-10-17 23:00 hhackmann * ../linux/drivers/media/video/tda8290.c: * ../linux/drivers/media/video/tuner-core.c: * ../linux/include/media/tuner.h: - add support for tda8275a - support all possible I2C addresses - automatic version and address detection - let i2c bridge stabilize befor use Signed-off-by: Hartmut Hackmann 2005-10-16 20:16 mkrufky * ../v4l/scripts/merge-trees.sh: - make merge-trees less verbose. Signed-off-by: Michael Krufky 2005-10-16 20:05 mkrufky * ../linux/drivers/media/dvb/.cvsignore: - Really make cvs quiet. .cvsignore in drivers/media wasn't enough. * ../v4l/scripts/merge-trees.sh: * ../v4l/scripts/unmerge-trees.sh: - Fix offsets. Signed-off-by: Michael Krufky 2005-10-16 19:01 mchehab * ../linux/drivers/media/video/msp3400.c: (msp_command): - after msp34xxg_reset, msp_wake_thread should be called to activate autodetection again. Signed-off-by: Mauro Carvalho Chehab 2005-10-16 17:42 mrechberger * ../linux/drivers/usb/media/em2820-core.c: (em2820_init_isoc), (em2820_uninit_isoc): - replaced kmalloc/kfree with usb_buffer_alloc/usb_buffer_free to get around the kmalloc restrictions Signed-off-by: Markus Rechberger 2005-10-16 12:14 mchehab * ../v4l/scripts/strip-trailing-whitespaces.sh: - Improved to change initial spaces for tab * ../linux/Documentation/video4linux/README.cx88: * ../linux/Documentation/video4linux/bttv/Cards: * ../linux/Documentation/video4linux/bttv/README: * ../linux/Documentation/video4linux/bttv/Sound-FAQ: * ../linux/Documentation/video4linux/lifeview.txt: * ../linux/drivers/media/common/ir-common.c: (ir_input_key_event), (ir_input_init): * ../linux/drivers/media/video/bt832.c: (bt832_hexdump), (bt832_init), (bt832_attach), (bt832_command): * ../linux/drivers/media/video/bt832.h: * ../linux/drivers/media/video/bttv-cards.c: (identify_by_eeprom), (flyvideo_gpio), (miro_pinnacle_gpio), (gvc1100_muxsel), (bttv_init_card1), (bttv_init_card2), (modtec_eeprom), (pvr_altera_load), (pvr_boot), (osprey_eeprom), (avermedia_eeprom), (bttv_tda9880_setnorm), (boot_msp34xx), (init_PXC200), (lt9415_audio), (windvr_audio), (xguard_muxsel), (PXC200_muxsel): * ../linux/drivers/media/video/bttv-driver.c: (set_pll_freq), (set_pll), (bt848A_set_timing), (bt848_hue), (bt848_contrast), (bt848_sat), (video_mux), (init_bt848), (bttv_reinit_bt848), (bttv_prepare_buffer), (bttv_common_ioctls), (bttv_s_fmt), (bttv_do_ioctl), (radio_open), (radio_do_ioctl), (bttv_irq), (bttv_register_video), (pci_set_command): * ../linux/drivers/media/video/bttv-gpio.c: * ../linux/drivers/media/video/bttv-i2c.c: (bttv_i2c_readbytes), (attach_inform), (bttv_I2CRead), (bttv_I2CWrite), (init_bttv_i2c): * ../linux/drivers/media/video/bttv-if.c: * ../linux/drivers/media/video/bttv-risc.c: (bttv_risc_packed), (bttv_risc_planar), (bttv_calc_geo), (bttv_apply_geo), (bttv_set_dma), (bttv_risc_init_main): * ../linux/drivers/media/video/bttv.h: * ../linux/drivers/media/video/bttvp.h: * ../linux/drivers/media/video/cx88/cx88-alsa.c: (snd_cx88_create): * ../linux/drivers/media/video/cx88/cx88-blackbird.c: (memory_read), (blackbird_load_firmware), (blackbird_set_default_params), (blackbird_set_params), (blackbird_remove): * ../linux/drivers/media/video/cx88/cx88-cards.c: * ../linux/drivers/media/video/cx88/cx88-core.c: (cx88_risc_field), (cx88_core_get): * ../linux/drivers/media/video/cx88/cx88-dvb.c: (dntv_live_dvbt_demod_init), (dvb_remove): * ../linux/drivers/media/video/cx88/cx88-i2c.c: (attach_inform), (cx88_i2c_init): * ../linux/drivers/media/video/cx88/cx88-input.c: (cx88_ir_irq): * ../linux/drivers/media/video/cx88/cx88-mpeg.c: (cx8802_mpeg_irq), (cx8802_init_common), (cx8802_suspend_common): * ../linux/drivers/media/video/cx88/cx88-reg.h: * ../linux/drivers/media/video/cx88/cx88-video.c: (restart_video_queue), (ov_risc_frame), (verify_window), (video_open), (set_control), (cx88_do_ioctl), (radio_do_ioctl), (cx8800_initdev), (cx8800_finidev): * ../linux/drivers/media/video/cx88/cx88.h: * ../linux/drivers/media/video/ir-kbd-gpio.c: (ir_probe): * ../linux/drivers/media/video/ir-kbd-i2c.c: (get_key_pixelview), (get_key_pv951), (get_key_purpletv), (ir_attach), (ir_detach): * ../linux/drivers/media/video/msp3400.c: (msp3400c_reset), (msp3400c_read), (msp3400c_write), (watch_stereo), (msp_attach), (msp_command): * ../linux/drivers/media/video/mt20xx.c: (mt2032_compute_freq), (mt2032_check_lo_lock), (mt2032_optimize_vco), (mt2032_set_if_freq), (mt2032_set_tv_freq), (mt2032_set_radio_freq), (mt2032_init), (mt2050_set_if_freq), (mt2050_set_tv_freq), (microtune_init): * ../linux/drivers/media/video/saa6752hs.c: (saa6752hs_chip_command), (saa6752hs_set_bitrate), (saa6752hs_init), (saa6752hs_attach), (saa6752hs_command): * ../linux/drivers/media/video/saa7113.c: * ../linux/drivers/media/video/saa7134/saa7134-alsa.c: (saa7134_dma_stop), (saa7134_dma_start), (saa7134_irq_alsa_done), (dsp_buffer_conf), (dsp_buffer_init), (snd_card_saa7134_capture_prepare), (snd_card_saa7134_capture_pointer), (dsp_buffer_free), (snd_card_saa7134_capture_close), (snd_card_saa7134_capture_open), (snd_saa7134_volume_put), (snd_saa7134_capsrc_put), (snd_saa7134_dev_free), (alsa_card_saa7134_create), (alsa_card_saa7134_exit): * ../linux/drivers/media/video/saa7134/saa7134-cards.c: (saa7134_board_init2): * ../linux/drivers/media/video/saa7134/saa7134-core.c: (pending_call), (saa7134_pgtable_alloc), (saa7134_set_dmabits), (saa7134_hwinit1), (saa7134_hwinit2), (saa7134_initdev), (saa7134_finidev): * ../linux/drivers/media/video/saa7134/saa7134-dvb.c: (philips_tda827x_pll_set), (philips_tda827x_pll_sleep): * ../linux/drivers/media/video/saa7134/saa7134-empress.c: (ts_reset_encoder), (ts_init_encoder), (ts_do_ioctl): * ../linux/drivers/media/video/saa7134/saa7134-i2c.c: (saa7134_i2c_xfer), (attach_inform): * ../linux/drivers/media/video/saa7134/saa7134-input.c: (build_key), (saa7134_input_irq), (saa7134_input_init1): * ../linux/drivers/media/video/saa7134/saa7134-oss.c: (dsp_buffer_conf), (dsp_ioctl), (mixer_recsrc_7133), (mixer_ioctl), (saa7134_oss_init1): * ../linux/drivers/media/video/saa7134/saa7134-reg.h: * ../linux/drivers/media/video/saa7134/saa7134-ts.c: (buffer_prepare): * ../linux/drivers/media/video/saa7134/saa7134-tvaudio.c: (mute_input_7134), (mute_input_7133): * ../linux/drivers/media/video/saa7134/saa7134-video.c: (set_size), (verify_preview), (video_poll), (video_do_ioctl), (radio_do_ioctl), (saa7134_video_init1): * ../linux/drivers/media/video/saa7134/saa7134.h: * ../linux/drivers/media/video/tda7432.c: (tda7432_attach), (tda7432_command): * ../linux/drivers/media/video/tda8290.c: * ../linux/drivers/media/video/tda9875.c: (i2c_read_register), (do_tda9875_init), (tda9875_attach), (tda9875_command): * ../linux/drivers/media/video/tda9887.c: (tda9887_set_pinnacle), (tda9887_status), (tda9887_configure), (tda9887_attach), (tda9887_command): * ../linux/drivers/media/video/tea5767.c: * ../linux/drivers/media/video/tuner-core.c: (set_mode), (tuner_command): * ../linux/drivers/media/video/tuner-simple.c: (tuner_stereo), (tuner_islocked), (tuner_afcstatus), (tuner_mode), (default_set_tv_freq), (default_set_radio_freq): * ../linux/drivers/media/video/tvaudio.c: (chip_attach): * ../linux/drivers/media/video/tveeprom.c: (hasRadioTuner), (tveeprom_hauppauge_analog), (tveeprom_detect_client): * ../linux/drivers/media/video/tvmixer.c: (tvmixer_ioctl), (tvmixer_open): * ../linux/drivers/media/video/v4l1-compat.c: (v4l_compat_translate_ioctl): * ../linux/drivers/media/video/video-buf.c: (videobuf_dma_init_user), (videobuf_read_zerocopy), (videobuf_read_one), (videobuf_vm_nopage): * ../linux/drivers/media/video/wm8775.c: * ../linux/drivers/usb/media/em2820-cards.c: * ../linux/drivers/usb/media/em2820-core.c: * ../linux/drivers/usb/media/em2820-i2c.c: * ../linux/drivers/usb/media/em2820-input.c: * ../linux/drivers/usb/media/em2820-video.c: * ../linux/drivers/usb/media/em2820.h: * ../linux/include/linux/videodev.h: * ../linux/include/linux/videodev2.h: * ../linux/include/media/audiochip.h: * ../linux/include/media/i2c-compat.h: * ../linux/include/media/saa6752hs.h: * ../linux/include/media/tuner.h: * ../linux/include/media/video-buf.h: * ../linux/sound/pci/bt87x.c: (snd_bt87x_create_risc): - Whitespace cleanups Signed-off-by: Mauro Carvalho Chehab 2005-10-16 06:11 nshmyrev * ../linux/drivers/media/video/bttv-cards.c: Don't request GPINT on Avermedia TV Capture 98. Signed-off-by: Ray Cole . 2005-10-16 03:19 mchehab * ../linux/drivers/media/video/bttv-driver.c: (bttv_common_ioctls), (bttv_do_ioctl): * ../linux/drivers/media/video/tda9887.c: (tda9887_configure), (tda9887_command): * ../linux/include/linux/videodev2.h: - This patch adds the VIDIOC_LOG_STATUS to videodev2.h and adds LOG_STATUS support to tda9887.c and bttv-driver.c. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab 2005-10-15 17:01 nshmyrev * ../linux/drivers/media/video/bttv-driver.c: (bttv_irq): More intellect on clearing in bits on irq lock. Signed-off-by: Nickolay V. Shmyrev 2005-10-15 14:14 nshmyrev * ../linux/Documentation/video4linux/CARDLIST.saa7134: * ../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 2005-10-15 13:11 nshmyrev * ../linux/drivers/media/video/cx88/cx88-cards.c: * ../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 2005-10-15 12:08 nshmyrev * ../linux/Documentation/video4linux/CARDLIST.bttv: * ../linux/drivers/media/video/bttv-cards.c: * ../linux/drivers/media/video/bttv.h: Added Asound Skyeye bttv card. Signed-off-by: Nickolay V. Shmyrev 2005-10-15 09:19 nshmyrev * ../linux/drivers/usb/media/em2820-input.c: (em2820_set_ir): Remotes for the Cinergy 200 USB and Cinergy 250 USB are the same. Signed-off-by: Sascha Sommer 2005-10-15 08:25 nshmyrev * ../linux/drivers/media/.cvsignore: * ../linux/include/linux/.cvsignore: Make CVS quiet. Signed-off-by: Adam Forsyth . 2005-10-14 23:26 mrechberger * ../linux/drivers/usb/media/em2820-input.c: * ../linux/drivers/drivers/media/ir-kbd-i2c.c: CodingStyle fixes Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Markus Rechberger 2005-10-14 22:03 mrechberger * ../linux/drivers/usb/media/em2820-input.c: - 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 2005-10-14 18:45 mchehab * ../linux/drivers/media/video/saa7113.c: * ../v4l/Makefile: - Added support for saa7113. Signed-off-by: Dwaine Garden Signed-off-by: Mauro Carvalho Chehab 2005-10-14 17:26 mchehab * ../linux/drivers/media/video/msp3400.c: (msp_command): - This fixes dual language detection on the msp3400. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab 2005-10-14 16:41 mchehab * ../linux/drivers/usb/media/em2820-cards.c: * ../linux/drivers/usb/media/em2820-core.c: (em2820_scaler_set): * ../linux/drivers/usb/media/em2820-video.c: (em2820_video_do_ioctl): * ../linux/drivers/usb/media/em2820.h: - Chip_id removed since it isn't required anymore. - 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 Signed-off-by: Mauro Carvalho Chehab 2005-10-14 16:04 mchehab * ../linux/drivers/media/video/ir-kbd-i2c.c: (get_key_haup), (get_key_pixelview), (get_key_pv951), (get_key_knc1), (get_key_purpletv), (ir_key_poll), (ir_timer), (ir_work), (ir_attach), (ir_detach), (ir_probe): - moved Pinnacle IR table (ir_codes_em2820) to em2820-input.c - IR struct renamed and moved to a header file. * ../v4l/Makefile: * ../linux/drivers/usb/media/em2820-input.c: - New file to handle em2820-specific IR. - It uses ir-kbd-i2c to handle I2C IR. - Experimental em2820 code removed and probe fixed. - Detection code changed to be like i2c_scan, since the old one doesn't work with em2820 cards. * ../linux/drivers/usb/media/em2820-cards.c: (em2820_card_setup): - Removed some testing code. * ../linux/drivers/usb/media/em2820-i2c.c: (em2820_i2c_xfer), (attach_inform): - Some cleanups at debug messages. - attach now detects I2C IR and calls em2820-specific IR code * ../linux/drivers/usb/media/em2820-video.c: (em2820_usb_probe): - Board detection message improved to show interface and class. - Now it doesn't touch audio interfaces. * ../linux/drivers/usb/media/em2820.h: - Comments changed to /* */ instead of // - Included IR headers * ../v4l/compat.h: * ../linux/include/media/ir-common.h: - IR compat code moved to compat.h * ../linux/include/media/ir-kbd-i2c.h: - New header with struct IR_i2c there, to allow it to be used by board-specific input handlers. Signed-off-by: Mauro Carvalho Chehab 2005-10-14 15:48 mchehab * ../linux/drivers/usb/media/em2820-input.c * ../v4l/Makefile: * ../linux/drivers/usb/media/em2820-cards.c: (em2820_card_setup): * ../linux/drivers/usb/media/em2820-i2c.c: (em2820_i2c_xfer), (attach_inform): * ../linux/drivers/usb/media/em2820-video.c: (em2820_usb_probe): * ../linux/drivers/usb/media/em2820.h: * ../linux/include/media/ir-common.h: * ../v4l/compat.h: Signed-off-by: Mauro Carvalho Chehab 2005-10-14 15:46 mchehab * ../linux/drivers/media/video/ir-kbd-i2c.c: (get_key_haup), (get_key_pixelview), (get_key_pv951), (get_key_knc1), (get_key_purpletv), (ir_key_poll), (ir_timer), (ir_work), (ir_attach), (ir_detach), (ir_probe): * ../linux/drivers/usb/media/em2820-cards.c: (em2820_card_setup): * ../linux/drivers/usb/media/em2820-i2c.c: (em2820_i2c_xfer), (attach_inform): * ../linux/drivers/usb/media/em2820-video.c: (em2820_usb_probe): * ../linux/drivers/usb/media/em2820.h: * ../linux/include/media/ir-common.h: * ../v4l/Makefile: * ../v4l/compat.h: Signed-off-by: Mauro Carvalho Chehab 2005-10-13 01:09 mrechberger * ../linux/drivers/media/video/ir-kbd-i2c.c: - 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 2005-10-12 20:10 nshmyrev * ../linux/drivers/usb/media/em2820-core.c: - Fixed typo in module param description Signed-off-by: Paul Vriens 2005-10-12 07:02 mrechberger * ../linux/drivers/media/video/ir-kbd-i2c.c: - fixed probe function, em2820 remote layout, disabled em2820 pinnacle ir support Signed-off-by: Markus Rechberger 2005-10-11 23:56 mkrufky * ../v4l/scripts/strip-trailing-whitespaces.sh: - Updated script to function in new tree layout. Must be called from top-level. * ../Makefile: - Automatically strip trailing whitespaces before creating Changelog entry. * ../linux/Documentation/video4linux/README.cx88: * ../linux/Documentation/video4linux/README.saa7134: * ../linux/Documentation/video4linux/bttv/Sound-FAQ: * ../linux/Documentation/video4linux/bttv/Tuners: * ../linux/Documentation/video4linux/cx88/hauppauge-wintv-cx88-ir.txt: * ../linux/Documentation/video4linux/lifeview.txt: * ../linux/drivers/media/video/ir-kbd-i2c.c: * ../linux/drivers/media/video/wm8775.c: (wm8775_write): - Strip trailing whitespaces (for the last time!) Signed-off-by: Michael Krufky 2005-10-12 03:11 mkrufky * ../linux/Documentation/video4linux/CARDLIST.saa7134: * ../linux/drivers/media/video/saa7134/saa7134-cards.c: * ../linux/drivers/media/video/saa7134/saa7134.h: - Added card 75 AVerMedia AVerTVHD MCE A180 s-video and composite inputs only. Signed-off-by: Michael Krufky 2005-10-12 00:52 mkrufky * ../linux/drivers/media/video/saa7134/saa7134.h: - fix build warnings: In function `saa7134_board_init1': warning: implicit declaration of function `msleep' From: Adam Forsyth Signed-off-by: Michael Krufky 2005-10-11 22:03 mkrufky * ../v4l/Makefile: - fix CPPFLAGS to find video-buf-dvb.h From: Adam Forsyth Signed-off-by: Michael Krufky 2005-10-11 21:07 mkrufky * ../linux/drivers/media/video/cx88/Makefile: * ../linux/drivers/media/video/saa7134/Makefile: - Be sure to enable video-buf-dvb in kernel build. Signed-off-by: Michael Krufky 2005-10-11 21:00 mkrufky * ../linux/drivers/media/video/cx88/Makefile: * ../linux/drivers/media/video/saa7134/Makefile: - import cx88 and saa7134 Makefile(s) from 2.6.14-rc4 Signed-off-by: Michael Krufky 2005-10-11 20:28 mchehab * ../linux/drivers/media/video/wm8775.c: * ../v4l/Makefile: - The wm8775 is a Wolfson Microelectronics 24-bit, 96kHz ADC with 4 Channel I/P Multiplexer. It is used in Hauppauge PVR150/500 PVR boards. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab 2005-10-11 20:09 mkrufky * ../linux/drivers/media/video/cx88/cx88.h: * ../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 in saa7134.h to fix build Signed-off-by: Michael Krufky 2005-10-11 20:03 nshmyrev * v4l/compat.h: - Fix compilation with 2.6.8. Signed-off-by: Nickolay V. Shmyrev <> 2005-10-11 17:59 mkrufky * ../linux/drivers/media/video/bttv-cards.c: (bttv_idcard): - Don't bother Gerd with bttv-cards patches. Instead, send to video4linux mailing list. Signed-off-by: Michael Krufky 2005-10-11 16:48 mchehab * ../linux/Documentation/video4linux/CARDLIST.em2820: * ../linux/drivers/usb/media/em2820-cards.c: * ../linux/drivers/usb/media/em2820-core.c: (em2820_isoc_video_copy), (em2820_set_alternate): * ../linux/drivers/usb/media/em2820-i2c.c: (em2800_i2c_send_max4), (em2800_i2c_send_bytes), (em2800_i2c_check_for_device), (em2800_i2c_recv_bytes), (em2820_i2c_send_bytes), (em2820_i2c_recv_bytes), (em2820_i2c_check_for_device), (em2820_i2c_xfer), (em2820_i2c_eeprom), (do_i2c_scan): * ../linux/drivers/usb/media/em2820-video.c: (em2820_do_ioctl), (em2820_init_dev), (em2820_usb_probe): * ../linux/drivers/usb/media/em2820.h: * ../v4l/scripts/cardlist: * ../v4l/scripts/em2820.pl: - Included support for em2800. - Included card insmod parameter. - Now it will not try to register audio anymore. Signed-off-by: Mauro Carvalho Chehab 2005-10-11 05:17 mkrufky * ../linux/Documentation/video4linux/CARDLIST.cx88: * ../linux/drivers/media/video/cx88/cx88-cards.c: * ../linux/drivers/media/video/cx88/cx88-dvb.c: (dvb_register): * ../linux/drivers/media/video/cx88/cx88.h: - Add DVB card WinFast DTV1000-T From: David Shirley Signed-off-by: Michael Krufky 2005-10-11 04:23 mchehab * ../v4l/Makefile: * ../v4l/scripts/cardlist: - Fixed dir for em2820. Now at drivers/usb/media Signed-off-by: Mauro Carvalho Chehab 2005-10-11 04:01 mchehab * ../linux/include/media/id.h: - Include newer I2C ID. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab 2005-10-11 04:09 mrechberger * ../linux/drivers/usb/media/em2820-i2c.c: (attach_inform): - Fixed usb index/registry value for the videotuner Changed I2C_HW_B_EM2820 to 0x99, this should finally go into /include/linux/i2c-id.h with the appropriate value * ../linux/drivers/usb/media/em2820-video.c: (em2820_config_i2c): - i2c tuner setting TDA9887_SET_CONFIG moved into em2820-i2c.h * ../linux/drivers/media/video/ir-kbd-i2c.c: (ir_attach), (ir_probe): - added support for Terratec Cinergy 250 USB TV IR Remote * ../v4l/compat.h: - hardcoded #define I2C_HW_B_EM2820 0x99 which should also go into /include/linux/i2c-id.h Signed-off-by: Markus Rechberger 2005-10-10 22:04 mchehab * ../linux/drivers/media/video/cx88/cx88-video.c: (cx8800_initdev): * ../linux/drivers/media/video/msp3400.c: (msp_attach): - Some fixups for 2.4 kernel. Signed-off-by: Mauro Carvalho Chehab 2005-10-10 21:53 mchehab * ../linux/drivers/media/video/msp3400.c: (msp3400c_write_dfp_with_default), (msp3400c_thread), (msp3410d_thread), (msp34xxg_reset), (msp34xxg_thread), (msp_attach), (msp_detach), (msp_command): - More improvements at msp3400.c from ivtv code. Signed-off-by: Mauro Carvalho Chehab 2005-10-10 16:21 mchehab * ../linux/drivers/media/video/msp3400.c: (msp3400c_reset), (msp3400c_read), (msp3400c_write), (msp3400c_set_scart), (msp3400c_setvolume), (msp3400c_setbass), (msp3400c_settreble), (msp3400c_setmode), (best_video_sound), (msp3400c_setstereo), (msp3400c_print_mode), (msp3400c_restore_dfp), (msp3400c_write_dfp_with_default), (autodetect_stereo), (watch_stereo), (msp3400c_thread), (msp34xx_modus), (msp3410d_thread), (msp34xxg_thread), (msp_attach), (msp_any_set_audmode), (msp_command): - Some improvements at msp3400.c from ivtv code. Signed-off-by: Mauro Carvalho Chehab 2005-10-10 14:19 mchehab * ../linux/drivers/media/video/saa6588.c: (saa6588_attach): * ../linux/drivers/media/video/saa6752hs.c: (saa6752hs_attach): * ../linux/drivers/media/video/tveeprom.c: (tveeprom_detect_client): * ../linux/drivers/media/video/tvp5150.c: (tvp5150_detect_client): - Some compilation fixes for 2.4 kernel. Signed-off-by: Mauro Carvalho Chehab 2005-10-10 09:30 mkrufky * ../v4l/Makefile: - removed unneeded line. * ../v4l/scripts/makelinks.sh: * ../v4l/scripts/merge-trees.sh: * ../v4l/scripts/unmerge-trees.sh: - fixed offsets. Signed-off-by: Michael Krufky 2005-10-10 09:05 mkrufky * ../v4l/Makefile: * ../v4l/scripts/makelinks.sh: * ../v4l/scripts/merge-trees.sh: * ../v4l/scripts/unmerge-trees.sh: - Alternative build method: 'make kernel-links' based on 'makelinks' script in dvb-kernel cvs. - Symlink cvs code into kernel source in order to build cvs code inside kernel build. - Currently requires merged-trees, because of some missing files in v4l-kernel cvs, present in dvb-kernel cvs, such as Makefile - 'make kernel-links' will automatically call 'make merge-trees' - Currently requires a patch to linux/include/linux/videodev.h, which adds #include "compat.h" Patch is applied during 'make kernel-links' and is removed during 'make clean' - videodev.h patch and merge-trees dependency can be removed in the future. Signed-off-by: Michael Krufky 2005-10-09 23:08 mkrufky * ../linux/drivers/media/video/tda9887.c: (dump_read_message), (dump_write_message), (tda9887_set_tvnorm), (tda9887_fixup_std), (tda9887_status), (tda9887_configure), (tda9887_attach), (tda9887_suspend), (tda9887_resume): - Add the adapter/address prefix to the tda9887 kernel messages. Signed-off-by: Hans Verkuil Signed-off-by: Michael Krufky 2005-10-09 22:50 mchehab * ../v4l/Makefile: - snapshot feature updated. Signed-off-by: Mauro Carvalho Chehab 2005-10-09 22:31 mkrufky * ../v4l/Make.config: - removed commented old code. * ../v4l/scripts/merge-trees.sh: * ../v4l/scripts/unmerge-trees.sh: - fix Make.config offsets. Signed-off-by: Michael Krufky 2005-10-09 21:18 mkrufky * ../v4l/Makefile: - don't symlink linux/include to v4l/ in merged-tree environment. Signed-off-by: Michael Krufky 2005-10-09 21:04 mkrufky * ../v4l/scripts/merge-trees.sh: * ../v4l/scripts/unmerge-trees.sh: - fix fuzz & offsets. Signed-off-by: Michael Krufky 2005-10-09 20:55 mkrufky * ../v4l/Makefile: - clean up 'make links' build output. Signed-off-by: Michael Krufky 2005-10-09 20:21 mkrufky * ../v4l/Makefile: * ../v4l/scripts/merge-trees.sh: * ../v4l/scripts/unmerge-trees.sh: - Step two, move merged dvb/v4l cvs tree functionality into Makefile. Signed-off-by: Michael Krufky 2005-10-09 20:12 mchehab * ../v4l/Make.config: - Fixed dvb compiling. * ../v4l/Makefile: - Included some options to make easier to commit. Signed-off-by: Mauro Carvalho Chehab 2005-10-09 19:37 mchehab * ../v4l/Makefile: - Fixed support for extraversion. Signed-off-by: Mauro Carvalho Chehab 2005-10-09 18:02 mchehab * ../linux/drivers/media/video/bttv-cards.c: * ../linux/drivers/media/video/bttv-driver.c: * ../linux/drivers/media/video/bttv-i2c.c: * ../linux/drivers/media/video/bttvp.h: * ../linux/drivers/media/video/cx88/cx88-blackbird.c: (blackbird_load_firmware): * ../linux/drivers/media/video/cx88/cx88-core.c: * ../linux/drivers/media/video/cx88/cx88-i2c.c: (cx88_i2c_init): * ../linux/drivers/media/video/cx88/cx88-input.c: (cx88_ir_init): * ../linux/drivers/media/video/cx88/cx88-tvaudio.c: * ../linux/drivers/media/video/cx88/cx88-video.c: * ../linux/drivers/media/video/cx88/cx88.h: * ../linux/drivers/media/video/ir-kbd-gpio.c: * ../linux/drivers/media/video/ir-kbd-i2c.c: * ../linux/drivers/media/video/msp3400.c: (msp34xx_sleep), (msp_probe), (msp_suspend): * ../linux/drivers/media/video/saa6588.c: (saa6588_probe): * ../linux/drivers/media/video/saa6752hs.c: (saa6752hs_probe): * ../linux/drivers/media/video/saa7134/saa7134-alsa.c: * ../linux/drivers/media/video/saa7134/saa7134-core.c: (saa7134_fini): * ../linux/drivers/media/video/saa7134/saa7134-empress.c: * ../linux/drivers/media/video/saa7134/saa7134-i2c.c: * ../linux/drivers/media/video/saa7134/saa7134.h: * ../linux/drivers/media/video/tda9887.c: (tda9887_probe), (tda9887_suspend): * ../linux/drivers/media/video/tvaudio.c: (chip_thread), (chip_probe): * ../linux/drivers/media/video/tveeprom.c: * ../linux/drivers/media/video/tvmixer.c: * ../linux/drivers/media/video/tvp5150.c: * ../linux/drivers/media/video/video-buf-dvb.c: * ../linux/drivers/media/video/video-buf.c: * ../linux/include/linux/video_decoder.h: * ../linux/include/media/ir-common.h: * ../v4l/Make.config: * ../v4l/Makefile: * ../v4l/compat.h: - 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 2005-10-09 08:46 mkrufky * ../v4l/scripts/merge-trees.sh: * ../v4l/scripts/unmerge-trees.sh: - symlink entire dvb-kernel tree into v4l-kernel/linux Signed-off-by: Michael Krufky 2005-10-09 03:52 mchehab * ../Makefile: - make changelog now rebuilds cardlist * ../v4l/scripts/buildpatch: - Updated to work against ../linux * ../v4l/scripts/cardlist: - fixed to work even without symlinks Signed-off-by: Mauro Carvalho Chehab 2005-10-09 03:31 mchehab * ../Makefile: - 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 2005-10-08 03:24 mkrufky * ../v4l/scripts/merge-trees.sh: * ../v4l/scripts/unmerge-trees.sh: - now make clean calls make unmerge-trees in merged build environment. Signed-off-by: Michael Krufky 2005-10-08 03:04 mkrufky * ../linux/drivers/media/video/bttv.h: - "compat.h" must be #include'd before * ../linux/include/linux/videodev.h: - removed #include "compat.h" Signed-off-by: Michael Krufky 2005-10-09 02:06 mkrufky * ../v4l/Make.config: * ../v4l/Makefile: * ../v4l/scripts/merge-trees.sh: * ../v4l/scripts/unmerge-trees.sh: - Step one, move merged dvb/v4l cvs tree functionality into Makefile. Signed-off-by: Michael Krufky 2005-10-08 23:10 mkrufky * ../v4l/Makefile: - renamed tree-merge functions. new names: make merge-trees make unmerge-trees Signed-off-by: Michael Krufky 2005-10-08 22:58 mkrufky * ../linux/include/linux/videodev.h: - #include "compat.h" * ../v4l/Makefile: - add two new make commands for tree-merge: make merge make unmerge - this allows tree-merge commands to be called from both top-level v4l-kernel and v4l-kernel/v4l * ../v4l/scripts/merge-trees.sh: * ../v4l/scripts/unmerge-trees.sh: - fix offsets Signed-off-by: Michael Krufky 2005-10-08 21:54 mkrufky * ../v4l/Makefile: - Made symlinks a separate process in Makefile. - To make symlinks without building, run "make links" - "make" alone, will symlink and build, as before. Signed-off-by: Michael Krufky 2005-10-08 21:25 mkrufky * ../Makefile: - Added top-level Makefile that calls v4l/Makefile Signed-off-by: Michael Krufky 2005-10-08 20:03 mchehab From: 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/Makefile: - 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 2005-10-08 17:02 mkrufky * v4l1-compat.c: (v4l_compat_translate_ioctl): - change VIDIOCSFREQ and VIDIOCGFREQ from int to unsigned long Signed-off-by: Hans Verkuil Signed-off-by: Michael Krufky 2005-10-08 09:19 nshmyrev * saa7134-alsa.c: (snd_saa7134_capsrc_put), (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 2005-10-07 19:18 mkrufky * tveeprom.c: - fix compile with gcc-2.95 Signed-off-by: Hans Verkuil Signed-off-by: Michael Krufky 2005-10-07 05:35 nshmyrev * saa7134-alsa.c: (saa7134_dma_stop), (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 2005-10-07 03:10 mkrufky * em2820-i2c.c: - Kill i2c_algorithm.name - Kill i2c_algorithm.id - Fix build for 2.6.14 Signed-off-by: Michael Krufky 2005-10-06 23:54 mkrufky * saa7134-alsa.c: (snd_card_saa7134_pcm_prepare), (snd_card_saa7134_capture_close): * saa7134-core.c: (saa7134_finidev): - Removed trailing whitespace. Signed-off-by: Michael Krufky 2005-10-06 23:46 mkrufky * msp3400.c: (msp_detach): - check ->kthread correctly Signed-off-by: Alexey Dobriyan Signed-off-by: Michael Krufky 2005-10-07 21:35 nshmyrev * Makefile: * 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 2005-10-06 Nickolay V. Shmyrev * saa7134-cards.c: * 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 2005-10-06 16:10 nshmyrev * Makefile: * em2820-i2c.c: (em2820_set_tuner): - Fixed build. Signed-off-by: Nickolay V. Shmyrev 2005-10-06 15:27 mchehab * doc/CARDLIST.em2820: * scripts/cardlist: * scripts/em2820.pl: - Added scripts and CARDLIST for em2820. Signed-off-by: Mauro Carvalho Chehab 2005-10-06 14:26 mchehab * Make.config,Makefile,compat.h,em2820-cards.c,em2820-core.c, em2820-video.c,em2820.h: - Added support for Empia Tech em2820/2840 chipset boards. * tvp5150.c: (tvp5150_write), (tvp5150_selmux), (tvp5150_reset), (tvp5150_get_ctrl), (tvp5150_set_ctrl), (tvp5150_command), (tvp5150_detect_client), (tvp5150_attach_adapter), (tvp5150_detach_client), (tvp5150_init), (tvp5150_exit): - Added some V4L2 API calls. Signed-off-by: Markus Rechberger Signed-off-by: Ludovico Cavedon Signed-off-by: Mauro Carvalho Chehab 2005-10-06 03:07 mkrufky * bttv-cards.c: - Enable S-Video input on DViCO FusionHDTV5 Lite Signed-off-by: Michael Krufky 2005-10-05 14:32 nshmyrev * saa7134-alsa.c: (saa7134_start_audio_dma), (saa7134_stop_audio_dma), (saa713401_timeout), (saa713401_aud_irq), (saa7134_irq), (snd_saa7134_set_digital_hw), (snd_saa7134_pcm_open), (snd_saa7134_close), (snd_saa7134_hw_params), (snd_saa7134_hw_free), (snd_saa7134_prepare), (snd_saa7134_card_trigger), (snd_saa7134_pointer), (snd_saa7134_pcm), (snd_saa7134_capture_volume_info), (snd_saa7134_capture_volume_get), (snd_saa7134_capture_volume_put), (snd_saa7134_capture_source_info), (snd_saa7134_capture_source_get), (snd_saa7134_capture_source_put), (snd_saa7134_free), (snd_saa7134_dev_free), (snd_saa7134_create), (saa7134_audio_initdev), (saa7134_audio_finidev), (saa7134_audio_init), (saa7134_audio_fini): - Placeholder for implementation for alsa support in saa7134. 2005-10-05 14:31 nshmyrev * tda9887.c: (dump_write_message): - Corrected settings for SECAM-L. Signed-off-by: Nickolay V. Shmyrev 2005-10-05 04:10 mkrufky * cx88.h, cx88-cards.c: (cx88_card_setup): - Added analog support for ATI HDTV Wonder * tuner.h, tuner-simple.c: (default_set_tv_freq): - Added support for the Philips TUV1236D tuner on the ATI HDTV Wonder Signed-off-by: Kirk Lapray Signed-off-by: Michael Krufky 2005-10-04 17:14 mkrufky * bttv-cards.c: - Changed { .pll = 1, } to { .pll = PLL_28, } on BTTV_BOARD_MACHTV "MachTV". * bttv.h: - Cleaned up spacing to be uniform for BTTV_BOARDS * doc/CARDLIST.bttv: - Added Osprey 440 card. * doc/CARDLIST.cx88: - Added Kworld Vstream ExpertDVD. * saa7134-tvaudio.c: (mute_input_7134): - Removed trailing whitespace. Signed-off-by: Michael Krufky 2005-10-04 15:42 nshmyrev * bttv-cards.c: * bttv.h: - Added Osprey 440 card. Signed-off-by: Kenth Andersson 2005-10-04 15:00 nshmyrev * saa7134-tvaudio.c: (mute_input_7134): - Full mute of saa7134 on mute command. Signed-off-by: Nickolay V. Shmyrev 2005-10-04 14:50 nshmyrev * saa7134-cards.c: (saa7134_board_init1): * saa7134-input.c: (saa7134_input_init1): - Remote for KWorld Terminator. Signed-off-by: James R. Webb 2005-10-04 14:46 nshmyrev * cx88-tvaudio.c: (set_audio_registers), (set_audio_start), (set_audio_finish), (set_audio_standard_BTSC), (set_audio_standard_NICAM), (set_audio_standard_A2), (set_audio_standard_EIAJ), (set_audio_standard_FM), (cx88_detect_nicam), (cx88_set_tvaudio), (cx88_get_stereo), (cx88_set_stereo), (cx88_audio_thread): - Reindent cx88-tvaudio.c to keep coding style. Signed-off-by: Nickolay V. Shmyrev 2005-10-04 14:32 nshmyrev * cx88-cards.c: * cx88.h: - Added Kworld Vstream ExpertDVD. Signed-off-by: Alexander Wold 2005-10-03 19:37 mkrufky * saa7134-cards.c: (saa7134_board_init1): * saa7134-input.c: (saa7134_input_init1): - enable support for the IR Remote on Compro Videomate T200 From: Andy Smith Signed-off-by: Michael Krufky 2005-10-02 22:46 mchehab * bttv-cards.c: (bttv_init_card2): * bttv.h: - Added new card: Prolink PixelView PlayTV MPEG2 PV-M4900 Thanks to: Sérgio Fortier - Added support for radio_addr. Should also allow radio on separated I2C address than TV tuner. Signed-off-by: Mauro Carvalho Chehab 2005-10-02 11:39 mchehab * Make.config: - Default not compiling tvp5150.c * audiochip.h: - Included audio chips enum * tveeprom.c: (hasRadioTuner), (tveeprom_hauppauge_analog), (tveeprom_read): - Added a new tuner tradution. - Now, returns audio chip according with enum audiochip. This allows audio chip autodetection as used on em28xx. Signed-off-by: Mauro Carvalho Chehab 2005-10-01 16:53 mkrufky * scripts/merge-trees.sh, scripts/unmerge-trees.sh: - dvb-bt8xx and DST build re-renabled in tree-merge. Signed-off-by: Michael Krufky 2005-09-30 15:21 mchehab * saa7134-cards.c: (saa7134_board_init1): * saa7134-input.c: (saa7134_input_init1): - Added IR for LifeView FlyTV Platinum Mini2. Signed-off-by: Arnaud Patard Signed-off-by: Mauro Carvalho Chehab 2005-09-30 00:01 mkrufky * bttv-cards.c, saa7134-input.c: - strip trailing whitespace. * scripts/merge-trees.sh, scripts/unmerge-trees.sh: - V4L: WARNING! bt8xx tree-merge is currently broken. If you need this feature, please use an older video4linux cvs: cvs co -D 9/29/05 video4linux Signed-off-by: Michael Krufky 2005-09-29 20:40 mchehab * doc/CARDLIST.bttv: - Others PCI ID added. * scripts/bttv.pl: - Script fixed. Signed-off-by: Mauro Carvalho Chehab 2005-09-29 20:23 mchehab * doc/CARDLIST.tuner: - Updated an entry to reflect changes on tuner-simple.c * doc/CARDLIST.bttv: - Added PCI subvendor ID to boards that have it * scripts/bttv.pl: - New script to generate PCI subvendor ID * scripts/cardlist: - Modified to generate also PCI ID for bttv boards. Signed-off-by: Mauro Carvalho Chehab 2005-09-29 19:45 mchehab * bttv-cards.c: (identify_by_eeprom), (miro_pinnacle_gpio), (bttv_init_card1), (bttv_init_card2), (osprey_eeprom), (bttv_tda9880_setnorm), (boot_bt832): * bttv-driver.c: (i2c_vidiocschan), (set_tvnorm): * bttv.h: * ir-kbd-gpio.c: (ir_probe): - Boards renamed to BTTV_BOARD_xxx Signed-off-by: Mauro Carvalho Chehab 2005-09-29 18:40 mchehab * bttv-cards.c: - Boards now use the same CodingStyle as cx88 and saa7134. * bttv.h: - Included missing card numbers Signed-off-by: Mauro Carvalho Chehab 2005-09-29 18:20 nshmyrev * tda8290.c: (set_audio), (set_tv_freq): * tuner.h: - Set IF of tda8275 according to tv norm. Signed-off-by: Nickolay V. Shmyrev 2005-09-29 13:59 mchehab * doc/CARDLIST.saa7134: * saa7134-cards.c: * saa7134.h: - Added support for LifeView FlyTV Platinum Mini2. Signed-off-by: Arnaud Patard Signed-off-by: Mauro Carvalho Chehab 2005-09-29 14:23 mchehab * scripts/cx88.pl: - New script to include PCI ID for cx88 boards. * doc/CARDLIST.cx88: - Cardlist updated. Now includes PCI ID for each board. Signed-off-by: Mauro Carvalho Chehab 2005-09-28 20:04 nshmyrev * saa7134-cards.c: (saa7134_board_init1): * saa7134-input.c: (saa7134_input_init1): Add remote for DVB-T300 Remote. Signed-off-by: Nickolay V. Shmyrev 2005-09-28 20:04 nshmyrev * bttv-cards.c: - Fix source charset. Make symbols UTF-8. Signed-off-by: David Woodhouse . 2005-09-28 19:43 nshmyrev * saa6752hs.c: (saa6752hs_chip_command), (saa6752hs_set_bitrate), (saa6752hs_init), (saa6752hs_attach), (saa6752hs_command): - Change the number of lines in the input signal when the video standard is changed. - Fix comments style. Signed-off-by: Robert W. Boone 2005-09-28 19:27 nshmyrev * tuner-simple.c: * tuner.h: * tveeprom.c: - update the tveeprom tuner list with the tuner list from the Hauppauge driver - connect the TCL MPE05-2 tveeprom entry to the TUNER_PHILIPS_FM1216ME_MK3 tuner. - based on this info renamed the "LG PAL (TAPE series)" tuner to "TCL 2002MB". Signed-off-by: Hans Verkuil 2005-09-28 19:07 nshmyrev * bttv-driver.c: (set_pll): * bttvp.h: - Rename vprintk to verbose_printk to fix name clash. Signed-off-by: Bernd Petrovitsch 2005-09-28 00:47 mchehab * msp3400.c: (msp3400c_setvolume), (msp34xx_modus), (msp_attach), (msp_command): - Some V4L2 API calls implemented. Signed-off-by: Mauro Carvalho Chehab 2005-09-24 16:10 mkrufky * bttv-cards.c: - corrected composite input gpio for DViCO FusionHDTV5 Lite. Signed-off-by: Michael Krufky 2005-09-24 19:34 mkrufky * bttv-cards.c: - fixed GPIO composite and off (dvb) states to prevent lgdt3303 frontend from dying on input source change, for DViCO FusionHDTV5 Lite. Signed-off-by: Michael Krufky 2005-09-24 17:03 mkrufky * compat.h: - Previous commit prevents tda1004x & lgdt330x support in tree-merge for kernels < 2.6.13. Fixed using DVB_CVS flag, set in tree-merge Makefile. Signed-off-by: Michael Krufky 2005-09-24 01:05 mkrufky * bttv-cards.c: - Fixed a bug: ATSC Frontend dies after using analog tuner. audiomux[4] must be programmed to prevent this bug. Signed-off-by: Michael Krufky 2005-09-23 11:56 mchehab * tvp5150.c: (tvp5150_selmux), (tvp5150_reset), (tvp5150_command), (tvp5150_detect_client): - Fixed input selection. - Default now is to autodetect every video standard. - Implemented interface to change video preferences. Signed-off-by: Mauro Carvalho Chehab 2005-09-22 22:50 hhackmann * saa7134.h: - increased size if eeprom dump to 128 bytes Signed-off-by: Hartmut Hackmann 2005-09-21 16:08 mchehab * Makefile, Make.config: - Included tvp5150. * tvp5150.c: - Basic decoder functions implemented. Still lacks video std functions. Signed-off-by: Mauro Carvalho Chehab 2005-09-21 00:53 mkrufky * compat.h: * cx88-dvb.c: * saa7134-dvb.c: * scripts/merge-trees.sh: * scripts/unmerge-trees.sh: - move some #if kernel version into compat.h Signed-off-by: Michael Krufky 2005-09-19 15:28 mchehab * tvp5150.c,tvp5150_reg.h: - Initial code for Texas Instruments TVP5150A and TVP5150AM1 only sets a video stream and dumps reg contents. More work required. Signed-off-by: Mauro Carvalho Chehab 2005-09-19 01:11 mkrufky * saa6588.c: (saa6588_probe): - fix build for 2.6.14 * compat.h: * ir-kbd-i2c.c: (ir_probe): * saa7134-i2c.c: * tvaudio.c: (chip_probe): - removed some #if kernel version > 2.6.13 ... using compat.h instead. Signed-off-by: Michael Krufky 2005-09-16 20:24 mchehab * bttv-cards.c: - Added Prolink Pixelview PV-BT878P+ (Rev.2E) compatibility to the bttv driver. It's now card=138 and it works at least for tv, sound and radio. Signed-off-by: Luis Miguel García Signed-off-by: Mauro Carvalho Chehab 2005-09-15 03:01 mkrufky * tvaudio.c: (chip_write), (chip_read), (chip_read2), (chip_cmd), (chip_thread), (generic_checkmode), (tda8425_initialize), (chip_attach), (chip_probe), (chip_command): - Step three (final step) in upstream changes for kernel 2.6.14-rc1 compatability. Signed-off-by: Michael Krufky 2005-09-15 23:42 nshmyrev * cx88-core.c: - Remove some #if 0 which doesn't have any sense Signed-off-by: Nickolay V. Shmyrev 2005-09-15 23:22 nshmyrev * saa7134-video.c: Fix for kernel bug #4544. Signed-off-by: Nickolay V. Shmyrev 2005-09-15 23:11 nshmyrev * saa7134-core.c: (saa7134_hwinit1): - Fix for problem with audio register setup via DSP access Signed-off-by: Nickolay V. Shmyrev Signed-off-by: Robert W. Boone 2005-09-14 22:00 nshmyrev * saa6588.c: - Improved coding style for timer settings Signed-off-by: Hans J. Koch 2005-09-14 18:34 nshmyrev * saa7134-cards.c: (saa7134_board_init1): * saa7134-reg.h: * saa7134-video.c: (video_do_ioctl): * saa7134.h: - Add new RTD cards Signed-off-by: Nickolay V. Shmyrev Signed-off-by: Robert W. Boone 2005-09-13 20:09 mkrufky * bt832.c: (bt832_probe): * bttv-i2c.c: (attach_inform): * cx88-i2c.c: (attach_inform), (detach_inform): * id.h: * ir-kbd-i2c.c: (ir_probe): * msp3400.c: (msp34xx_sleep), (msp_attach): * saa6588.c: * saa6752hs.c: * saa7134-i2c.c: (attach_inform): * saa7134-tvaudio.c: (tvaudio_sleep): * tda7432.c: (tda7432_probe): * tda9875.c: (tda9875_probe): * tda9887.c: (tda9887_probe): * tuner-core.c: * tveeprom.c: (tveeprom_attach_adapter): * tvmixer.c: (tvmixer_ioctl), (tvmixer_clients), (tvmixer_cleanup_module): * video-buf.c: (videobuf_dma_free): - Step two, in preparation for 2.6.14-rcX compatability: - Compile tested against vanila kernels 2.6.13 & 2.6.8 - 2.6.14 compile still broken... Signed-off-by: Michael Krufky 2005-09-13 19:04 mchehab * scripts/buildpatch: - Fixed a problem when commiting Id with CVS. * tuner-core.c: (tuner_command): - Better debug info for non-implemented iocts. * tveeprom.c: - Fixed compiling with gcc2.9x (thanks to Andrew Morton). Signed-off-by: Mauro Carvalho Chehab 2005-09-13 16:22 mkrufky * bttv-cards.c, bttv-driver.c: * msp3400.c, tda9887.c, tuner-core.c: - Step one, in preparation for 2.6.14-rcX compatability: -#ifdef MM_KERNEL +#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,13) Signed-off-by: Michael Krufky 2005-09-11 22:20 hhackmann * saa7134.h, saa7134-cards.c, saa7134-core.c: - added support for the following cards Philips EUROPA Reference Design Compro VideoMate DVB-T300 Compro VideoMate DVB-T200 (initial) Signed-off-by: Hartmut Hackmann 2005-09-12 22:00 hhackmann * tuner.h, tuner-core.c, tuner-simple.c: - added support for the Philips TD1316 tuner Signed-off-by: Hartmut Hackmann 2005-09-11 21:35 hhackmann * saa7134-ts.c: - TS DMA buffer synchronization was inverted - DMA buffer size was not set correctly in the SAA713x Signed-off-by: Hartmut Hackmann 2005-09-11 05:29 mkrufky * bttv-cards.c: - duplicate initializer (near initialization for `bttv_tvcards[9].tuner_addr') duplicate initializer (near initialization for `bttv_tvcards[11].tuner_addr') * cx88-input.c, tuner.h, tvaudio.c, tveeprom.c: - Work around gcc-2.95.x macro expansion bug Signed-off-by: Andrew Morton Signed-off-by: Michael Krufky 2005-09-11 04:56 mkrufky * cx88-core.c: (cx88_risc_decode): * cx88-video.c: (video_read): * cx88.h: - Fix a number of sparse warnings. * videodev2.h: - strip trailing whitespace. Signed-off-by: Peter Hagervall Signed-off-by: Michael Krufky 2005-09-11 01:15 mchehab * videodev2.h: - adds all defines, ioctls and structs needed for the sliced VBI API Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab 2005-09-10 10:29 mchehab * cx88-core.c: (set_tvaudio): * cx88-tvaudio.c: (set_audio_standard_NICAM), (set_audio_standard_A2), (cx88_detect_nicam), (cx88_set_tvaudio), (cx88_newstation), (cx88_set_stereo): * cx88.h: - some clean up in cx88-tvaudio.c - replaced hex values when writing to AUD_CTL to EN_xx for better reading. - Moved writing to register AUD_CTL from "set_audio_start" to "set_audio_finish". - Changed the order of writing Lang2 to work correctly - Added an "#if 0" to comment out existing code in "cx88_get_stereo" because simply reading from register "AUD_STATUS" is _not_ enough to auto-detect btsc-sap, dual-fm-stereo or nicam. It is simply not working. - Using "EN_A2_AUTO_STEREO" does not work. - Allow select by hand between Mono, Lang1, Lang2 and Stereo. - *Bad side effect* is now if I'm selecting for example stereo but it is not supported from tv-channel I'm currently receiving loud noise. Signed-off-by: Torsten Seeboth Signed-off-by: Mauro Carvalho Chehab 2005-09-10 08:15 mchehab * tda8290.c: - Included CB3 structures that should be changed according with video std. The code itself to implement it was not made. Signed-off-by: Mauro Carvalho Chehab 2005-09-10 07:28 mkrufky * bttv-cards.c: - Enable DVB support for DViCO FusionHDTV5 Lite. Signed-off-by: Michael Krufky 2005-09-10 07:26 nshmyrev * saa7134-input.c: - Refine input handling for Manli/Beholder. Signed-off-by: Nickolay V. Shmyrev 2005-09-10 06:57 nshmyrev * tuner-simple.c: - Lower switch from VHF_LO to VHF_HI for Philips 1216ME MK3 Signed-off-by: Nickolay V. Shmyrev Signed-off-by: Hermann Pitton 2005-09-08 23:06 nshmyrev * i2c-kbd-gpio.c: - Use KEY_MEDIA instead of KEY_VIDEOMODESWITCH since it fix build with older kernels. Signed-off-by: Nickolay V. Shmyrev Signed-off-by: James Schettine 2005-09-07 10:30 nshmyrev * doc/CARDLIST.saa7134: * saa7134-cards.c: (saa7134_board_init1): * saa7134-input.c: (saa7134_input_init1): * saa7134.h: - Added new card GoTView PCI 7135 Signed-off-by: Nickolay V. Shmyrev Signed-off-by: Mike Baikov 2005-09-07 05:29 mkrufky * cx88-dvb.c: (lgdt330x_pll_set): - Removed unnecessary check for tda9887. Signed-off-by: Michael Krufky 2005-09-07 04:59 mkrufky * bttv-cards.c: (bttv_init_card1), (bttv_init_card2): * bttv-driver.c: - don't enable gpioirq until after card probe. - Pinnacle PCTV-Sat fifo overrun error fix. Thanks to: Edgar Toernig Signed-off-by: Michael Krufky 2005-09-07 03:51 mkrufky * bttv-cards.c, bttv.h, ir-kbd-gpio.c: * doc/CARDLIST.bttv: - add bttv card 137 - Conceptronic CTVFMi v2 - some ir buttons seem to be duplicated, explained by comments within source. Signed-off-by: Ricardo Cerqueira Signed-off-by: Michael Krufky 2005-09-07 00:57 mkrufky * cx88-core.c: (cx88_core_get): * cx88-dvb.c: (dvb_register): - Implemented TUNER_SET_STANDBY on cx88 init. Additional call is necessary in cx88-dvb, to prevent noise on initialization of FusionHDTV5 Gold. Signed-off-by: Michael Krufky 2005-09-07 00:02 mkrufky * cx88-dvb.c: (dvb_buf_prepare): - Climov's previous patch : Implemented the v4l2 mpeg api for blackbird cards. His commit broke cx88-dvb. Here is the fix. Signed-off-by: Michael Krufky 2005-09-05 15:30 nshmyrev * doc/CARDLIST.saa7134: * saa7134-cards.c: (saa7134_board_init1): * saa7134-input.c: (saa7134_input_init1): * saa7134.h: - Added new card Behold TV 409 FM. Signed-off-by: Nickolay V. Shmyrev Signed-off-by: Sergey 2005-09-05 15:01 nshmyrev * cx88-cards.c: * cx88.h: - Added new card AverMedia UltraTV Media Center PCI 550 Signed-off-by: Nickolay V. Shmyrev Signed-off-by: Michael Fair 2005-09-05 14:56 nshmyrev * saa7134-cards.c: - Added support for OEM version of FlyTV Platinum mini with a subvendor id of 0x4e42. - Added the OEM PCI id's to the docs/CARDLIST.saa7134 for item 39 - Modified the vmux in the SAA7134_BOARD_FLYTVPLATINUM_MINI driver data from 0 (Composite over S-Video) to 3 (Composite). Signed-off-by: Glen Gray 2005-09-04 13:32 mkrufky * cx88-input.c: (cx88_ir_init): * ir-kbd-gpio.c: (ir_probe): - Fixed broken compile, due to input event device patch. Signed-off-by: Michael Fair Signed-off-by: Michael Krufky 2005-09-04 11:40 mchehab * msp3400.c: (msp34xx_modus): - Add KEEP comment on #if 1 to allow it to go to mainstream * tvaudio.c, video-buf-dvb.h: - Changes to eliminate dumb differences from kernel and to eliminate $Id from Mainstream. * scripts/buildpatch: - Improved to allow keeping some #if 1 comments go to mainsteam - Don't generate diffstat for empty changes. - Remove $Id when generating patches. Signed-off-by: Mauro Carvalho Chehab 2005-09-02 21:57 mchehab * cx88-input.c: (cx88_ir_init): * ir-kbd-gpio.c: (ir_probe): * saa7134-input.c: (saa7134_input_init1): - Makes the input event device created by the V4L drivers for the infrared remote matchable by udev rules. Signed-off-by: Rudo Thomas Signed-off-by: Mauro Carvalho Chehab 2005-09-02 21:18 mchehab * msp3400.c: - added some missing parameter descriptions. Signed-off-by: Mauro Carvalho Chehab 2005-09-01 21:28 mkrufky * tda9887.c: (tda9887_fixup_std): * tuner-core.c: (tuner_fixup_std): - print warning if pal= or secam= argument is unrecognized Signed-off-by: Philip Rowlands Signed-off-by: Michael Krufky 2005-09-01 21:17 mkrufky * saa7134-cards.c: - correct the amux for composite and s-video inputs on the Sabrent SBT-TVFM card. Thanks to: Michael Rodriquez-Torrent Signed-off-by: Michael Krufky 2005-08-30 19:52 mkrufky * saa7134-dvb.c: - #include no longer needed. Signed-off-by: Michael Krufky 2005-08-30 15:11 mkrufky * cx88-video.c: (cx8800_resume): - removed trailing whitespace. * tuner-simple.c: (default_set_radio_freq): - The Microtune 4049FM5 uses an IF frequency of 33.3 MHz for FM radio. Signed-off-by: Hans Verkuil Signed-off-by: Michael Krufky 2005-08-30 14:58 mchehab * bttv-driver.c, cx88-mpeg.c, cx88-video.c: - Some error treatment implemented at resume functions. Signed-off-by: Mauro Carvalho Chehab 2005-08-30 05:15 mkrufky * tuner-simple.c: - Change LG TDVS H062F from NTSC to ATSC. Signed-off-by: Michael Krufky 2005-08-30 05:09 mchehab * bttv-cards.c, cx88-cards.c, tveeprom.h: - tveeprom patch was not complete. Completing it. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab 2005-08-30 04:44 mchehab * tuner-simple.c, tuner.h: - normalize whitespace and comments in tuner lists. Signed-off-by: Philip Rowlands Signed-off-by: Mauro Carvalho Chehab 2005-08-30 04:31 mchehab * tveeprom.c: - tveeprom_hauppauge_analog has an extra i2c_client * argument. This allows for clearer message prefixes containing the i2c adapter number and address. This is conform the prefix used for the tuner messages. - debugging is improved: debug=1 will dump the full contents of the eeprom and also show each tag that is parsed. The layout of the debug output is now clean. - the eeprom can contain two tuner records, the first for the TV tuner, the second for a radio tuner (this is the case for the PVR500). Added support for this, also added the TEA5767 radio tuner to the tuner list. - the audio processor index is now mapped to a string. - the video decoder processor tag is now implemented. - all TV standards supported by the tuner are shown. - show if radio or IR is present. - add comments showing what other tags exist. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab 2005-08-30 04:21 mchehab * tvaudio.c: - adds the adapter number + i2c address to printk msgs. - Some CodingStyle cleanups. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab 2005-08-30 02:40 mkrufky * cx88-dvb.c: - #include no longer needed. Signed-off-by: Michael Krufky 2005-08-28 18:15 mkrufky * scripts/merge-trees.sh, scripts/unmerge-trees.sh: - include files into tree-merge necessary for the dvb-bt8xx and dst dvb modules, based on bt8xx chips. This also includes all dvb frontends used by bt8xx boards. * bttv.h, videodev.h: - #include "compat.h", needed for tree-merge. Signed-off-by: Michael Krufky 2005-08-25 05:59 mkrufky * cx88-dvb.c: (dvb_register): - report dvb frontend name instead of cx88 card name. * bttv-cards.c, doc/CARDLIST.bttv: - Change DVICO to DViCO. * saa7134-cards.c: - Remove bad PCI subsystem ID for Sabrent card. Signed-off-by: Michael Krufky 2005-08-22 18:29 mkrufky * saa7134-cards.c, saa7134.h: - Add saa713x card #66: Yuan TUN-900 (saa7135) PCI subsystem ID of this board is 12ab:0800, same as 36 -> UPMOST PURPLE TV, which SHOULD be 1154:0522. We are applying this for now without autodetection based on PCI subsystem ID. This will be fixed later. Signed-off-by: De Greef Sebastien Signed-off-by: Michael Krufky 2005-08-21 16:36 mkrufky * saa7134-cards.c, saa7134.h: - Add saa713x card #65 Kworld V-Stream Studio TV Terminator Thanks to: James R Webb and Peter Missel Signed-off-by: Nickolay V. Shmyrev Signed-off-by: Michael Krufky 2005-08-20 22:08 mchehab * tuner-simple.c: - correct LG NTSC TALN mini tuner takeover as far we can empirically determine for now. Signed-off-by: Hermann Pitton Signed-off-by: Mauro Carvalho Chehab 2005-08-20 17:37 mchehab * tveeprom.c: (tveeprom_command): - This syncs the tuners list with the list from ivtv. - Fixes the incorrect reporting of the radio presence. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab 2005-08-20 17:30 mchehab * msp3400.c: (msp_attach): - Changes the prefix to 'msp34xx' instead of 'msp3400'. - Changes the message 'error while reading chip version' to a debug printk. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab 2005-08-20 14:03 mkrufky * bttv-i2c.c: - added i2c address for lgdt330x. * tuner.h: - i2c-core.c uses hexadecimal for the i2c address, so we should stay consistent. Signed-off-by: Hans Verkuil Signed-off-by: Michael Krufky 2005-08-20 05:39 mkrufky * scripts/buildpatch: - evaluate #ifdef MM_KERNEL based on existance of $LINUX . "/.mm" Signed-off-by: Michael Krufky 2005-08-19 20:37 mchehab * tuner.h: - changed tuner_info from dev_printk to i2c_client info. - used do { } while(0) according with CodingStyle Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab 2005-08-19 15:48 mkrufky * cx88-dvb.c: * scripts/merge-trees.sh, scripts/unmerge-trees.sh: - fix compile of cx88-dvb for lgdt330x in 2.6.13 Signed-off-by: Michael Krufky 2005-08-18 00:00 catalin * cx88-blackbird.c: - fix mpeg packet size & count - add VIDIOC_QUERYCAP ioctl for the mpeg stream - return more information in the struct v4l2_format - fix default window height * cx88-video.c: - small cleanups Signed-off-by: Catalin Climov 2005-08-17 19:40 nsh * cx88-dvb.c: (lgdt330x_pll_set): * cx88-video.c: (video_release): * mt20xx.c: (microtune_init): * saa7134-video.c: (video_release): * tda8290.c: (standby), (tda8290_init): * tda9887.c: (tda9887_set_tvnorm), (tda9887_configure), (tda9887_command): * tea5767.c: (set_radio_freq), (tea5767_standby), (tea5767_tuner_init): * tuner-core.c: (set_addr), (check_mode), (set_mode), (tuner_command): * tuner-simple.c: (default_tuner_init): * tuner.h: - New tuner standby API. Signed-off-by: Nickolay V. Shmyrev 2005-08-17 09:58 mchehab * cx88-reg.h: - Added some registers to control PCI controller at CX2388x chips. * cx88-tvaudio.c: - BTSC Lang1 now is set to auto_stereo mode. Signed-off-by: Mauro Carvalho Chehab 2005-08-16 18:00 catalin * cx88-blackbird.c: - fall back to cx88_do_ioctl instead of returning -EINVAL * cx88-core.c: - initialize the core mutex * cx88.h: - move lock and freq struct members from cx8800/cx8802 to cx88_core - declare cx88_do_ioctl from cx88-video.c * cx88-mpeg.c: - remove mutex init * cx88-video.c: - replace dev->lock with core->lock - replace struct cx8800_dev with struct cx88_core param in functions: video_mux, get_control, set_control, init_controls - factor out common ioctl's to cx88_do_ioctl and export the symbol Signed-off-by: Catalin Climov 2005-08-16 17:45 catalin * cx88-blackbird.c: - add ioctl indirection via cx88_ioctl_hook and cx88_ioctl_translator - export the indirection hook symbols * cx88.h: - declare the indirection hooks from cx88-blackbird.c * cx88-video.c: - dcprintk macro which uses core instead of dev->core - replace dev->core occurances with core - replace spaces with tabs Signed-off-by: Catalin Climov 2005-08-15 23:43 mchehab * cx88-alsa.c: - Some fixups. Still incomplete. * cx88-core.c: - New error message. - spaces replaced by tabs. Signed-off-by: Mauro Carvalho Chehab 2005-08-15 01:51 mchehab * cx88-alsa.c: - some DMA code included. Still incomplete. Signed-off-by: Mauro Carvalho Chehab 2005-08-14 10:57 mchehab * Make.config, Makefile: - cx88-alsa module compiling disabled by default. to turn on, CONFIG_VIDEO_ALSA = m anyway, it didn't provide digital audio yet. Signed-off-by: Mauro Carvalho Chehab 2005-08-13 22:56 mchehab * Makefile: - corrected to generate cx88-alsa.ko * cx88-alsa.c: - snd register working. Also Capture control. - pending: pcm functions and fix some trouble when inserting it with other cx88 functions (cx8800) for example. Signed-off-by: Mauro Carvalho Chehab 2005-08-12 23:47 nshmyrev * compat.h: - Fix build with kernel earlier than 2.6.9. Signed-off-by: Nickolay V. Shmyrev 2005-08-11 17:35 mkrufky * bttv-cards.c: - card #135, DVICO FusionHDTV 5 Lite: Altered card settings to make autodetection less verbose. - card #136, Acorp Y878F: Moved subsystem id detection out of "DVB cards" area and into a more appropriate location. Signed-off-by: Michael Krufky 2005-08-11 17:14 mkrufky * tda9887.c, cx88-dvb.c: - This patch addresses valid objections to experimental code used to mute the tda9887 when the tuner is used for digital TV reception. That code is removed and replaced by a better solution. Comments have been added, indicating that t_standby should be implemented in the future. Signed-off-by: Mac Michaels Signed-off-by: Michael Krufky 2005-08-10 16:52 mchehab * Make.config, Makefile: - Added support for future alsa support, yet to be finished. * bt87x-alsa.c: - bt87x.c that is inside ALSA tree. Yet to make it compile from here. * cx88-alsa.c,cx88.h: - cx88 ALSA skeleton. It is not yet working. Signed-off-by: Mauro Carvalho Chehab 2005-08-10 16:52 mchehab * cx88-video.c: - Added some comments about DMA stuff. - Removed obsolete code. * tea5761.c: - Removed an incorrect comment that cames from tea5767.c file. Signed-off-by: Mauro Carvalho Chehab 2005-08-10 03:50 mchehab * bttv-cards.c: - It removes occurence of pci_find_device (depreciated) in the kernel tree, replacing to to pci_get_device. Generated in 2.6.13-rc5-mm1 kernel version. Signed-off-by: Jiri Slaby Signed-off-by: Mauro Carvalho Chehab 2005-08-09 18:57 mchehab * cx88-input.c - Added support for remote control to Cinergy DVBT-1400. * ir-common.c, ir-common.h: - local var renamed from rc5 to a better name (ircode). - Added a new NEC protocol based on pulse distance. Signed-off-by: Uli Luckas Signed-off-by: Mauro Carvalho Chehab 2005-08-07 17:35 mchehab * cx88-tvaudio.c: - Support for BTSC improved. Signed-off-by: Torsten Seeboth Signed-off-by: Mauro Carvalho Chehab 2005-08-07 16:57 mchehab * cx88-tvaudio.c: - some clean up in cx88-tvaudio.c - replaced hex values when writing to AUD_CTL to EN_xx for better reading. - Moved writing to register AUD_CTL from "set_audio_start" to "set_audio_finish". - Changed the order of writing Lang2 to work correctly - Added an "#if 0" to comment out existing code in "cx88_get_stereo" because simply reading from register "AUD_STATUS" is _not_ enough to auto-detect btsc-sap, dual-fm-stereo or nicam. It is simply not working. - Using "EN_A2_AUTO_STEREO" does not work. - Allow select by hand between Mono, Lang1, Lang2 and Stereo. - *Bad side effect* is now if I'm selecting for example stereo but it is not supported from tv-channel I'm currently receiving loud noise. Signed-off-by: Torsten Seeboth Signed-off-by: Mauro Carvalho Chehab 2005-08-07 09:16 mkrufky * cx88-dvb.c, cx88-cards.c, tuner-core.c: - Enable ATSC support for DViCO FusionHDTV5 Gold. Signed-off-by: Mac Michaels Signed-off-by: Michael Krufky 2005-08-06 14:51 mkrufky * tda9887.c: - Correct the deemphasis for NTSC to 75us. Signed-off-by: Mac Michaels Signed-off-by: Hermann Pitton Signed-off-by: Michael Krufky 2005-08-05 08:26 mkrufky * cx88-cards.c: - Corrected GPIO values for cards #28 & #31 for s-video and composite. - added tda9887_conf to DViCO FusionHDTV5 Gold (card #31). Signed-off-by: Michael Krufky 2005-08-04 04:00 nshmyrev * saa7134-card.c, saa7134.h, tuner.h, tuner-simple.c: - Add new Digimatrix card and LG TAPC Mini tuner for it Signed-off-by: Hermann Pitton 2005-08-04 03:29 mkrufky * cx88-cards.c: - Corrected GPIO values based on regspy for the following cx88 cards: card=28 DViCO FusionHDTV3 Gold-T card=31 DViCO FusionHDTV5 Gold No noticeable change in behavior. Signed-off-by: Michael Krufky 2005-08-04 00:51 mchehab * bttv-driver.c: - New debug warn when no_overlay active. Signed-off-by: Mauro Carvalho Chehab 2005-08-03 21:10 mchehab * bttv-cards, bttv-driver.c: - no_overlay type changed to int. Signed-off-by: Mauro Carvalho Chehab 2005-08-03 20:39 mkrufky * bttv-cards.c: - Better wording in debug messages for no_overlay. Signed-off-by: Michael Krufky 2005-08-03 20:16 mchehab * bttv-cards.c, bttv-driver.c: - no_overlay now behaves as described on docs. * doc/insmod-options: - no_overlay flag description updated. Signed-off-by: Mauro Carvalho Chehab 2005-08-03 19:38 mchehab * bttv-driver.c: - Debug messages for no_overlay improved. Signed-off-by: Mauro Carvalho Chehab 2005-08-03 12:16 nshmyrev * tveeprom.c: - Resolve more tuner types. Signed-off-by: Hermann Pitton 2005-08-03 03:19 mchehab * scripts/buildpatch: - treating MM_KERNEL as non-mm. * bttv-cards.c,bttv-driver.c: - no_overlay bttv insmod parameter now works. Signed-off-by: Michael Krufky Signed-off-by: Mauro Carvalho Chehab 2005-08-01 16:36 mkrufky * bttv-cards.c: - Fixed audio GPIO on DViCO FusionHDTV5 Lite, bttv card # 0x87. Analog functions on this board are now fully supported. Signed-off-by: Michael Krufky 2005-08-01 02:56 mchehab * tea5767.c: - tea5767 autodetection fixed. Signed-off-by: Mauro Carvalho Chehab 2005-07-31 20:40 mkrufky * Makefile, scripts/merge-trees.sh, scripts/unmerge-trees.sh: - Better method for Makefile to detect compilation against -mm tree. Thanks to Sam Ravnborg Signed-off-by: Michael Krufky 2005-07-31 12:07 mchehab * tea5767.c: - removed #if 1 from newer tea autodetection code. Signed-off-by: Mauro Carvalho Chehab 2005-07-30 19:40 mkrufky * bttv-driver.c, msp3400.c, tda9887.c, tuner-core.c: * Makefile, scripts/merge-trees.sh, scripts/unmerge-trees.sh: - Fix cvs compile to work for both latest -linus and -mm trees. Signed-off-by: Michael Krufky 2005-07-30 16:17 mkrufky * cx88-dvb.c, scripts/merge-trees.sh, scripts/unmerge-trees.sh: - Fix cvs compile for 2.6.13 Signed-off-by: Michael Krufky 2005-07-29 12:45 mchehab * bttv-cards.c: - Acorp Y878F PCI identifier corrected. Board has radio. Signed-off-by: Mauro Carvalho Chehab 2005-07-29 05:10 mkrufky * Makefile, scripts/merge-trees.sh, scripts/unmerge-trees.sh: - Include logic to detect merged dvb/v4l cvs trees using tree merging scripts, adding DVB_CVS to EXTRA_CFLAGS. Signed-off-by: Michael Krufky 2005-07-28 18:29 mchehab * bttv-cards.c, bttv.h, doc/CARDLIST.bttv: - tuner_addr added. - Added support for Acorp Y878F card. - some spaces used for identation replaced by tabs. * doc/CARDLIST.tuner,tuner-simple.c,tuner.h: - Added support for tuner Ymec TVF66T5-B/DFF Signed-off-by: Mauro Carvalho Chehab 2005-07-28 18:17 mkrufky * bttv.h, bttv-cards.c: - #define BTTV_ADLINK_RTV24 corrected from 0x85 --> 0x86 Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Michael Krufky 2005-07-28 18:19 mchehab * tuner-core.c: - BTTV does generate some Unimplemented IOCTL log: 0x40046d11(dir=1,tp=0x6d,nr=17,sz=4) means that it is sending MSP3400 calls to non-msp3400 tuners. Warning eliminated. VIDIOSAUDIO is also called. debug messages updated. It is still requiring IOCTL implementation. Signed-off-by: Mauro Carvalho Chehab 2005-07-28 05:19 mkrufky * bttv-cards.c, bttv.h: - Added card DViCO FusionHDTV5 Lite. Signed-off-by: Michael Krufky 2005-07-27 18:47 mkrufky * cx88-dvb.c: - Correct PLL programming for FusionHDTV5 Gold. Signed-off-by: Michael Krufky 2005-07-27 09:58 mchehab * tea5767.c: - tea5767_autodetection improved. Newer code works with CX88. Should be tested with other chipsets tea5767_tuner_init doesn't probe tuner anymore, allowing forcing tuner to 5767. * tuner-core.c: - Debug messages simplified to allow printing on one 80 char line. Signed-off-by: Mauro Carvalho Chehab 2005-07-27 04:46 mkrufky * Makefile: - Include logic to detect compilation against -mm kernels, adding MM_KERNEL to EXTRA_CFLAGS. This test will be available in -mm kernels 2.6.13-rc3-mm2 and later. Signed-off-by: Michael Krufky 2005-07-27 02:42 mchehab * tuner-core.c: - Add new parameter to help identify radio chipsets: show_i2c=1 will show 16 reading bytes from detected tuners. * tea5767.c: - Improved autodetection code commented. Sometimes, it doesn't work. Signed-off-by: Mauro Carvalho Chehab 2005-07-27 02:01 mkrufky * cx88-mpeg.c: - convert ugly if-else statement to switch-case. Signed-off-by: Michael Krufky 2005-07-27 01:41 mkrufky * cx88-mpeg.c: - update for FusionHDTV 5 Gold. Signed-off-by: Michael Krufky 2005-07-26 10:36 mchehab * tea5767.c: - tea5767_autodetection improved. It requires more testing. Signed-off-by: Mauro Carvalho Chehab 2005-07-26 05:46 mkrufky * cx88-dvb.c: - adapt lgdt330x calls to structural changes within lgdt330x driver. - add testing code for FusionHDTV5 Gold ATSC support. .dvb is #if 0'd in cx88-cards.c It will be enabled after successful testing w/ hw. Signed-off-By: Mac Michaels Signed-off-by: Michael Krufky 2005-07-25 17:29 mchehab * msp3400.c: - try_to_freeze moved to the right place. * tvaudio.c: - Tvaudio lacks a refrigerator call. This patch fixes that. Signed-off-by: Michael Krufky Signed-off-by: Nigel Cunningham Signed-off-by: Mauro Carvalho Chehab 2005-07-25 05:12 mkrufky * cx88-dvb.c, cx88-i2c.c, Makefile: - Undo accidental change in previous commit. Signed-off-by: Michael Krufky 2005-07-25 05:06 mkrufky * cx88-dvb.c, cx88-i2c.c, Makefile: * scripts/merge-trees.sh, scripts/unmerge-trees.sh: - Rename lgdt3302 to lgdt330x. Signed-off-by: Michael Krufky 2005-07-24 22:08 mkrufky * cx88-dvb.c, saa7134-dvb.c, Makefile: - The #define CONFIG_DVB_* are actually CFLAGS set by Makefile. CONFIG_* namespace is reserved for Kconfig. This renames them back to HAVE_*. Signed-off-by: Michael Krufky 2005-07-24 19:02 mkrufky * cx88-dvb.c: - Added DVB card setup for DViCO FusionHDTV5 Gold using TUA6034 pll. This code is currently #if 0. It will be enabled when lgdt3303 (or lgdt330x) is ready. Signed-off-by: Michael Krufky 2005-07-24 17:39 mkrufky * cx88-cards.c, cx88.h, tuner-simple.c, tuner.h: - Added analog support for DViCO FusionHDTV5 Gold. Signed-off-by: Michael Krufky 2005-07-23 09:49 mkrufky * cx88-dvb.c, saa7134-dvb.c: * scripts/merge-trees.sh, scripts/unmerge-trees.sh: - fix compilation warning for missing lgdt3302 when compiling against kernel 2.6.12 without DVB tree. - replaced #IF CONFIG_DVB_* with #IFDEF CONFIG_DVB_* - include linux/config.h - Let kconfig / Makefile decide to include frontend-specific code. (Properly functioning now) Signed-off-by: Michael Krufky 2005-07-22 16:27 mkrufky * tveeprom.c: - Recognize the MFPE05-2 Tuner. - Setting confirmed by Hauppauge Tech Support. Signed-off-by: Graham Bevan Signed-off-by: Michael Krufky 2005-07-22 05:07 mkrufky * cx88-video.c: - It is importand to write at first to MO_GP3_IO, see datasheet on page 77: "2.3.3 GPIO Normal Mode". Importand is Bit 25 (GP3_MODE), or it is already done in file "cx88-video.c" at "static int video_mux(struct cx8800_dev *dev, unsigned int input)". From: Torsten Seeboth Signed-off-by: Michael Krufky 2005-07-22 03:51 mkrufky * scripts/merge-trees.sh: - New script to symlink DVB frontend code from dvb-kernel cvs tree into patched video4linux cvs tree for testing and development across both trees. * scripts/unmerge-trees.sh: - New script to be run after development, and before generating patches or making cvs commits. This removes the symlinks to the frontend code, and reverts the patch to the video4linux tree created by merge-trees.sh . * saa7134-i2c.c: - Removed trailing whitespace. Signed-off-by: Michael Krufky 2005-07-22 00:50 mkrufky * Makefile: - Restore EXTRA_CFLAGS for DVB frontends previously removed in error. These flags do not determine whether frontends are built, instead they determine whether support for compatability with certain frontends is built-into cx88-dvb.c and saa7134-dvb.c . With all of these flags not set, both cx88-dvb and saa7134-dvb will report that the frontend is not supported, no matter what frontend is present. Both lgdt3302 and tda1004x are disabled within cx88-dvb and saa7134-dvb, respectively, for kernel versions less than 2.6.13. Signed-off-by: Michael Krufky 2005-07-21 21:53 mkrufky * tveeprom.c, tveeprom.h: - make two needlessly global structs static. - #if 0 the EXPORT_SYMBOL'ed but unused function tveeprom_dump. Signed-off-by: Adrian Bunk 2005-07-21 21:08 hhackmann * saa7134-i2c.c: - Ensure a sufficient I2C bus idle time between 2 messages Signed-off-by: Hartmut Hackmann 2005-07-20 08:03 mkrufky * cx88-cards.c: - Add support for the SVideo input on the GDI Black Gold. From: Peter Missel Signed-off-by: Michael Krufky 2005-07-20 07:40 mkrufky * bttv-driver.c: - pci_dma_supported() is called after pci_set_dma_mask() which already did check that for us. The attached patch removes the unneeded call to pci_dma_supported() Signed-off-by: Tobias Klauser Signed-off-by: Michael Krufky 2005-07-20 05:35 mkrufky * cx88-dvb.c: - Removed unnecessary comment. Signed-off-by: Michael Krufky 2005-07-20 05:23 mkrufky * cx88-dvb.c: - Select the RF input connector based upon the type of demodulation selected. ANT RF connector is selected for 8-VSB and CABLE RF connector is selected for QAM64/QAM256. This only affects the cards that use the Microtune 4042 tuner. - This is patch #2 of a string of patches with counterparts in the dvb-kernel tree affecting lgdt3302.c and lgdt3302.h Signed-off-by: Mac Michaels Signed-off-by: Michael Krufky 2005-07-20 05:18 mkrufky * cx88-dvb.c: - Remove the dvb_pll_desc from the frontend and replace with a pll_set-callback to isolate the tuner programming from the frontend. - This is patch #1 of a string of patches with counterparts in the dvb-kernel tree affecting lgdt3302.c and lgdt3302.h Signed-off-by: Mac Michaels Signed-off-by: Michael Krufky 2005-07-19 18:18 mkrufky * bttv-cards.c: - Fix Bug 4395: modprobe bttv freezes the computer http://bugme.osdl.org/show_bug.cgi?id=4395. Date: Wed, 13 Apr 2005 03:20:08 Patch by Manu Abraham and Gerd Knorr: - Remove redundant bttv_reset_audio() which caused the computer to freeze with some bt8xx based DVB cards when loading the bttv driver. This patch must have gotten lost during the orphaned v4l days... Signed-off-by: Johannes Stezenbach Signed-off-by: Andrew Morton Signed-off-by: Michael Krufky 2005-07-16 00:00 mchehab * Makefile, cx88-dvb.c, saa7134-dvb.c: - Now compiling also with linux-2.6.12 version. Signed-off-by: Mauro Carvalho Chehab 2005-07-15 21:32 mchehab * videodev.h: - linux/version.h removed at linux-2.6.13-rc3-mm1. * bttv-driver.c,bttvp.h,cx88-alsa.c,cx88-blackbird.c,cx88-cards.c, cx88-core.c,cx88-dvb.c,cx88-i2c.c,cx88-mpeg.c,cx88-tvaudio.c, cx88-vbi.c,cx88-video.c,msp3400.c,mt20xx.c,saa6752hs.c, saa7134-cards.c,saa7134-core.c,saa7134-dvb.c,saa7134-empress.c, saa7134-i2c.c,saa7134-input.c,saa7134-oss.c,saa7134-ts.c, saa7134-tvaudio.c,saa7134-vbi.c,saa7134-video.c,tda8290.c, tda9887.c,tea5767.c,tea5761.c, tuner-core.c,tuner-simple.c, tvaudio.c,tvmixer.c,video-buf-dvb.c: - All these changes are to include compat.h to include linux/version.h when V4L is compiled standalone. * doc/README.saa7134, doc/not-in-cx2388x-datasheet.txt: - Removed trailing spaces. Signed-off-by: Mauro Carvalho Chehab 2005-07-15 20:31 mchehab * .bp/2.6/dvb-cx22702,.bp/2.6/dvb-mt352, .bp/2.6/dvb-or51132, dvb-pll.c,dvb-pll.h,lgdt3302.c,lgdt3302.h,lgdt3302_priv.h, mt352.c,mt352.h,mt352_priv.h,or51132.c,or51132.h,tda1004x.c, tda1004x.h: - DVB stuff. Removed from V4L tree. DVB support is only after 2.6.11 (Make.config). Kernel does provide interfaces. * .buildpatch: - Includes all V4L stuff. * compat.h: - Fixed a small bug when compiling with newer linux/version.h. * Makefile: - Modified to work without DVB code. * scripts/prepare-Changelog.pl: - New script to help adding a new log file. - To use, it is needed some env vars like these: export CHANGE_LOG_NAME="My Full Name" export CHANGE_LOG_EMAIL_ADDRESS="my_addr@my_provider.com" export CHANGE_LOG_LOGIN="my_login" You can include it at .bashrc, .profile or .bash_profile Signed-off-by: Mauro Carvalho Chehab 2005-07-15 20:08 mchehab * bttv-driver.c, msp3400.c, tda9887.c, tuner-core.c: - driver.suspend API modified at 2.6.13-rc3-mm1. - Warnings removed when compiling against 2.6.13-rc3-mm1. Signed-off-by: Mauro Carvalho Chehab 2005-07-15 20:04 mchehab * cx88-dvb.c: - Fix corrected. Signed-off-by: Patrick Boettcher Signed-off-by: Mauro Carvalho Chehab 2005-07-15 12:35 mchehab * cx88-dvb.c: - The output_mode needs to be set for the Hauppauge Nova-T DVB-T (cx88-dvb.c) for versions after 2.6.12. Signed-off-by: Patrick Boettcher Signed-off-by: Andrew Morton Signed-off-by: Mauro Carvalho Chehab 2005-07-14 03:02 mchehab * tea5767.c: - Newer tea autodetection code is not stable. Restaured old behavior. * tuner-core.c: - new option no_autodetect to disable tuner autodetection codes. Signed-off-by: Mauro Carvalho Chehab 2005-07-14 01:20 mkrufky * lgdt3302.c: - fix QAM lock bug. Previously, it was necessary to first scan in VSB before attempting to get a QAM lock. Signed-off-by: Mac Michaels Signed-off-by: Michael Krufky 2005-07-13 17:11 mchehab * bttvp.h,cx88.h,dpl3518.c,ir-common.c, ir-common.h, saa7134.h, tveeprom.c, v4l1-compat.c, v4l2-common.c: - linux/version.h removed. - incremented versions for CX88, BTTV and SAA7134. * compat.h: - Included linux/version.h. Signed-off-by: Mauro Carvalho Chehab 2005-07-13 13:22 mchehab * tea5761.c: - New tea chip added. Still needs testing and integration. Doesn't hurt CVS freeze, since it is not being compiled. Signed-off-by: Mauro Carvalho Chehab 2005-07-13 10:06 mchehab * tea5767.c: - Fixed newer tea autodetection code. * tuner-core.c: - unimplemented IOCTL msg now is clearer for developers. Signed-off-by: Mauro Carvalho Chehab 2005-07-13 10:06 mchehab * tea5767.c: - Improved tea autodetection to avoid troubles with other tuners. - Eliminated some precision small troubles. - Some debug messages fixed. Signed-off-by: Mauro Carvalho Chehab 2005-07-13 09:06 mchehab * cx88-video.c: - After changing channels, reconfigure audio parameters. Signed-off-by: Mauro Carvalho Chehab 2005-07-12 15:39 mkrufky * cx88-dvb.c, saa7134-dvb.c: - Always include dvb frontend code for hybrid cx88 and saa7134 boards. A previous change breaks hybrid v4l/dvb boards in 2.6.13-rc2-mm2. This fixes the bug. We will have to figure out something better in the future. Signed-off-by: Michael Krufky 2005-07-12 04:06 mkrufky * lgdt3302.c: Older gcc's can't do that. Cc: Mac Michaels Cc: Michael Krufky Signed-off-by: Andrew Morton 2005-07-11 23:56 mkrufky * lgdt3302.c: - Initialize all non mutually exclusive variables without regard to the mode selected. - Do a software reset each time the parameters are set, regardless of whether anything changes. This may allow an application to recover from a hung condition. - Improved error reporting according to a comment seen about the lgdt3303 code. Signed-off-by: Mac Michaels Signed-off-by: Michael Krufky 2005-07-08 20:17 mchehab * tda8290.c: - Reverted tda8290 patch to correct radio behavior. * saa7134-boards.c: - spaces used for indent replaced by tabs. Signed-off-by: Mauro Carvalho Chehab 2005-07-08 13:20 mchehab * tuner-core.c: -removed old comment. * .bp/2.6/saa7134-update: - Commented more stuff already at dvb-saa7134 Signed-off-by: Mauro Carvalho Chehab 2005-07-07 23:32 mchehab * .bp/2.6/saa7134-update: - Commented some stuff already at dvb-saa7134 Signed-off-by: Mauro Carvalho Chehab 2005-07-07 19:20 mchehab * tuner-core.c: - Comment changed to express better when attach_inform is running - set_freq removed from set_mode. Signed-off-by: Mauro Carvalho Chehab 2005-07-07 16:42 mchehab * ir-kbd-i2c.c: - Some changes to comply with CodingStyle: // comments converted to /* */ Signed-off-by: Mauro Carvalho Chehab 2005-07-07 14:42 mchehab * ir-common.c, cx88-input.c: - Some changes to comply with CodingStyle: Obvious stuff eliminated. // comments converted to /* */ Signed-off-by: Mauro Carvalho Chehab 2005-07-07 14:15 mchehab * cx88-core.c, cx88-mpeg.c, cx88-video.c, cx88.h: - Some debug structs moved to their own .c file and converted to static - some // comments converted to #if 0 * cx88-mpeg.c: - Small cleanup for thinks like 0<<14 Signed-off-by: Mauro Carvalho Chehab 2005-07-07 14:00 mchehab * scripts/buildpatch: - Added code to eliminate #if 0 and #if 1 when submiting pathes to new kernel. * cx88-video.c,cx88-tvaudio.c: - Nexted #if 0 commented (it breaks buildpatch) * cx88-reg.h: - Changed comment location to remove it from kernel patch * cx88-input.c: - "Linux indented" using Lindent. - Useless comments removed. - // coments changed to /* */ Signed-off-by: Mauro Carvalho Chehab 2005-07-07 13:08 mchehab * scripts/buildpatch: - Added code to eliminate BTTV check version when submiting pathes to new kernel. Signed-off-by: Mauro Carvalho Chehab 2005-07-07 03:38 mkrufky * lgdt3302.c: - Remove #include . Signed-off-by: Michael Krufky 2005-07-07 03:01 mchehab * tuner-core.c,tea5767.c: - T_STANDBY now is tuner.mode instead of tuner.mode_mask. This way, mode_mask is changed only when calling set_type. Signed-Off-By: Nickolay V. Shmyrev Signed-off-by: Mauro Carvalho Chehab 2005-07-07 02:41 mchehab * tuner-core.c: - Fix setting of VIDEO_TUNER_LOW in v4l1 mode with radio. Signed-Off-By: Nickolay V. Shmyrev Signed-off-by: Mauro Carvalho Chehab 2005-07-06 21:44 mkrufky * lgdt3302.c: - Fix bug in lgdt3302_read_status to return correct FE_HAS_SIGNAL and FS_HAS_CARRIER status. * msp3400.c, saa7134-cards.c, saa7134-i2c.c: * tuner-simple.c, video-buf-dvb.c: - Remove trailing whitespace. Signed-off-by: Mac Michaels Signed-off-by: Michael Krufky 2005-07-07 01:44 nshmyrev * tuner-simple.c: - Use 50 kHz step when tunning radio for most tuners. Signed-Off-By: Nickolay V. Shmyrev 2006-07-06 19:58 nshmyrev * msp3400.c video-buf-dvb.c: - Fix build with 2.6.13. * cx22702.c: - Remove unused field id that cause build problems. Signed-Off-By: Nickolay V. Shmyrev 2005-07-06 09:37 mchehab * tuner-core.c: - Cleanup patch at tuner-core.c reverted. Radio is working again. Signed-off-by: Mauro Carvalho Chehab 2005-07-06 02:01 mkrufky * lgdt3302.c: - Removed #if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,10). Signed-off-by: Michael Krufky 2005-07-06 03:33 mchehab * tuner-core.c, tea5767.c: - Corrected some bugs at radio, but radio still broken. Signed-off-by: Mauro Carvalho Chehab 2005-07-05 15:32 mkrufky * cx88-mpeg.c, doc/not-in-cx2388x-datasheet.txt: - Correct sync byte for MPEG-2 transport stream packets. All DVB compliant frontends output packets with this start code. Thanks to Johannes Stezenbach and Mac Michaels. Signed-off-by: Michael Krufky 2005-07-05 21:36 nshmyrev * bttv-driver.c, saa7134-cards.c, tuner-core.c, tea5767.c: * tuner-simple.c, saa7134-core.c, cx88-core.c: Rename tuner structures fields. Move MD detection hack to saa7134-cards.c 2005-07-04 18:23 nshmyrev * tuner-core.c: - Fix setting of VIDEO_TUNER_LOW in v4l1 mode with radio. 2005-07-04 15:23 mkrufky * cx88-cards.c, cx88-dvb.c, cx88-mpeg.c: * dvb-pll.c, dvb-pll.h: - Add DVB support for DViCO FusionHDTV3 Gold-T. Signed-off-by: Michael Krufky 2005-07-04 17:02 mchehab * saa7134-i2c.c: - specifying tuner type by parameter was not working. fixed. Signed-off-by: Mauro Carvalho Chehab 2005-07-04 11:47 mkrufky * Makefile, saa7134-dvb.c: - Let Kconfig decide whether to include frontend-specific code in saa7134-dvb. * cx88-video.c: - added missing contrast offset value, set to 0. Signed-off-by: Michael Krufky 2005-07-03 21:11 mkrufky * Makefile, cx88-dvb.c: - Let Kconfig decide whether to include frontend-specific code in cx88-dvb. Signed-off-by: Michael Krufky 2005-07-03 18:30 mchehab * tuner-core.c: - Added some comments about I2C working mode. - Frequency initialized for radio and TV. * cx88-video: - It calls VIDIOC_G_FREQUENCY to get tuner freq from tuner. Signed-off-by: Mauro Carvalho Chehab 2005-07-03 13:40 mchehab * bttv-i2c.c, cx88-i2c.c, saa7134-i2c.c: - I2C cleanups. Now, all drivers uses the same basic structure. * cx88-video.c: - Duplicated code commented. Should be removed soon. Signed-off-by: Mauro Carvalho Chehab 2005-07-03 00:55 mchehab * tuner-core.c: - Reintroduced check for is_stereo pointer eliminated on previous cleanup. Signed-off-by: Mauro Carvalho Chehab 2005-07-03 04:19 nshmyrev * Make.config, tuner-core.c, tuner.h: - Finish previous cleanups 2005-07-02 19:20 nshmyrev * bttv-cards.c, bttv-i2c.c, cx88-i2c.c, cx88-video.c: * saa7134-cards.c, saa7134-core.c, saa7134-i2c.c: * tuner-core.c, tuner.h: Rename v4l2_tuner field in tun_addr structure. Cleanup tuner private calls. Signed-Off-By: Nickolay V. Shmyrev 2005-07-02 19:17 nshmyrev * Make.config: - Fix check for newer kernel to compile dvb modules. * tea5767.c, tuner-core.c, tuner.h, tuner-simple.c, scripts/cardlist: - Cleanup code a bit * msp3400-old.c, vbi, tda9887.h: - Remove unused files Signed-Off-By: Nickolay V. Shmyrev 2005-06-01 21:38 mchehab * tuner-core.c: - It looks that I2C trouble was fixed. Still requires futher analysis. Signed-off-by: Chris Pitchford Signed-off-by: Mauro Carvalho Chehab 2005-06-01 20:40 mchehab * tuner-core.c: - it is printk, not dprintk! Fixed. - new debug info when tuner is specified as tea5767 but autodetection doesn't recognize. Signed-off-by: Mauro Carvalho Chehab 2005-06-01 18:37 mchehab * tuner-core.c: - Added a code to avoid I2C early announce. Signed-off-by: Mauro Carvalho Chehab 2005-06-01 12:09 mchehab * tuner-core.c: - new debug info; - reincluded type=t->type when I2C is not yet registred. Signed-off-by: Mauro Carvalho Chehab 2005-06-01 12:09 mchehab * tuner-core.c: - Fixed a race condition at I2C implementation. Signed-off-by: Mauro Carvalho Chehab 2005-07-01 08:02 mkrufky * cx88-cards.c, cx88-dvb.c, cx88.h: * doc/CARDLIST.cx88: - Add support for TerraTec Cinergy 1400 DVB-T. Signed-off-by: Uli Luckas Signed-off-by: Michael Krufky 2005-07-01 12:12 nshmyrev * tuner-core.c: - Add option to resolve secam norm in tuner. Signed-Off-By: Nickolay V. Shmyrev 2005-07-01 12:09 nshmyrev * saa7134-cards.c, saa7134-core.c, saa7134.h: - Remove irq2_mask field from saa7134_dev structure. Collect all the bits needed in saa7134_hwinit2() instead. Signed-Off-By: Michael Tokarev 2005-06-29 17:18 mchehab * tuner-core.c: - Included two new debug msgs for showing I2C set_type calls when tuner_debug is on. Signed-off-by: Mauro Carvalho Chehab 2005-06-29 17:18 mchehab * tuner-core.c: - Removed debug info. Signed-off-by: Mauro Carvalho Chehab 2005-06-29 16:37 mchehab * tuner-core.c, tuner.h, tea5767.c: - Fixed bugs at TEA5767 autodetection code - New debug code for identifying calls to set_type before I2C ok. Signed-off-by: Mauro Carvalho Chehab 2005-06-29 09:37 mchehab * tuner-core.c: - Idented according with Linux standards - check_mode debug msg fixed - out of range debug messages fixed - standby mode support implemented - new macro: set_type disables other tuner when changing mode. * tea5767.c: - Idented according with Linux standards - some debug messages only with tuner_debug=1 - standby mode implemented Signed-off-by: Mauro Carvalho Chehab 2005-06-29 02:42 mchehab * tuner-core.c: - Corrected trouble when changing to radio mode Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Nickolay V Shmyrev 2005-06-28 16:15 mchehab * cx88-video.c: - Changed hue offset to 128 to correct its behavior. Now, 50% Hue means no offset, just like bt878 stuff. Signed-off-by: Michael Krufky Signed-off-by: Mauro Carvalho Chehab 2005-06-28 19:35 mkrufky * cx88-core.c, cx88-dvb.c, cx88-input.c: * lgdt3302.c, lgdt3302_priv.h, or51132.c: * saa7134-cards.c, saa7134-core.c: * saa7134-dvb.c, saa7134-i2c.c, saa7134-oss.c: * saa7134-tvaudio.c, saa7134-video.c: * tda8290.c, tea5767.c, tuner-simple.c: - Clean up ALL whitespace using scripts/strip-trailing-whitespaces.sh Signed-off-by: Michael Krufky 2005-06-28 09:04 mkrufky * lgdt3302.c: - Revert previous changes: The code was better off in it's original form. Signed-off-by: Michael Krufky 2005-06-28 09:04 mkrufky * lgdt3302.c: - Changed some code in preparation for merge into linux-tv cvs. Signed-off-by: Michael Krufky 2005-06-28 08:32 mkrufky * lgdt3302.c, lgdt3302.h: - more whitespace cleanups. Signed-off-by: Michael Krufky 2005-06-28 00:32 mkrufky * cx88-cards.c: - Fixed tab/spacing problems. * lgdt3302.c: - Updated comments. * tuner-simple.c: - Added newline for code style consistency. Signed-off-by: Michael Krufky 2005-06-28 03:18 mchehab * cx88-i2c.c, cx88-video.c, saa7134-i2c.c, tuner-core.c, tuner.h: - Improved support for multi tuners on multi boards. *tuner-core.c: - Pal M and PAL N added to tuner_fixup_std * tuner-simple.c: - Eliminated old tea code from tuner-simple. Signed-off-by: Mauro Carvalho Chehab 2005-06-27 18:58 mchehab * .bp/2.6/dvb-cx22702: - cx22702.c,cx22702.h patch generation commented, since DVB project has updated it * .bp/2.6/dvb-pll: - dvb-pll.c,dvb-pll.h patch generation commented, since DVB project has updated it - Obs.: tda1004x.h and tda1004x.c are also from DVB project. Signed-off-by: Mauro Carvalho Chehab 2005-06-26 18:01 nshmyrev * tda8290.c: - Fix setting frequency on tda8290. Thanks to Fabien PERROT 2005-06-25 23:42 nshmyrev * saa7134-cards.c: - When switching external mux on mute, switch internal mux to TV. Thanks to Konrad Rzepecki 2005-06-23 12:24 mkrufky * scripts/buildpatch: - Produce diffstat before patch. - diffstat & patch to STDOUT. Signed-off-by: Michael Krufky 2005-06-22 23:00 nshmyrev * saa7134-cards.c, saa7134-input.c: - recover the original PAL tuner on Compro VideoMate Gold+ Pal - add remote support for Compro VideoMate gold+ II, Pal saa7134 chip Signed-off-by: Hermann Pitton 2005-06-22 23:20 mchehab * scripts/cardlist: - Script updated to strip tail spaces - Correclty generates a tuner number for tea chip * doc/CARDLIST.cx88, doc/CARDLIST.saa7134, doc/CARDLIST.tuner: - Card definitions updated. Signed-off-by: Mauro Carvalho Chehab 2005-06-22 22:47 mchehab * bttv-cards.c, cx88-core.c, cx88.h, v4l1-compat.c,doc/CARDLIST.bttv, doc/CARDLIST.saa7134, doc/Cards: - tail spaces removed. * cx88-core.c, cx88.h: - cx88_pci_irqs changed to static * doc/V4L1_API.html: - Now informs that it is obsolete. Signed-off-by: Mauro Carvalho Chehab 2005-06-22 16:00 nshmyrev * bttv-driver.h: - use DMA_32BIT_MASK. Thanks to domen@coderock.org. * tuner.h: - Remove unneeded set_tuner from tuner structure. * saa7134-cards.c, saa7134-tvaudio.c: patch to switch external mux on mute on some cards. * tuner-simple: - unify tuner list 2005-06-22 22:27 mchehab * Makefile: - Less verbose Signed-off-by: Mauro Carvalho Chehab 2005-06-22 15:50 mchehab * .bp/2.6/v4l-driver-doc, doc/API.html: - API.html added, pointing to V4L api at linuxtv. Signed-off-by: Mauro Carvalho Chehab 2005-06-21 22:50 hhackmann * tda1004x.c - added this file (copy from linuxtv DVB project) to make DVB-T for saa7134 work. * saa7134-dvb.c - don't turn off the xtal output of tda8274/75 in sleep mode. This might crash the channel decoder. Signed-off-by: Hartmut Hackmann 2005-06-21 15:45 mchehab * Makefile: - included a make rmmodules for removing modules from memory. it is not perfect, but helps debuging :-) * .bp/2.6/i2c-tuner: - tea filename corrected. Signed-off-by: Mauro Carvalho Chehab 2005-06-21 11:58 mkrufky * tuner-simple.c: - forgot to remove TUNER_TENA_9533_B in one location, fixed now. Signed-off-by: Michael Krufky 2005-06-21 15:45 mchehab *tuner-core.c: - some tuner_info msgs will be generated only if insmod opt tuner_debug enabled. *tea5767.c: - tuner_info msgs will be generated only if insmod tuner option tuner_debug enabled. - some cleanups for better reading. Signed-off-by: Mauro Carvalho Chehab 2005-06-21 10:51 mkrufky * tuner-simple.c, tuner.h, saa7134-cards.c: * CARDLIST.tuner: - Removed tuner#64 and consolidated into tuner#61, Appropriate comments added. Signed-off-by: Michael Krufky 2005-06-21 07:32 mkrufky * tuner-simple.c: - Fix UHF switch for tuner=61 & tuner=64. Signed-off-by: Hermann Pitton Signed-off-by: Michael Krufky 2005-06-21 02:04 mkrufky * cx88-dvb.c: - Fixed missing line in cx88-dvb.c Thanks to Didier Caillaud 2005-06-20 23:00 mkrufky * saa7134-cards.c, saa7134-input.c, saa7134.h: * tuner-simple.c, tuner.h: * doc/CARDLIST.saa7134, doc/CARDLIST.tuner: - Add new card entry: Kworld Xpert TV PVR7134 - Add new tuner entry: Tena TNF9533-B/DF Thanks to Hannibal - Replace // with /* */ - Fix tab/spacing problems Signed-off-by: Michael Krufky 2005-06-21 02:40 mchehab *tuner-core.c: - VIDIOCSTUNER removed. Signed-off-by: Mauro Carvalho Chehab 2005-06-20 18:04 mkrufky * saa7134-core.c: - Fix kernel compile error with CONFIG_MODULES=n Signed-off-by: Adrian Bunk 2005-06-20 14:14 mkrufky * lgdt3302.c: - Change lgdt3302 driver to return raw data for SNR. Signed-off-by: Mac Michaels Signed-off-by: Michael Krufky 2005-06-20 15:25 mchehab *tuner-core.c: - v4l2_tuner has three fields for audio mode: capability (bitmask, says what the hardware is able to do). rxsubchans (bitmask, which channels are available). audmode (enum, current mode). For radio seeing a stereo signal but sending mono the driver can simply set this: rxsubchans = V4L2_TUNER_SUB_MONO | V4L2_TUNER_SUB_STEREO; audmode = V4L2_TUNER_MODE_MONO; - VIDIOCSTUNER should not allow turning stereo/mono. Code commented. It will be removed soon. Signed-off-by: Gerd Knorr Signed-off-by: Mauro Carvalho Chehab 2005-06-20 00:49 mkrufky * lgdt3302.c: - fixed FEC error status Signed-off-by: Mac Michaels Signed-off-by: Michael Krufky 2005-06-19 22:55 mkrufky * cx88-cards.c, cx88-dvb.c, cx88-mpeg.c: * cx88-video.c, cx88.h, tuner.h: * doc/CARDLIST.cx88: - Fix DViCO Board names as per email from DViCO Systems Software Engineer Jeff Lee: "DTT7611 model is 3Gold-T ... Temic 4042 is the 3Gold-Q model." Signed-off-by: Michael Krufky 2005-06-19 23:53 mchehab * tea5767.c, tuner-core.c: - tea5767 autodetection code included. It uses the same approach as DScaler code. Signed-off-by: Mauro Carvalho Chehab 2005-06-19 14:41 mchehab * cx88-video.c, tea5767.c, tuner-core.c: - Changing radio mode stereo/mono for tea5767 working. - is not clear at V4L1 API if VIDIOCSTUNER can change to mono. support for changing implemented anyway to allow radio st/mono switch. - Issue to solve: tea indicates stereo even when switched to mono. Signed-off-by: Mauro Carvalho Chehab 2005-06-19 14:41 mchehab * tuner-core.c: - VIDIOCSTUNER ioctl implemented. Signed-off-by: Mauro Carvalho Chehab 2005-06-19 14:41 mchehab * cx88-video.c, tea5767.c, tuner-core.c, tuner.h: - Added initial support for changing radio mode stereo/mono for tea5767 Signed-off-by: Mauro Carvalho Chehab 2005-06-19 14:41 mchehab * tuner.h, tuner-core.c: - Implemented tuner-core support for VIDIO_S_TUNER - It can be used by changing mono/stereo mode Signed-off-by: Mauro Carvalho Chehab 2005-06-19 13:45 mchehab * Makefile: - make install now remove old installs at /lib/modules//v4l - make v4l_install now remove kernel modules Signed-off-by: Mauro Carvalho Chehab 2005-06-19 11:43 nshmyrev * saa7134-cards.c, saa7134.h: - Add new card entry for Compro VideoMate TV Gold+II. Thanks to Elshin Roman 2005-06-18 19:40 mchehab * Makefile: - make install now installs file over old 2.6 files - make v4l_install added for old behavior Signed-off-by: Mauro Carvalho Chehab 2005-06-18 14:18 mkrufky * cx88-cards.c: - Remove CABLE type setting from DViCO FusionHDTV3 Gold-T. Signed-off-by: Michael Krufky 2005-06-18 09:46 nshmyrev * dpl3518.c, msp3400-old.c, msp3400.c, saa6752hs.c, tda9887.c: * tuner-core.c, tvaudio.c, tveeprom.c: - Up requirement on kernel version to remove normal_i2c_range. Actually it gives nothing, only remove unused static structure so it's used as a reminder. - Fix compilation. 2005-06-18 09:06 nshmyrev * tuner-core.c, tuner-simple.c, tda8290: - Move PHILIPS_FMD initialization code to set_type function, - Fix dumb error in tda8290 tunning. 2005-06-17 23:54 mkrufky * video-buf-dvb.c, video-buf-dvb.h: - Allow backwards compatability with kernels before 2.6.12 * tuner.h - ad $id Signed-off-by: Michael Krufky 2005-06-18 00:00 nshmyrev * Make.config, Makefile, cx88-core.c, cx88-video.c: * cx88.h, msp3400.c, saa6752hs.c: * tda9887.c, tuner-core.c, tvaudio.c, tveeprom.c: - Remove unneeded config options. Now I2C_CLIENT_MULTI and I2C_NORMAL_RANGE is checked on the fly. 2005-06-17 23:54 nshmyrev * videodev2.h: - Add Philips Webcam format. Request from Luc Saillard . 2005-06-17 23:40 nshmyrev * saa7134-video.c: - Fix nicam detection on saa7134 cards. 2005-06-17 14:44 mkrufky * Make.config: - Allow DVB to compile if kernel is later than 2.6.10 * Makefile, cx88-cards.c, cx88-dvb.c: * cx88-i2c.c, cx88-mpeg.c, dvb-pll.c: * dvb-pll.h, lgdt3302.c, lgdt3302.h, lgdt3302_priv.h: - added support for LGDT3302 demod for cx88 cards: DViCO FusionHDTV 3 Gold Signed-off-by: Mac Michaels Signed-off-by: Michael Krufky 2005-06-17 16:50 mchehab * tda1004x.h: - added to allow compiling saa7134-dvb.c 2005-06-17 18:51 nshmyrev * saa7134-cards.c: - Fix detection of ADS PCI saa713x. 2005-06-17 12:25 mchehab * saa6752hs.c: - Changed struct to be compatible with older gcc's Thanks to Andrew Morton 2005-06-17 00:00 mchehab * cx88-video.c: - Fixes a bug on VIDEO_G_FREQUENCY that avoids it to report frequency. 2005-06-17 00:00 nshmyrev * bttv-driver.c, bttvp.h: - New bttv module params: - uv_ratio : allow a ratio of saturation between u and v. If you have a ratio of 40 and a saturation of 100, usat will be 80 and vstat 120. Useful to correct a bad color balance. - full_luma_range : provide a better contrast in using the full range 0-253 of values instead of 16-253. - coring : to have a better black level. Thanks to Sylvain Meyer 2005-06-16 21:13 mchehab * cx88-video.c, saa7134-video.c, bttv-driver.c: - radio range is now defined on tuner-core.c. Cleaning up. 2005-06-15 11:58 nshmyrev * mt20xx.c, tda9820.c, tuner-core.c, tuner-simple.c: - Make all radio tuners use CAP_LOW by default. 2005-06-15 13:50 mkrufky * Make.config: - Undo unintentional change made in previous commit 2005-06-15 13:10 mkrufky * tuner.h, tuner-simple.c: - Move TUNER_PHILIPS_FMD1216ME_MK3 to tuner #63 to correct duplicate tuner #58 problem * saa7134-cards.c: - Remove duplicate entry for AVERMEDIA_307 * saa7134-video.c: - set video_v_start also for PAL_60 to line 23 and only line 23. Thanks to Hermann Pitton Signed-off-by: Michael Krufky 2005-06-15 02:14 mchehab * Make.config, Makefile, tuner-core.c: - CONFIG_TUNER_MULTI_I2C dropped from tuner-core.c and included on Make.config - included CONFIG_USE_I2C_RANGE for kernels that requires normal_i2c_range struct (only kernels after 2.6.12-rc6-mm1 doesn't require). * bt832.c, msp3400.c, saa6752hs.c, tda7432.c, tda9875.c, tda9887.c, tuner-core.c,tvaudio.c, tveeprom.c, - I2C range detection corrected to new behavior of 2.6.12-rc6-mm1 * cx88-video.c, tea5767, tuner-core.c: - V4L2_TUNER_CAP_LOW implemented according with V4L2 API for Radio. - tea5767 debug improved. * .bp/2.6/v4l-driver-doc - typo corrected. 2005-06-14 04:08 hackmann * saa7134-cards.c saa7134.h: - added entry for Philips TOUGH Reference design - added code to turn the fan of the Lifeview and Typhoon cardbus nodules on - corrected Lifeview Cardbus entries - corrected Medion MD7134 entries * saa7134-core.c: - distinguish the different variants of the Medion MD7134 modules via eeprom * saa7134-dvb.c: - DVB-T support for MD7134 cardbus and the PCI variants - initial DVB-T support for Lifeview Flydvb-t duo - DVB-T support for Philips TOUGH reference design * saa7134-ts.c: - fixed minor bug in DMA IRQ handler * saa7134-video.c: - turn off planar mode at video release (would break DVB) - put tda8290 and tda8275 to sleep at video release to save power - special FM stereo configuration for FMD1216 tuner * tda8290.c: - initialize tuner to sleep mode to save power * tda9887.c audiochip.h: - special FM stereo configuration for FMD1216 tuner via i2c client call * tuner.h tuner-core.c tuner-simple.c: - support for Philips FMD12ME hybrid tuner - allow to initialize with another tuner * video-buf-dvb.c video-buf-dvb.h: - adapt to dvb core change in 2.6.12-rc4 2005-06-13 04:08 hackmann * saa7134-tvaudio.c saa7134-ossc: - corrected off by 1 error in DMA memory allocation - corrected oss sound routing for saa7134 and saa7133 2005-06-13 19:57 nshmyrev * bttvp.h: - Fix gcc 4.0 compilation * cx88-input.c: - Add remote IR support for MSI TV@nywhere. Thanks to Jorik Jonker 2005-06-13 13:00 nshmyrev * saa7134-cards.c, caa7134.h, doc/README.saa7134: Mark all 7135 cards as 7133. Thanks to hermann pitton 2005-06-13 12:38 nshmyrev * saa7134-cards.c, saa7134-dvb.c, saa7134.h: - Add new Typhoon DVB-T Cardbus. Thanks to Juergen Orschiedt cx88-core.c: - Fix compilation with gcc4.0 2005-06-13 03:24 nshmyrev * cx88-cards.c. cx88-input.c: - Add support for ADS Tech Instant TV DVB-T PCI. Thanks to Benoît Laniel . 2005-06-13 03:08 nshmyrev * saa7134-card.c: - Updated entry for Avermedia Cardbus E500. Thanks to Kees Blom . 2005-06-12 04:08 mchehab * audiochip.h, compat.h, cx22702.h, cx88-core.c, cx88-dvb.c, cx88-i2c.c, cx88-vbi.c, cx88-video.c, dpl3518.c, dpl3518.h, i2c-compat.h, id.h, msp3400.h, or51132.c, or51132.h, plx9054.h, rds-saa6588.c, saa7134-dvb.c, tda7432.c, tda9875.c, tvaudio.c, tveeprom.h, tvmixer.c, v4l1-compat.c, video-buf-dvb.h: - Minor changes to synchronize with -mm series; - PAL-60 code maintained for SAA7134. However, -mm has different values; - Now, every .c or .h file has cvs field ID. 2005-06-12 01:35 mchehab * tuner-core.c: - Solved a problem when compiling with some versions of gcc - Solved a problem compiling without CONFIG_TUNER_MULTI_I2C * cx88-i2c.c, saa7134-i2c.c: - Make it compatible with kernel 2.6.12-rc6-mm1 2005-06-11 12:49 mchehab * README.patches: - Now reflecting wiki pages. Thanks to David Liontooth for helping with wiki page. 2005-06-10 23:49 nshmyrev * tuner-simple.c, tda9887.c: - Require audio gain in stereo mode to reduce noise, tuner_stereo now differently determine stereo presence for different tuners. 2005-06-10 17:15 mchehab * bttv-cards.c, bttv-driver.c, bttv-i2c.c: - Syncrhronized with linux-2.6.12-rc6-mm1. - Should compile cleanly with linux-2.6.11 also. * Makefile: - make snapshot now puts also ChangeLog-date at snapshot directory. 2005-06-10 10:52 mchehab * tuner-core.c: - Improved debug for radio/TV tuner calls. - Corrected set radio/TV mode calls to change status go to both tuners. - Improved V4L2_TUNER_CAP_LOW support (tv_range hack) * tea5767.c: - Included a new debug message. * cx88-video.c: - Enabled V4L2_TUNER_CAP_LOW to radio. 2005-06-09 11:47 mchehab * tuner_core.c, cx88-video.c: - Add initial support for V4L2_TUNER_CAP_LOW. - set_type call at set_addr fixed. 2005-06-08 14:00 mchehab * tuner-core.c - Add check code before using is_stereo. 2005-06-08 11:41 mchehab * .bp/2.6/i2c-tuner,.bp/2.6/v4l-driver-doc: - patch files for kernel 2.6 updated to reflect current changes. * .buildpatch: - included a default buildpatch for generating patches to 2.6 with all v4l code. 2005-06-08 01:25 mchehab * cx88-cards.c, cx88-core.c, cx88-i2c.c, cx88-video.c, cx88.h, tea5767.c, tuner-core.c, tuner-simple.c, tuner.h: - Improved radio tuner support. - There is a new option to cx88 radio=xxx,xxx,xxx for radio adapters; - cx88-boards now specifies radio_type, tuner_addr and radio_addr - ADDR_UNSET macro means find default radio/video tuner 2005-06-07 22:55 nshmyrev * v4l1-compat, tuner-core.c, tuner-simple.c, tda9887.c: - Make stereo/mono settings available from applications. 2005-06-07 21:45 nshmyrev * saa7134-cards.c, saa7134.h, saa7134-input.c: - Add new cards ADS Instant TV PCI (PTV-350) saa713x. Kworld/Tevion V-Stream Xpert TV-PVR 713x Thanks to Fabrice Aeschbacher and hermann pitton . - Fix for FlyView FM Mini 2005-06-06 02:40 mchehab * tea5767.c: - Frequency select now is correct for TEA5767_LOW_LO_32768 on PV Ultra Pro - Frequency is multiple of 62,5 Khz instead of 50Khz. This patch provides a table to increment at 50Khz - there are an odd table and an even table 2005-06-06 05:05 mchehab * doc/V4L2_API.html: - Included V4L2 API from http://v4l2spec.bytesex.org *doc/V4L1_API.html - Include Obsoleted V4L API from doc on kernel-2.6.12-rc5-mm2 2005-06-06 04:52 mchehab * tuner-core.c: - temporary debug log removed. 2005-06-06 04:52 mchehab * tea5767.c: - Implemented status dump information for debug - Signal strengh indication corrected - Mono/Stereo detection corrected * tuner-core.c: - Implemented radio stereo indication according w/ V4L and V4L2 API 2005-06-05 17:32 mchehab * tea5767.c, Makefile, tuner-core.c, tuner-simple.c, tuner.h: - Support for radio chip tea5767hn included. - It is used on several TV+FM cards, always at addr I2C 0xC0. 2005-06-05 06:52 mchehab * cx88-tvaudio.c, cx88.h: - deemphasis code implemented, but not used yet. Has to be defined an API for that. 2005-06-03 18:56 mchehab * cx88-cards.c: - PV Ultra Pro PCI ID was included by accident. Removed. * tuner-simple.c: - Ymec chipset now reflects Philips, instead of Temic. 2005-06-03 14:26 mchehab * cx88-cards.c: - changed tuner number by it's name as defined on tuner.h. * scripts/make_kern_diff.sh - now it also makes diff for include files. 2005-06-03 13:36 mchehab * cx88-blackbird.c: - Blackbird firmware API cleanup, symbolic constants for param values. - improved readability and comprehensibility for api calls. * cx88-cards.c: - PVR2000 & MEC gpio fixes. * cx88-tvaudio.c: - enable sound input from external adc * cx88-video.c: - initialize the hue, contrast and brightness controls to default values * cx88-mpeg.c: - s/cx_write/cx_set for MO_TS_INTMSK, MO_DEV_CNTRL2, MO_TS_DMACNTRL Thanks to Catalin Climov 2005-06-03 12:33 mchehab * cx88-cards.c, cx88.h, CARDLIST.cx88, CARDLIST.tuner, tuner-simple.c: - DViCO FusionHDTV3 Gold-Q renamed to Gold-T - adds (ATSC/NTSC) next to the Thomson DDT 7611 name. Thanks to Michael Krufky . 2005-06-01 20:21 mchehab * cx88-cards.c: - PV Ultra Pro PCI ID was wrong. Removed. 2005-06-01 19:54 nshmyrev * scripts/hwdata.pl: - script for collecting pci data from sources in Linux PCI ID's format 2005-06-01 04:31 mchehab * cx88-cards.c: - cosmetic changes to reflect pal_m patch applied to -mm series. 2005-06-01 03:32 mchehab * scripts/make_kern_diff.sh: - new script to check differences between kernel CVS and kernel 2.6 2005-05-30 16:43 mchehab * cx88-cards.c: - changed tuner number to its corresponding name for PV Ultra Pro. 2005-05-30 16:33 mchehab * cx88-cards.c: - Included PCI ID 14f1:8800 to CX88_BOARD_PIXELVIEW_PLAYTV_ULTRA_PRO 2005-05-30 02:42 mchehab * tuner-core.c, tuner-simple.c, tuner.h: - tuner-core changed to support multiple I2C devices - has to define CONFIG_TUNER_MULTI_I2C to allow new behavor - By default, it uses first I2C device for FM and TV - New client control TUNER_SET_ADDR changes I2C addr for FM or TV - TVision 5533 MF now uses I2C on 0xC2 for TV and on 0xC0 for radio - TVision 5533 MF div now uses only integer arithmetics - tuner I2C dettach now generates warn log if failed 2005-05-29 13:38 nshmyrev * cx88-cards.c, cx88.h: Add support for "DViCO - FusionHDTV 3 Gold-Q". Thanks to Michael Krufky . 2005-05-27 05:45 mchehab * tuner-simple.c: - Added initial support for Radio tuner for Ymec TVF xxx3 MF - Buffer values determinated empirically. - There's a hack for selecting I2C bus for Radio (0xC0>>1) 2005-05-25 04:00 nshmyrev * bttv-cards.c, bttv.h: Add support for the Adlink RTV24 capture card. Thanks to Peter Skipworth 2005-05-25 02:40 nshmyrev * saa7134-vbi.c, saa7134-video.c, saa7134.h: saa7134 ntsc vbi fix. Patch from mschimek@nusurf.at which is merged to kernel -mm tree. 2005-05-25 02:25 kraxel * bttv-i2c.c: Don't try to access the i2c bus if the register wasn't successful. 2005-05-23 23:57 nshmyrev * saa7134-cards.c, saa7134-input.c: Add Behold names to Manli cards, since they should be identical. Add remote support for those card. Thanks to Michael Tokarev . 2005-05-23 00:55 nshmyrev * cx88-input.c: enables the remote control input on the KWorld XPert DVB-T card. Thanks to cybercide@f2s.com 2005-05-22 23:50 nshmyrev * saa7134-cards.c, saa7134.h, saa7134-input.c: Update entries for Lifeview Platinum FM, Avermedia 307 Studio, Avermedia 307 and Avermedia GO 007 FM 2005-05-22 23:40 nshmyrev * ir-common.c: Update hauppage ir codes 2005-05-22 23:20 nshmyrev * tda9887.c, tuner-core.c: Fix module_param_string argument order 2005-05-22 23:20 nshmyrev * bttv-i2c.c, compat.h, cx88-dvb.c, saa6752hs.c: * saa7134-core.c, saa7134-empress.c: Merge changes from 2.6.12 kernel. 2005-05-22 23:06 nshmyrev * scripts/cardlist, doc/CARDLIST.bttv, doc/CARDLIST.cx88: * doc/CARDLIST.tuner, doc/CARDLIST.saa7134: Update cardlist script and list of cards 2005-05-18 01:30 mchehab * tuner-simple.c, tuner.h: - Added support for some Ymec tuners used on Pixelview Cards. - There are some docs about it on http://www.ymec.com.tw/tuner.htm. 2005-05-15 19:07 mchehab * scripts/cardlist, doc/CARDLIST.bttv, doc/CARDLIST.cx88, doc/CARDLIST.saa7134, doc/CARDLIST.tuner: - scripts/cardlist updated to generate doc/CARDLIST.cx88 - doc/CARDLIST.xxx updated. 2005-05-15 19:01 mchehab * cx88-cards.c, cx88.h, cx88-input.c, ir-common.c, ir-common.h, ir-kbd-gpio.c: - Added support for Pixelview Ultra Pro Stereo by Manuel Capinha. 2005-05-15 18:49 mchehab * cx88-core.c: - Mauro Chehab(mchehab at brturbo.com.br): Added support for PAL-M FSC. 2005-04-26 11:01 kraxel * README.patches: - update README.patches 2005-04-04 00:14 kraxel * README.patches: - Final commit: add README.patches 2005-03-10 11:07 kraxel * or51132.c: - fix from akpm. 2005-03-08 09:38 kraxel * tuner-simple.c, tuner.h, tveeprom.c: - tuner + tveeprom updates from Jarod Wilson. 2005-03-07 17:10 kraxel * cx88-tvaudio.c: - cx88: stereo/bilang fix. 2005-03-07 16:58 kraxel * cx88-blackbird.c, cx88-dvb.c, cx88-video.c: - minor cleanup. 2005-03-07 15:18 kraxel * cx88-dvb.c, cx88-mpeg.c: - fix cx88-dvb. 2005-03-07 13:01 kraxel * cx88-mpeg.c, saa7134-cards.c, saa7134.h, tda8290.c, scripts/update: - add flyvideo duo. 2005-03-04 10:34 kraxel * cx88-mpeg.c: - hopefully fix dvb ts setup. 2005-03-04 10:24 kraxel * mt20xx.c, tda8290.c, tuner-simple.c, tveeprom.c: - build fixes for older kernels. 2005-03-04 10:12 kraxel * cx88-cards.c, cx88-input.c, cx88.h: - cx88: add support for IO-DATA BCTV7E. 2005-03-03 16:30 kraxel * saa6752hs.c, tuner-simple.c: - misc small stuff. 2005-03-02 14:16 kraxel * tuner-simple.c: - one more tuner fix from Jarod Wilson. 2005-03-01 11:22 kraxel * tuner-simple.c, tuner.h, tvaudio.c, tveeprom.c: - tuner update (for pvr) from Jarod Wilson. 2005-02-24 14:32 kraxel * cx88-video.c, video-buf.c: - catch pci_map_sg failure. 2005-02-22 15:06 kraxel * bttv-cards.c, bttv.h: - Kodicom-4400R support (by William M. Brack). 2005-02-22 13:28 kraxel * cx88-input.c, ir-common.c, ir-common.h, ir-kbd-gpio.c: - cx88: ir patches from Robert Reid. 2005-02-22 10:56 kraxel * cx88-cards.c, cx88-tvaudio.c, or51132.c, saa7134-core.c, tuner-simple.c: - misc fixes from various people. - make or51132.c compile (not work) on 2.6.10. 2005-02-21 14:57 kraxel * Makefile, btcx-risc.c, bttv-cards.c, bttv-driver.c, cx88.h, saa7134-core.c, doc/Cards, scripts/update: - add some bttv debug code. 2005-02-18 17:18 kraxel * doc/: lifeview.txt, liveview.txt: - one more rename *sigh*. 2005-02-18 17:16 kraxel * doc/: liveview.txt, saa7134-liveview.txt: - rename docfile. 2005-02-18 14:26 kraxel * cx88-dvb.c, cx88-mpeg.c, cx88.h, or51132.c, or51132.h: - more HD3000 stuff from Rusty Scott. 2005-02-18 13:28 kraxel * saa7134-cards.c, saa7134-dvb.c: - medion 7134 dvb-t support -- first cut, likely doesn't work yet. 2005-02-17 11:24 kraxel * cx88-dvb.c, or51132.c, or51132.h, doc/saa7134-liveview.txt: - or51132 update from Rusty Scott, some fixups from me ;) 2005-02-16 14:11 kraxel * cx88-blackbird.c, cx88-cards.c, cx88-input.c, cx88.h, ir-common.c, ir-common.h: - move some bits from cx88-input to ir-common. - blackbird fixes, add new blackbird card. 2005-02-16 13:28 kraxel * compat.h: - make saa7134 build again on older kernels. 2005-02-16 13:14 kraxel * bttv-gpio.c, bttv-i2c.c, bttv.h, bttvp.h: - drop unused+obsolete i2c_info code. - fix use-after-free bug in bttv-gpio. 2005-02-16 12:18 kraxel * bttv-cards.c, cx22702.c: - cx22702 fix by Rob Noble. - bttv: HD2000 fix by Rusty Scott. 2005-02-15 16:59 kraxel * compat.h, cx88-cards.c, cx88-dvb.c, cx88-i2c.c, mt20xx.c, saa7134-core.c, saa7134-video.c, tda8290.c, tuner-core.c, tuner-simple.c, tuner.h, scripts/update: - merge some patches from mainline. - tuner kernel message fixups. - misc. 2005-02-15 12:29 kraxel * .bp/2.6/i2c-tuner: - more patch build fixups. 2005-02-15 11:51 kraxel * bttv-driver.c, compat.h, cx88-mpeg.c, cx88-tvaudio.c, cx88-video.c, .bp/2.6/dvb-cx22702, .bp/2.6/dvb-frontends, .bp/2.6/dvb-mt352, .bp/2.6/dvb-or51132, .bp/2.6/dvb-pll, doc/saa7134-liveview.txt: - some powermanagement stuff. - misc fixes. - fixup patch generation control files. 2005-02-14 17:30 kraxel * cx88-cards.c, cx88-tvaudio.c, cx88-video.c, cx88.h, saa7134-cards.c, saa7134.h, tda8290.c, tuner-core.c: - cx88: more NICAM stuff. - tuner: tda8290 fix. 2005-02-10 13:40 kraxel * cx88-tvaudio.c, saa7134-cards.c: - more nicam / pal-i stuff from Ian Pickworth. 2005-02-10 12:52 kraxel * dvb-pll.c: - dtt7610 fix. 2005-02-10 12:43 kraxel * cx88-dvb.c, dvb-pll.c, dvb-pll.h, or51132.c, or51132.h, tuner-simple.c: - a number of pcHDTV cleanups. 2005-02-10 11:38 kraxel * Makefile, cx88-cards.c, cx88-dvb.c, cx88-mpeg.c, msp3400.c, or51132.c, or51132.h, scripts/update: - pcHDTV HD3000 support (by Rusty Scott). 2005-02-10 10:24 kraxel * tda8290.c, tuner-core.c, tuner.h, scripts/update: - some tuner fixups. 2005-02-09 20:27 kraxel * cx88-input.c, mt20xx.c, tda8290.c, tuner-core.c, tuner-simple.c, tuner.h: - make the new splitted tuner module build. 2005-02-09 16:42 kraxel * Makefile, mt20xx.c, saa7134-cards.c, saa7134.h, tda8290.c, tuner-core.c, tuner-simple.c, tuner.c, tuner.h, tveeprom.c: - split tuner module into multiple smaller files. 2005-02-09 14:50 kraxel * msp3400.c: - attempt #1 to fix "simpler" mode (based on patches by Jan Nikitenko). 2005-02-09 13:59 kraxel * cx88-cards.c, cx88-mpeg.c, cx88.h, tuner.c: - add Hauppauge Roslyn support (Kaustubh Bhalerao). 2005-02-09 09:54 kraxel * videodev2.h: - fix tyops. 2005-02-04 13:36 kraxel * cx22702.c: - minor cleanups. 2005-02-04 13:32 kraxel * cx22702.c: - reorder functions in cx22702.c to cut down the diff size. 2005-02-04 12:42 kraxel * cx22702.c, cx22702.h, cx88-cards.c, cx88-dvb.c, cx88.h, tda9887.c, scripts/update: - tda9887: rollback secam fixup for now ... 2005-02-03 12:50 kraxel * saa7134-cards.c: - fix saa7134 cinergy mobile (Hans J. Koch). 2005-02-03 12:45 kraxel * tda9887.c: - fix tda9887 init order bug. 2005-02-03 11:48 kraxel * saa7134-video.c: - saa7134: PAL-60 support by Phil Richards. 2005-02-03 11:24 kraxel * saa7134-empress.c, saa7134-ts.c, saa7134-video.c: - saa7134 ts fixes by Eric Lammerts + /me. 2005-01-31 12:35 kraxel * bttv-cards.c, cx88-blackbird.c, cx88-cards.c, cx88-dvb.c, cx88-input.c, cx88-video.c, dvb-pll.c, mt352.c, tveeprom.c: - whitespace cleanups. 2005-01-31 12:32 kraxel * bttv-cards.c, compat.h, saa7134-core.c: - add some defines to compat.h to build again on older kernels. - misc fixes. 2005-01-24 18:37 kraxel * Make.config, bttv-driver.c, bttv.h, bttvp.h, cx88-cards.c, cx88-tvaudio.c, dvb-pll.c, mt352.c, mt352.h, saa7134-core.c, saa7134-dvb.c, saa7134-i2c.c, scripts/update: - sync with 2.6.11-rc2 & latest dvb cvs. - misc card-specific tweaks. 2005-01-20 13:54 kraxel * cx88-tvaudio.c, cx88-video.c, cx88.h: - cx88: pal-i fixes (Ian Pickworth). - cx88: nicam-l fixes (Didier Caillaud). - cx88: misc minor fixes/cleanups. 2005-01-20 10:54 kraxel * mt352.c, .bp/2.6/dvb-frontends, scripts/update: - mt352 fixes. 2005-01-19 14:03 kraxel * mt352.c: - don't poll mt352 so much. 2005-01-19 13:01 kraxel * cx88-core.c: - audio fifo fixup. 2005-01-17 13:38 kraxel * tveeprom.c, scripts/update: - fix tveeprom. 2005-01-14 17:40 kraxel * mt352.c, saa7134-dvb.c, scripts/update: - pinnacle 300i starts working now ... 2005-01-14 14:29 kraxel * mt352.c, mt352.h, saa7134-dvb.c, tuner.c, scripts/update: - pinnacle 300i starts working a bit. 2005-01-13 18:22 kraxel * bttv-cards.c, bttv-vbi.c, cx88-cards.c, cx88.h, msp3400.c, mt352.c, saa7134-cards.c, saa7134-dvb.c, saa7134.h, tda9887.c, tuner.c, tuner.h, tveeprom.c, videodev2.h, doc/Cards, scripts/update: - card-specific and other fixes from various people. - more pinnacle 300i work (still not functional :-/). 2005-01-11 15:17 kraxel * mt352.c, saa7134-cards.c, scripts/update: - misc card fixes. 2005-01-07 14:58 kraxel * bttv-cards.c, cx88-input.c, tveeprom.c: - tveeprom tweaks. - keytable for the new hauppauge remotes. 2005-01-07 14:11 kraxel * bttv-cards.c, bttv-driver.c, bttv.h, cx88-tvaudio.c, saa7134-tvaudio.c, scripts/update: - new bttv card (by Chris Fanning). - misc. 2005-01-04 17:31 kraxel * Make.config, mt352.c, saa7134-dvb.c, tuner.c, scripts/update: - more pinnacle 300i stuff (not working yet). 2005-01-04 14:34 kraxel * cx88-core.c, cx88-mpeg.c, cx88-video.c: - fix irq initialization order bug. 2005-01-04 13:40 kraxel * bttv.h, tvaudio.c, tvaudio.h: - tda9320 support by Johnny Casey. 2005-01-03 19:56 kraxel * cx88-cards.c, tda9887.c: - misc. 2005-01-03 18:56 kraxel * cx88-dvb.c: - kworld dvb fixes from Roman Petrov. 2005-01-03 18:46 kraxel * cx88-cards.c, scripts/update: - FUSIONHDTV fix from Christopher Pascoe. 2004-12-17 15:18 kraxel * bttv-driver.c, cx88-mpeg.c, cx88-video.c, saa7134-core.c: - spinlock init cleanups. 2004-12-17 12:51 kraxel * cx88-core.c, msp3400.c, tveeprom.c, .bp/2.6/tveeprom: - misc fixes. 2004-12-14 16:33 kraxel * Makefile, bttv-cards.c, bttv-i2c.c, bttvp.h, cx88-cards.c, cx88.h, dvb-pll.c, saa7134-cards.c, saa7134.h, tveeprom.c, tveeprom.h, scripts/update: - switch over to tveeprom for hauppauge card config. 2004-12-10 13:33 kraxel * btcx-risc.c, bttv-cards.c, bttv-driver.c, bttv-i2c.c, bttv-vbi.c, cx88-blackbird.c, cx88-core.c, cx88-i2c.c, cx88-input.c, cx88-mpeg.c, cx88-tvaudio.c, cx88-vbi.c, cx88-video.c, dvb-pll.c, ir-common.c, msp3400.c, mt352.c, saa7134-core.c, saa7134-dvb.c, saa7134-empress.c, saa7134-i2c.c, saa7134-input.c, saa7134-oss.c, saa7134-ts.c, saa7134-tvaudio.c, saa7134-vbi.c, saa7134-video.c, tda9887.c, tvaudio.c, tvmixer.c, v4l1-compat.c, video-buf.c, scripts/update: - add moduleparam.h include to many files. - some pinnacle 300i progress (can talk to mt352 now, not working yet through). - misc minor stuff. 2004-12-09 14:26 kraxel * cx22702.c, .bp/2.6/dvb-frontends: - drop unused code. 2004-12-09 13:51 kraxel * Makefile, bttv-cards.c, cx22702.c, cx22702.h, cx88-cards.c, cx88-dvb.c, cx88.h, dvb-pll.c, dvb-pll.h, ir-kbd-i2c.c, msp3400.c, mt352.c, mt352.h, mt352_priv.h, saa6752hs.c, saa7134-cards.c, saa7134-dvb.c, saa7134-i2c.c, saa7134-video.c, saa7134.h, video-buf-dvb.c, video-buf-dvb.h, scripts/update: - work on dvb pll stuff. - misc dvb updates. - pinnacle 300i stuff (not working yet). 2004-12-07 14:17 kraxel * cx88-blackbird.c, cx88-core.c, cx88.h, msp3400.c, tuner.c, .bp/2.6/cx88-update: - misc minor stuff. 2004-12-02 15:23 kraxel * bttv-driver.c, cx88-blackbird.c, cx88-video.c, saa7134-empress.c, saa7134-video.c, video-buf.c: - fix memory leak in drivers. 2004-12-02 14:44 kraxel * bttv-cards.c, cx88-blackbird.c, cx88-core.c, cx88.h: - attempt to fix cx88 blackbird. - fix vbi initialization issue. 2004-12-01 16:10 kraxel * cx88-input.c, saa6752hs.c, videodev2.h: - mpeg aspect ratio stuff. 2004-11-30 18:00 kraxel * cx88-input.c: - put new source file into cvs as well ;) 2004-11-30 18:00 kraxel * Makefile, cx88-cards.c, cx88-core.c, cx88-dvb.c, cx88-mpeg.c, cx88-vbi.c, cx88-video.c, cx88.h, scripts/update: - new cx88-based dvb card by Christopher Pascoe. - cx88: IR support by Christopher Pascoe and me. 2004-11-30 12:26 kraxel * cx88-cards.c, cx88.h, saa7134-cards.c, saa7134-input.c, saa7134-oss.c, saa7134-tvaudio.c, saa7134.h, tuner.c, tuner.h: - add new tuners. - ir support for Compro Videomate by Michael Mellor. 2004-11-26 13:59 kraxel * saa7134-cards.c, saa7134-core.c: - delayed module loading for saa7134. 2004-11-24 12:55 kraxel * saa7134-tvaudio.c: - empress fixes by Gert Vervoort. 2004-11-23 18:29 kraxel * bttvp.h, compat.h, cx88-core.c, cx88.h, saa6752hs.c, saa7134-core.c, saa7134.h: - merge iomem annotations from Al Viro. 2004-11-22 19:10 kraxel * saa6752hs.c, saa7134-cards.c, saa7134-input.c, saa7134.h, tda9887.c: - saa7134: misc card-specific tweaks + new entries. 2004-11-19 19:07 kraxel * bttv-cards.c, bttv-driver.c, bttv-i2c.c, bttv-risc.c, bttv.h, bttvp.h, cx88-blackbird.c, cx88-cards.c, cx88-tvaudio.c, cx88-video.c, msp3400.c, saa6752hs.c, saa7134-cards.c, saa7134-core.c, saa7134-empress.c, saa7134-video.c, saa7134.h, tda7432.c, tda9875.c, tvaudio.c, v4l2-common.c, videodev2.h: - misc cleanups. - blackbird + empress updates. 2004-11-19 13:16 kraxel * bttv-cards.c, saa7134-core.c, saa7134-video.c: - saa7134: signal detection fixes. 2004-11-18 15:05 kraxel * saa6752hs.c, saa7134-cards.c, saa7134-core.c, saa7134-empress.c, saa7134-video.c, saa7134.h, video-buf-dvb.c, videodev2.h: - a batch of mpeg2/empress fixes/changes. 2004-11-17 19:47 kraxel * bttv-i2c.c, bttv-if.c, cx88-blackbird.c, cx88-cards.c, cx88-core.c, saa7134-cards.c, scripts/update: - misc minor cleanups and card-specific fixes. 2004-11-10 12:07 kraxel * Makefile, bttv-driver.c, bttv.h, saa6752hs.c, saa6752hs.h, saa7134-cards.c, saa7134-empress.c, saa7134-input.c, saa7134-tvaudio.c, tda9887.c, tuner.c, videodev2.h: - lots of empress stuff from Andrew de Quincey + some rewrites from me. - misc fixes. 2004-11-09 12:34 kraxel * bttv-cards.c, bttv-driver.c, saa7134-cards.c, saa7134-core.c, saa7134-empress.c, tda9887.c, tuner.c, tuner.h, tvaudio.c, tvmixer.c: - avermedia fixes (by Nickolay V. Shmyrev). - make it build on non-cutting edge kernels (i.e. 2.6.9 ;) - convert remaining modules to new-style insmod options. 2004-11-08 11:57 kraxel * saa7134-cards.c: - saa7134: cardlist update (Michael Rodriguez-Torrent). 2004-11-07 15:44 kraxel * bttv-driver.c, cx88-dvb.c, cx88-video.c, saa7134-cards.c, saa7134-core.c, saa7134-dvb.c, saa7134-video.c, video-buf.c: - kill obsolete stuff. 2004-11-07 14:17 kraxel * btcx-risc.c, bttv-cards.c, bttv-driver.c, bttv-i2c.c, bttv-vbi.c, cx88-blackbird.c, cx88-dvb.c, cx88-vbi.c, cx88-video.c, ir-common.c, saa7134-core.c, saa7134-dvb.c, saa7134-empress.c, saa7134-i2c.c, saa7134-input.c, saa7134-oss.c, saa7134-ts.c, saa7134-tvaudio.c, saa7134-vbi.c, saa7134-video.c, tda9887.c, tuner.c, v4l1-compat.c, video-buf-dvb.c, video-buf-dvb.h, video-buf.c, video-buf.h, scripts/update: - yet another video-buf interface change + fixups. - move more modules to new-style insmod options. 2004-11-05 10:40 kraxel * cx88-dvb.c, saa7134-cards.c: - misc. 2004-11-04 12:03 kraxel * saa7134-cards.c, saa7134.h: - saa7134: added cinergy mobile (thanks to Hans Koch), tuner not working yet through ... 2004-11-03 10:04 kraxel * bttv-driver.c, bttv-gpio.c, cx88-cards.c, cx88-dvb.c, cx88.h, ir-kbd-i2c.c, msp3400.c, saa7134-cards.c, saa7134.h: - cx88: fix/add dvb cards by Christopher Pascoe - saa7134: new card - misc minor fixes. 2004-10-27 20:34 kraxel * bttv-cards.c, bttv-gpio.c, bttv-i2c.c, videodev.h: - drop some old, obsolete code. - misc fixes. 2004-10-25 13:51 kraxel * cx88-tvaudio.c: - cx88 try to make PAL-I sound work. 2004-10-25 13:26 kraxel * bttv-cards.c, bttv-driver.c, bttvp.h, cx88-core.c, cx88-mpeg.c, cx88-video.c, cx88.h, ir-kbd-gpio.c, saa7134-cards.c, saa7134-input.c, saa7134.h, tda9887.c, tuner.c, .bp/2.6/saa7134-update, .bp/2.6/video-buf: - new saa7134 card by Nickolay V. Shmyrev - misc stuff 2004-10-21 14:51 kraxel * Makefile, video-buf-dvb.c, .bp/2.6/20_v4l2, .bp/2.6/30_video-buf, .bp/2.6/31_bt832, .bp/2.6/31_i2c, .bp/2.6/31_ir-input, .bp/2.6/31_tuner, .bp/2.6/32_bttv, .bp/2.6/32_bttv-input, .bp/2.6/33_saa7134, .bp/2.6/34_cx22702, .bp/2.6/34_cx88, .bp/2.6/35_documentation: - kill old buildpatch files. 2004-10-20 19:44 kraxel * Makefile, cx22702.c, cx22702.h, cx88-dvb.c, saa7134-dvb.c, saa7134-empress.c, saa7134.h, video-buf-dvb.c, video-buf-dvb.h: - switch over to "frontend refactored" cvs branch. 2004-10-20 11:43 kraxel * tuner.c, video-buf-dvb.c: - tuner: switch to new module parameters. - misc cleanups. 2004-10-19 18:02 kraxel * Make.config, Makefile, cx22702.c, cx88-blackbird.c, cx88-cards.c, cx88-dvb.c, cx88-mpeg.c, cx88-video.c, cx88.h, saa7134-cards.c, saa7134-core.c, saa7134-dvb.c, saa7134-empress.c, saa7134-ts.c, saa7134-tvaudio.c, saa7134-video.c, saa7134.h, video-buf-dvb.c, video-buf-dvb.h, scripts/update: - saa7134 reorganiation for modular mpeg2 stuff - splitted some generic dvb code into the new video-buf-dvb module. 2004-10-15 12:29 kraxel * cx88-video.c, msp3400.c, saa7134-tvaudio.c, scripts/update: - fix cx88 polling. 2004-10-13 13:28 kraxel * .bp/2.6/: bttv-input, bttv-update, cx88-update, dvb-frontends, i2c-bt832, i2c-ir, i2c-misc, i2c-tuner, saa7134-update, v4l-driver-doc, v4l2-api, video-buf: - rename generated patches. 2004-10-13 12:38 kraxel * audiochip.h, bt832.c, bt832.h, bt848.h, btcx-risc.c, bttv-cards.c, bttv-driver.c, bttv-gpio.c, bttv-i2c.c, bttv-if.c, bttv-risc.c, bttv-vbi.c, bttv.h, bttvp.h, cx22702.c, cx88-alsa.c, cx88-blackbird.c, cx88-cards.c, cx88-core.c, cx88-dvb.c, cx88-i2c.c, cx88-mpeg.c, cx88-reg.h, cx88-tvaudio.c, cx88-vbi.c, cx88-video.c, dpl3518.c, dpl3518.h, ir-common.c, msp3400-old.c, msp3400.c, plx9054.h, rds-saa6588.c, saa6752hs.c, saa6752hs.h, saa7134-cards.c, saa7134-core.c, saa7134-i2c.c, saa7134-input.c, saa7134-oss.c, saa7134-ts.c, saa7134-tvaudio.c, saa7134-vbi.c, saa7134-video.c, saa7134.h, tda7432.c, tda9875.c, tda9887.c, tuner.c, tuner.h, tvaudio.c, tvmixer.c, v4l1-compat.c, v4l2-common.c, video-buf.c, video-buf.h, videodev.h, videodev2.h, scripts/strip-trailing-whitespaces.sh: - kill trailing whitespaces. 2004-10-12 19:08 kraxel * saa7134-cards.c, saa7134-core.c, saa7134.h, videodev2.h, .bp/2.6/34_cx22702, scripts/update: - saa7134: card list updates. - some v4l2 mpeg ioctl tweaks. 2004-10-12 09:33 kraxel * bttv-driver.c, cx22702.c, cx88-blackbird.c, cx88-cards.c, cx88-core.c, cx88-dvb.c, cx88-mpeg.c, cx88-video.c, cx88.h, tuner.c, scripts/update: - more power management stuff. - misc fixes. 2004-10-11 16:53 kraxel * bttv-driver.c, cx88-blackbird.c, cx88-video.c, saa7134-ts.c, saa7134-video.c, video-buf.c, video-buf.h, scripts/update: - fix poll/select oops. 2004-10-11 15:45 kraxel * Make.config, bttv-driver.c, cx22702.c, cx88-cards.c, cx88-i2c.c, cx88-tvaudio.c, cx88-vbi.c, cx88-video.c, cx88.h, tuner.c, scripts/update: - some powermanagement stuff. - misc minor fixes. 2004-10-08 13:22 kraxel * bttv-driver.c, msp3400.c, tda9887.c, tuner.c: - add suspend support for some i2c modules. 2004-10-07 14:29 kraxel * cx88-blackbird.c, cx88-core.c, cx88-dvb.c, cx88-i2c.c, cx88-mpeg.c, cx88-tvaudio.c, cx88-vbi.c, cx88-video.c, msp3400.c, scripts/update: - switch msp3400 + cx88 to 2.6-style module parameters. 2004-10-07 13:29 kraxel * msp3400-old.c, msp3400.c, scripts/update: - created a copy of the current msp3400 module (with 2.4 support). - msp3400: 2.6-ified it (use kthread, throw away several ifdefs). - msp3400: use a kernel thread for msp34xxg as well, so the std detection runs asyncronly. 2004-10-06 19:30 kraxel * bttv-driver.c, bttv-i2c.c, bttv-risc.c, bttv-vbi.c, bttvp.h, cx88-i2c.c, saa7134-i2c.c, scripts/update: - bttv: irq fixes. - add i2c scans. 2004-10-06 15:45 kraxel * bttv-cards.c, cx88-cards.c, cx88-video.c, tda9887.c: - cx88: AverTV Studio 303 (M126) fixes. 2004-10-05 14:57 kraxel * bttv-i2c.c, compat.h, msp3400.c: - misc build fixes. - start switching over msp34xx to v4l2. 2004-09-30 16:17 kraxel * msp3400.c, saa7134-cards.c: - saa7134: cinergy 200 fixes. - msp3400: drop dfp register access hooks. 2004-09-30 15:47 kraxel * msp3400.c, msp3400.h, tuner.c: - tuner: fix entries. - msp3400: merge with ivtv -- part one (thanks to David George). 2004-09-30 14:21 kraxel * Make.config, Makefile, bttv-driver.c, saa7134-cards.c, saa7134.h: - cx88: build dvb stuff only on 2.6.9. - saa7134: new card by Michael Rodriguez-Torrent. - bttv: remove check for cx88 boards. 2004-09-27 19:15 kraxel * cx22702.c, cx88-blackbird.c: - blackbird oops fix. 2004-09-23 15:58 kraxel * Makefile, bttv-driver.c, bttv-vbi.c, cx22702.c, cx22702.h, cx88-blackbird.c, cx88-cards.c, cx88-dvb.c, cx88-i2c.c, cx88-vbi.c, cx88-video.c, cx88.h, saa7134-ts.c, saa7134-vbi.c, saa7134-video.c, video-buf.c, video-buf.h, scripts/update: - make video-bufg don't touch struct file any more, pass through a void ptr instead of a file ptr everythere. - add cx22702 fe driver, 2004-09-22 13:47 kraxel * bttv-i2c.c, cx88-cards.c, cx88-core.c, msp3400.c, saa7134-tvaudio.c, tda9887.c, tuner.c: - misc sleep cleanups. 2004-09-20 19:31 kraxel * saa7134.h: - fix tyops. 2004-09-20 15:53 kraxel * saa7134-cards.c, saa7134-tvaudio.c, saa7134.h, videodev2.h: - saa7134: add Compro VideoMate TV Gold+ (Eric Dorland). - v4l2: mpeg ioctl tweaks. 2004-09-20 13:53 kraxel * cx88-cards.c, cx88.h: - cx88: add Provideo PV259 by Steven Myers. 2004-09-20 13:39 kraxel * bttv-driver.c, cx88-cards.c, cx88-i2c.c, tuner.c, videodev2.h: - bttv: dark red image fixed (thanks to jeremy smith). - misc cx88 tweaks. 2004-09-17 13:49 kraxel * cx88-tvaudio.c, cx88.h, videodev2.h: - cx88: maybe fix nicam + pal-i - v4l2: mpeg api first cut 2004-09-16 17:38 kraxel * bttv-cards.c, cx88-cards.c, saa7134-tvaudio.c: - misc card specific stuff. 2004-09-16 11:06 kraxel * scripts/strip-trailing-whitespaces.sh: - add script to kill trailing whitespaces in the sources. 2004-09-16 10:43 kraxel * bttv-i2c.c: - bttv: take care that i2c adapter class is set correctly. 2004-09-16 10:27 kraxel * cx88-cards.c: - autoload frontends. 2004-09-16 09:05 kraxel * bttv-risc.c, cx88-core.c, cx88-i2c.c: - bttv: fix planat capture. - bttv: add risc buffer size sanity checks. 2004-09-15 18:15 kraxel * btcx-risc.c, btcx-risc.h, bttv-cards.c, bttv-driver.c, bttv-gpio.c, bttv-i2c.c, bttv-if.c, bttv-risc.c, bttv-vbi.c, bttv.h, bttvp.h, cx88-cards.c, cx88-core.c, cx88-dvb.c, cx88-i2c.c, cx88-reg.h, cx88-tvaudio.c, cx88-vbi.c, ir-common.c, ir-common.h, ir-kbd-gpio.c, ir-kbd-i2c.c, saa7134-cards.c, saa7134-core.c, saa7134-i2c.c, saa7134-input.c, saa7134-oss.c, saa7134-reg.h, saa7134-ts.c, saa7134-tvaudio.c, saa7134-vbi.c, saa7134-video.c, saa7134.h, video-buf.c, video-buf.h: - added a bunch of Id tags. 2004-09-15 17:35 kraxel * bttv-risc.c, cx88-dvb.c, cx88-i2c.c, cx88-mpeg.c, scripts/update: - bttv: fix planar capture oops. - cx88: make dvb driver quiet. - cx88: some i2c init/exit fixes. 2004-09-10 14:13 kraxel * tuner.c, tuner.h: - add TCL 2002N tuner (Michael T. Dean). 2004-09-10 10:54 kraxel * .cvsignore: - update .cvsignore for 2.4 2004-09-10 10:50 kraxel * compat.h, cx88-blackbird.c, cx88-i2c.c: - cx88: i2c fixups. 2004-09-10 10:46 kraxel * Make.config, ir-common.h, msp3400.c, tuner.c: - fix 2.4 kernel builds. 2004-09-09 16:00 kraxel * cx88-blackbird.c: - gcc 2.95 build fix. 2004-09-07 16:30 kraxel * bttv-cards.c, cx88-cards.c, cx88.h, .bp/2.6/34_cx88: - cx88: add connexant dvb reference design by Andrew de Quincey - misc fixes. 2004-09-06 15:29 kraxel * cx88-dvb.c, saa7134-cards.c, saa7134-input.c: - IR remote support for Medion 2819 by Alex - more cx88 dvb fixes. 2004-09-06 14:00 kraxel * saa7134-core.c: - fix saa7134 oops. 2004-09-06 12:40 kraxel * cx88-dvb.c, cx88-mpeg.c, cx88.h: - cx88: misc dvb tweaks. 2004-09-06 11:25 kraxel * bttv-cards.c, bttv.h, cx88-cards.c, cx88.h, saa7134-cards.c: - bttv: add DVICO FusionHDTV DVB-T Lite (Christopher Pascoe). - cx88: add Hauppuage Nova-T DVB-t (Steve Toth). 2004-09-03 16:54 kraxel * bttv-driver.c, cx88-blackbird.c, msp3400.c, saa6752hs.c, saa7134-core.c, saa7134-ts.c, saa7134.h: - msleep() cleanups from kernel janitors. 2004-09-03 11:25 kraxel * cx88-dvb.c, cx88.h: - cx88: minor dvb tweaks. 2004-09-01 21:18 kraxel * cx88-core.c: - cx88: fix wrapfix. 2004-09-01 21:17 kraxel * bttv-cards.c: - s/0/NULL/. 2004-08-31 16:46 kraxel * cx88-core.c: - cx88: make cx88_wakeup() work correctly after waking 2^16 buffers. 2004-08-31 16:08 kraxel * cx88-dvb.c, cx88-mpeg.c, cx88.h: - cx88: add timeout error counter. 2004-08-31 13:58 kraxel * bttv-driver.c, cx88-blackbird.c, cx88-cards.c, cx88-core.c, cx88-dvb.c, cx88-i2c.c, cx88-mpeg.c, cx88-vbi.c, cx88-video.c, cx88.h: - cx88: merge dvb patches (by Christopher Pascoe), step one. - cx88: added some code lines for error stats. 2004-08-26 12:59 kraxel * cx88-cards.c, cx88-tvaudio.c, cx88-video.c, cx88.h, tuner.c, tuner.h: - cx88: Dvico FusionHDTV patches by Mac Michaels 2004-08-26 12:03 kraxel * doc/hauppauge-wintv-cx88-ir.txt: - add hauppauge IR docs. 2004-08-26 12:03 kraxel * compat.h: - add __user + __kernel #defines for older kernels. 2004-08-25 18:25 kraxel * saa7134-oss.c, doc/README.cx88: - saa7134: build fix. - cx88: doc update. 2004-08-25 17:53 kraxel * bttv-cards.c, bttv-driver.c, ir-kbd-gpio.c, ir-kbd-i2c.c, saa7134-core.c, saa7134-oss.c, saa7134-ts.c, saa7134-video.c, tvmixer.c, v4l1-compat.c, video-buf.c, video-buf.h, videodev.h, videodev2.h: - merge 2.6.9-rc1 changes (mostly __user stuff). 2004-08-25 16:47 kraxel * Makefile, cx88-blackbird.c, cx88-cards.c, cx88-core.c, cx88-dvb.c, cx88-mpeg.c, cx88-tvaudio.c, cx88-vbi.c, cx88-video.c, cx88.h, tuner.c, tuner.h, scripts/update: - cx88: plenty of mpeg work. blackbird might even work with some luck. dvb needs more work. 2004-08-23 12:43 kraxel * saa7134-cards.c, saa7134.h, tuner.c: - saa7134: new card by Alain St-Denis 2004-08-23 12:38 kraxel * bttv-risc.c, cx88-blackbird.c, cx88-cards.c, cx88.h, tuner.c, tuner.h: - some bttv debug code. - new tuner type by Michael T. Dean 2004-08-17 13:24 kraxel * bttv-cards.c, bttv.h, ir-kbd-gpio.c, tuner.c: - bttv card list updates (by Attila Kondoros + others). 2004-08-17 11:19 kraxel * bttv-cards.c, bttv-i2c.c, bttv.h: - bttv: two new cards by Andre Schwarz - bttv: i2c-hw bugfix. 2004-08-16 12:40 kraxel * bttv-cards.c: - bttv: firmware loader fix by Kenneth Aafløy 2004-07-30 17:26 kraxel * cx88-blackbird.c, cx88-mpeg.c, cx88-reg.h: - cx88: started going over the blackbird code. 2004-07-30 15:43 kraxel * Makefile, bttvp.h, compat.h, cx88-blackbird.c, cx88-core.c, cx88-dvb.c, cx88-mpeg.c, cx88-tvaudio.c, cx88-vbi.c, cx88-video.c, cx88.h, id.h, saa6752hs.c, saa7134.h: - cx88: more reorganization + code shuffeling. 2004-07-30 13:14 kraxel * cx88-alsa.c, cx88-cards.c, cx88-core.c, cx88-mpeg.c, cx88-video.c, cx88.h: - cx88: more reorganization stuff. 2004-07-29 23:35 kraxel * Makefile, cx88-alsa.c, cx88-blackbird.c, cx88-cards.c, cx88-core.c, cx88-i2c.c, cx88-mpeg.c, cx88-tvaudio.c, cx88-vbi.c, cx88-video.c, cx88.h, saa7134-core.c, scripts/update: - cx88: big code reorganization. - cx88: started merging blackbird patches, not working yet. 2004-07-29 14:49 kraxel * cx88-cards.c: - cx88: enable radio for MSI TV@nywhere master. 2004-07-28 13:32 kraxel * bttv-cards.c, tuner.c, tuner.h: - tuner: added new type. - bttv: added id. 2004-07-23 03:06 kraxel * cx88-tvaudio.c, cx88-video.c, cx88.h: - add range check for cx88 card= insmod option. - make cx88 tvaudio less verbose. 2004-07-22 15:54 kraxel * bttv-gpio.c, bttv-i2c.c, bttv.h, bttvp.h, cx88-video.c: - saa7134 build fix. - bttv i2c attach/detach hook for subdrivers. 2004-07-22 15:34 kraxel * cx88-video.c: - filter fixes for secam. 2004-07-15 20:29 kraxel * bttv-driver.c: - bttv: alignment fix. 2004-07-14 14:42 kraxel * saa7134-cards.c: - saa7134: add some printks with config hints. 2004-07-14 14:25 kraxel * saa7134-cards.c, saa7134-oss.c, saa7134-tvaudio.c, saa7134-video.c, saa7134.h: - saa7134: drop i2s_rate field + related changes. - saa7134: adapt sync_control bits when the signal comes and goes away. 2004-07-08 09:38 kraxel * cx88-cards.c, cx88-video.c, saa7134-cards.c: - misc fixes. 2004-07-07 16:37 kraxel * cx88-cards.c: - cx88: ATI TV Wonder Pro tweaks. 2004-07-07 08:42 kraxel * cx88-cards.c, cx88-i2c.c, cx88-video.c, cx88.h, saa7134-cards.c, saa7134-core.c, saa7134-i2c.c, saa7134-tvaudio.c, saa7134-video.c, saa7134.h, tda9887.c, tuner.h, doc/CARDLIST.saa7134, doc/Cards: - saa7134: add automute option. - tda9887: add config i2c command. 2004-07-06 12:26 kraxel * cx88-video.c, cx88.h: - more secam fixups. 2004-07-06 09:52 kraxel * bttv-risc.c: - bttv: finetune chroma lines used for yuv planar modes (based on patch by Michael Niedermayer). 2004-06-30 20:30 kraxel * saa7134.h: - saa7134 build fix. 2004-06-30 17:09 kraxel * tda9887.c: - add missing break. 2004-06-30 16:46 kraxel * bt832.c, ir-kbd-i2c.c, msp3400.c, saa6752hs.c, tda7432.c, tda9875.c, tda9887.c, tuner.c, tvaudio.c, tvmixer.c: - batch of triviasl i2c fixes by Arthur Othieno. 2004-06-30 16:40 kraxel * saa7134-cards.c: - saa7134: initial TerraTec Cinergy 200 TV support by Patrick Grimm. 2004-06-30 16:13 kraxel * tda9887.c: - tda9887: radio afc support by Robert DeLuca. 2004-06-30 14:20 kraxel * cx88-cards.c, cx88.h: - oops, tyops. 2004-06-30 14:18 kraxel * cx88-cards.c, cx88-video.c, cx88.h: - cx88: KWorld DVB-T card entry by Soyeb Aswat 2004-06-29 09:33 kraxel * cx88-cards.c, tuner.c: - lg tuner fix by Andrzej Stypula. 2004-06-25 13:53 kraxel * saa7134-video.c: - fix saa7134 radio tuning (thanks to Robert DeLuca). 2004-06-23 16:33 kraxel * bttv-cards.c, bttv.h, cx88-video.c, cx88.h, ir-kbd-gpio.c, saa7134-ts.c, tuner.c: - misc fixes from various people. 2004-06-09 11:51 kraxel * cx88-cards.c: - cx88: asus card entry update by Alex Deucher 2004-06-09 11:48 kraxel * cx88-cards.c, cx88.h: - cx88: MSI TV-@nywhere updates by David Lloyd 2004-06-08 12:19 kraxel * bt832.c, bttv-cards.c, bttv-i2c.c, cx88-cards.c, cx88-i2c.c, id.h, msp3400.c, saa6752hs.c, saa7134-i2c.c, tda7432.c, tda9875.c, tda9887.c, tuner.c, tvaudio.c, tvmixer.c: - update i2c stuff for the changes in upcoming 2.6.7 2004-06-07 15:22 kraxel * bttv-cards.c, bttv.h, cx88-cards.c, cx88.h, ir-kbd-i2c.c: - added more cards to cx88 + bttv, this time tried to compile before commit Anja ;) 2004-06-07 13:33 kraxel * bttv-cards.c: - bttv: add Spirit TV Tuner by Stafford Goodsell 2004-05-28 18:21 kraxel * ir-common.h, video-buf.c: - userptr fix. - add KEY_TEXT define for 2.4. 2004-05-26 16:05 kraxel * ir-kbd-gpio.c, saa6752hs.c, saa7134-cards.c, saa7134-ts.c, saa7134.h: - saa7134: add Items MuchTV card by Norman Jonas. - saa7134: make ts buffer size configurable by Andrew de Quincey. 2004-05-25 11:27 kraxel * bttv-cards.c, cx88-cards.c, cx88-video.c, cx88.h: - cx88: added Prolink PlayTV PVR by Matheus Izvekov. - cx88: kill temporary oops debug code. 2004-05-24 15:24 kraxel * cx88-cards.c, cx88.h, ir-common.c: - cx88: add IODATA GV-VCP3/PCI by æ²³æ‘直樹 (Kawamura Naoki). - ir-common: update rc5 keytable. 2004-05-24 15:13 kraxel * ir-kbd-gpio.c: - ir-kbd-gpio: fix winfast2000 keymask (by Torbjörn Jansson). 2004-05-24 14:58 kraxel * bttv-cards.c: - bttv: modtec tuner detection updated (by Christopher Hill). 2004-05-24 14:57 kraxel * cx88-cards.c, cx88-tvaudio.c, cx88-video.c, saa7134-cards.c, saa7134-input.c: - added insmod option to disable saa7134 input device. - card list updates. - cx88 alignment fix. 2004-05-14 12:17 kraxel * ir-kbd-gpio.c: - avermedia IR fixes (by Tomas Kopal). 2004-05-13 20:44 kraxel * saa7134-input.c, saa7134-tvaudio.c, saa7134-video.c: - saa7134 audio scan fixes. - add insmod option to disable IR support in saa7134. 2004-05-13 19:04 kraxel * cx88-video.c, saa7134-ts.c, saa7134-video.c, tda9887.c, tuner.c, .bp/2.4/34_cx88, scripts/update: - v4l2 support in tuner + tda9887 - switch over cx88 + saa7134 to use v4l2 for tuning. - misc tweaks. 2004-05-07 11:00 kraxel * cx88-vbi.c, cx88-video.c, msp3400.c, tuner.c: - fix and enable single field capture in cx88. - mt2050 antenna selection, based on patch by Matthias Reichl. - msp3400 cleanups by Perry Gilfillan. 2004-04-28 09:56 kraxel * bttv-cards.c, cx88-i2c.c, cx88-video.c: - add bt878-based dvb card. 2004-04-23 17:44 kraxel * cx88-video.c: - cx88: minor audio fixes. 2004-04-23 11:21 kraxel * cx88-cards.c, cx88-tvaudio.c: - cx88: MSI TVanywhere fixes from dscaler via Michal. - cx88: fix nicam kernel oops. 2004-04-23 10:54 kraxel * tda9887.c: - tda9887: enable QSS by default (use qss=0 to disable if needed). 2004-04-23 10:47 kraxel * ir-common.h, ir-kbd-i2c.c: - ir-kbd-i2c: purpletv ir fixes by 陳王展 (Wang-Chan Chen). 2004-04-23 10:15 kraxel * bttv-cards.c, bttv.h: - bttv: support for the Picolo Tetra by Eric DEBIEF 2004-04-23 10:08 kraxel * saa7134-cards.c, saa7134-input.c: - saa7134: IR support for the smarttv by Maciej Zarzycki vel Maczar 2004-04-22 13:06 kraxel * cx88-cards.c, cx88-video.c, cx88.h, tda9887.c: - cx88: print some help for unknown cards. - tda9887: make qss insmod option work for both enable/disable. 2004-04-21 15:56 kraxel * Makefile, bttvp.h, cx88.h, saa7134.h, scripts/release.sh: - bumb versions for release. 2004-04-21 13:31 kraxel * saa7134-cards.c: - tuner fix. 2004-04-21 10:48 kraxel * cx88-tvaudio.c, ir-kbd-i2c.c, saa7134-cards.c, saa7134-core.c, saa7134-input.c, saa7134-video.c, saa7134.h, tda9887.c: - saa7134: new card entry (by m8923014@msg.ndhu.edu.tw). - ir-kbd-i2c: new remote (also m8923014@msg.ndhu.edu.tw). 2004-04-19 18:37 kraxel * bttv-driver.c, cx88-cards.c, cx88-tvaudio.c, ir-kbd-gpio.c, saa7134-cards.c, saa7134-input.c, saa7134.h, tuner.c, video-buf.c, .bp/2.6/31_i2c, .bp/2.6/31_tuner: - cx88: some btsc-sap bits (not enabled yet). - saa7134: new entry for the avermedia 305. - misc fixes. 2004-04-15 12:41 kraxel * cx88-video.c: - cx88: reverse volume control scale (high values == loud). 2004-04-15 12:33 kraxel * .cvsignore, cx88-tvaudio.c, cx88-video.c, cx88.h: - add audio status monitoring thread to cx88. 2004-04-14 13:19 kraxel * cx88-video.c, saa7134-oss.c, tda9887.c, video-buf.c, videodev2.h: - cx88/tda9887: secam fixes. - video-buf: add sanity checks (thanks to Laurent Pinchart). - saa7133: fix off-by-one bug for oss sound recording. 2004-04-13 19:00 kraxel * bttv-driver.c, bttv-risc.c, bttv-vbi.c, bttvp.h, saa7134-cards.c, saa7134-oss.c, saa7134-tvaudio.c, saa7134.h: - bttv: splitted video + vbi buffer switching, that should make bttv less sensitive to IRQ latencies. - saa7134: new card added, minor saa7133 fixes (by toshii@netbsd.org). 2004-04-13 14:47 kraxel * cx88-reg.h, cx88-tvaudio.c, saa7134-cards.c: - cx88: some tvaudio code from dscaler cvs (btsc + nicam). 2004-04-13 13:59 kraxel * bttv-cards.c, cx88-cards.c, tda9887.c: - tda9887: secam-dk support - cx88: new pci subsystem id for cx88-cards.c - bt878: pinnacle/rave radio fix 2004-04-08 14:45 kraxel * cx88-video.c: - fix cx88 CrCb swapping (credits go to alsa@slackware.ru). 2004-04-08 11:03 kraxel * cx88-tvaudio.c, saa7134-video.c: - cx88: more PAL-DK fixes. 2004-04-08 10:14 kraxel * cx88-tvaudio.c, saa7134-tvaudio.c, doc/CARDLIST.saa7134: - cx88: fix PAL-DK fm/stereo. - misc. 2004-04-06 17:58 kraxel * saa7134-cards.c: - add saa7134 asus inputs (by Martin Hicks). 2004-04-06 17:42 kraxel * saa7134-tvaudio.c: - add retry loop for carrier scan. 2004-04-06 17:36 kraxel * cx88-video.c: - fix cx88 svideo. 2004-04-06 17:24 kraxel * tda9887.c, tuner.c, videodev2.h, scripts/update: - major rewrite of the tda9887 module. - start switching over tuner + tda9887 to v4l2. 2004-04-06 15:19 kraxel * saa7134-cards.c: - saa7134 card list fixes. 2004-04-06 15:19 kraxel * video-buf.c: - make pci_sync change depend on kernel version. 2004-04-05 18:57 kraxel * tda9887.c, scripts/cardlist, scripts/saa7134.pl, scripts/update: - added tda9887 debug code. - scripts/saa7134.pl fix. 2004-04-05 15:04 kraxel * saa7134-cards.c, saa7134-tvaudio.c, videodev2.h: - new Bayer image format for v4l2. - misc saa7134 fixes. 2004-04-05 10:48 kraxel * bttvp.h, cx88.h, saa7134.h, scripts/release.sh (utags: release-20040405): - update version numbers for release. 2004-04-05 10:13 kraxel * video-buf.c (tags: release-20040405): - merge video-buf fix from 2.6.5 2004-04-05 10:09 kraxel * ir-common.h (tags: release-20040405): - add some KEY_* #defines for 2.4 compatibility. 2004-04-01 13:51 kraxel * saa7134-cards.c, saa7134-tvaudio.c (utags: release-20040405): - fix tuner for saa7133 asus board. 2004-03-31 22:24 kraxel * cx88-cards.c (tags: release-20040405), cx88-video.c (tags: release-20040405), cx88.h, saa7134-cards.c: - tda9887 autoload for cx88. 2004-03-31 13:16 kraxel * bttv-cards.c (tags: release-20040405), bttv-driver.c (tags: release-20040405), bttv-i2c.c (tags: release-20040405), bttvp.h, saa7134-cards.c: - make bttv hw i2c configurable per card, enable for twinhan dst. 2004-03-30 17:59 kraxel * bttv-driver.c, cx88-tvaudio.c (tags: release-20040405): - fix byte-wide register access in cx88. 2004-03-30 12:32 kraxel * cx88-i2c.c (tags: release-20040405): - fix buffer overflow in cx8800_i2c_init. 2004-03-30 11:35 kraxel * bttv-cards.c: - ImageNation PXC200* fixes by Luke Fletcher 2004-03-29 20:28 kraxel * cx88-cards.c: - tuner added for the cx88 winfast. 2004-03-29 18:41 kraxel * ir-kbd-i2c.c (tags: release-20040405): - pv951 IR support by Mark Phalan. 2004-03-25 19:23 kraxel * cx88-reg.h (tags: release-20040405): - fix register #define. 2004-03-25 17:26 kraxel * bttv-driver.c: - minor vbi fix. - add some latency debug code to the bttv irq handler (enable with debug_latency=1). 2004-03-25 15:16 kraxel * saa7134-input.c (tags: release-20040405): - saa7134 IR updates by Job D. R. Borges 2004-03-25 14:00 kraxel * bttv-driver.c, cx88-vbi.c (tags: release-20040405), cx88-video.c, cx88.h, saa7134-core.c (tags: release-20040405): - cx88 vbi fixes by Tom Zoerner 2004-03-17 13:18 kraxel * saa7134-video.c (tags: release-20040405): - fix saa7134 cropping. 2004-03-17 12:31 kraxel * bttv-cards.c, cx88-cards.c, cx88-video.c, doc/README.cx88 (tags: release-20040405): - bttv card list update. - attempt to fix svideo in cx88. - documentation update. 2004-03-17 09:13 kraxel * cx88-tvaudio.c, cx88-vbi.c, cx88-video.c: - misc cx88 fixes. 2004-03-16 13:59 kraxel * cx88-tvaudio.c, cx88-video.c, cx88.h: - misc. 2004-03-16 13:34 kraxel * cx88-cards.c, cx88-tvaudio.c, cx88-video.c, cx88.h, tuner.c (tags: release-20040405), scripts/update (tags: release-20040405): - plenty of cx88 audio fixes. * grabbed some A2 code from dscaler cvs. * merged patches by zarquon@earendel.org. * code cleanups. 2004-03-15 13:46 kraxel * bttv-cards.c, saa7134-video.c, v4l1-compat.c (tags: release-20040405), videodev2.h (tags: release-20040405): - cropcap fixes. - v4l1-compat fix. 2004-03-10 12:18 kraxel * cx88-cards.c, saa7134-video.c, saa7134.h: - crop support for saa7134. 2004-03-08 11:26 kraxel * saa7134-oss.c (tags: release-20040405), video-buf.c, video-buf.h (tags: release-20040405): - fix saa7134 oss oops. 2004-03-05 16:39 kraxel * cx88-cards.c, cx88-i2c.c, cx88-video.c, ir-kbd-gpio.c (tags: release-20040405), saa7134-core.c, saa7134-oss.c, saa7134.h, v4l1-compat.c, video-buf.c, video-buf.h, doc/CARDLIST.bttv (tags: release-20040405), doc/CARDLIST.saa7134 (tags: release-20040405), doc/CARDLIST.tuner (tags: release-20040405), doc/README.cx88, scripts/saa7134.pl (tags: release-20040405), scripts/update: - more cards supported in ir-kbd-gpio.c - add magics to video-buf structs. - fix saa7134 oss driver spinlocks. - misc minor stuff. 2004-03-01 13:16 kraxel * bttv-driver.c, cx88-cards.c: - reprogram picture settings after reset. 2004-02-24 20:20 kraxel * bttvp.h, cx88.h, saa7134.h, scripts/release.sh: - bump version numbers for release. 2004-02-24 19:46 kraxel * .bp/2.6/34_cx88 (tags: release-20040405): - add cx88-vbi.c to the patchlist. 2004-02-24 19:00 kraxel * .cvsignore (tags: release-20040405), .snapshot: - delete .snapshot. 2004-02-24 18:59 kraxel * .snapshot, bttv-cards.c: - one more pinnacle fix (don't load tvaudio). 2004-02-24 00:55 kraxel * tuner.c: - kill type= insmod option step one: print a warning. 2004-02-24 00:46 kraxel * bttv-cards.c: - fix bttv 10fc:d018 (I-O Data Co. GV-BCTV5/PCI) Junichi Uekawa 2004-02-24 00:44 kraxel * bttv-cards.c: -add bttv 153b:ff23 (Terratec TValue Radio) Tobias Diedrich 2004-02-23 20:02 kraxel * .cvsignore, Makefile (tags: release-20040405), bttv-driver.c: - comment bttv irq flags. 2004-02-22 02:59 kraxel * audiochip.h (tags: release-20040405), bt832.c (tags: release-20040405), bt832.h (tags: release-20040405), bt848.h (tags: release-20040405), bttv-cards.c, bttv-driver.c, bttv-if.c (tags: release-20040405), bttv.h (tags: release-20040405), bttvp.h, dpl3518.c (tags: release-20040405), dpl3518.h (tags: release-20040405), i2c-compat.h (tags: release-20040405), id.h (tags: release-20040405), msp3400.c (tags: release-20040405), msp3400.h (tags: release-20040405), plx9054.h (tags: release-20040405), tda7432.c (tags: release-20040405), tda9875.c (tags: release-20040405), tda9887.c (tags: release-20040405), tda9887.h (tags: release-20040405), .snapshot, Make.config (tags: release-20040405), Makefile, README (tags: release-20040405), btcx-risc.c (tags: release-20040405), btcx-risc.h (tags: release-20040405), bttv-gpio.c (tags: release-20040405), bttv-i2c.c, bttv-risc.c (tags: release-20040405), bttv-vbi.c (tags: release-20040405), cx88-cards.c, cx88-core.c (tags: release-20040405), cx88-i2c.c, cx88-reg.h, cx88-tvaudio.c, cx88-vbi.c, cx88-video.c, cx88.h, ir-common.c (tags: release-20040405), ir-common.h, ir-kbd-gpio.c, ir-kbd-i2c.c, rds-saa6588.c (tags: release-20040405), saa6752hs.c (tags: release-20040405), saa6752hs.h (tags: release-20040405), saa7134-cards.c, saa7134-core.c, saa7134-i2c.c (tags: release-20040405), saa7134-input.c, saa7134-oss.c, saa7134-reg.h (tags: release-20040405), saa7134-ts.c (tags: release-20040405), saa7134-tvaudio.c, saa7134-vbi.c (tags: release-20040405), saa7134-video.c, saa7134.h, tuner.c, tuner.h (tags: release-20040405), tvaudio.c (tags: release-20040405), tvaudio.h (tags: release-20040405), tvmixer.c (tags: release-20040405), v4l1-compat.c, v4l2-common.c (tags: release-20040405), vbi (tags: release-20040405), video-buf.c, video-buf.h, videodev.h (tags: release-20040405), videodev2.h, .bp/2.4/20_v4l2 (tags: release-20040405), .bp/2.4/30_video-buf (tags: release-20040405), .bp/2.4/31_bt832 (tags: release-20040405), .bp/2.4/31_i2c (tags: release-20040405), .bp/2.4/31_ir-input (tags: release-20040405), .bp/2.4/31_tuner (tags: release-20040405), .bp/2.4/32_bttv (tags: release-20040405), .bp/2.4/33_saa7134 (tags: release-20040405), .bp/2.4/35_documentation (tags: release-20040405), .bp/2.6/20_v4l2 (tags: release-20040405), .bp/2.6/30_video-buf (tags: release-20040405), .bp/2.6/31_bt832 (tags: release-20040405), .bp/2.6/31_i2c (tags: release-20040405), .bp/2.6/31_ir-input (tags: release-20040405), .bp/2.6/31_tuner (tags: release-20040405), .bp/2.6/32_bttv (tags: release-20040405), .bp/2.6/32_bttv-input (tags: release-20040405), .bp/2.6/33_saa7134 (tags: release-20040405), .bp/2.6/34_cx88, .bp/2.6/35_documentation (tags: release-20040405), doc/CARDLIST.bttv, doc/CARDLIST.saa7134, doc/CARDLIST.tuner, doc/Cards (tags: release-20040405), doc/MAKEDEV (tags: release-20040405), doc/README.bttv (tags: release-20040405), doc/README.cx88, doc/README.saa7134 (tags: release-20040405), doc/Sound-FAQ (tags: release-20040405), doc/Tuners (tags: release-20040405), doc/README.ir (tags: release-20040405), doc/insmod-options (tags: release-20040405), doc/not-in-cx2388x-datasheet.txt (tags: release-20040405), scripts/cardlist (tags: release-20040405), scripts/config.bttv (tags: release-20040405), scripts/config.cx88 (tags: release-20040405), scripts/config.saa7134 (tags: release-20040405), scripts/modules.sh (tags: release-20040405), scripts/release.sh, scripts/saa7134.pl, scripts/update (utags: start): - import video4linux drivers. 2004-02-22 02:59 kraxel * audiochip.h, bt832.c, bt832.h, bt848.h, bttv-cards.c, bttv-driver.c, bttv-if.c, bttv.h, bttvp.h, dpl3518.c, dpl3518.h, i2c-compat.h, id.h, msp3400.c, msp3400.h, plx9054.h, tda7432.c, tda9875.c, tda9887.c, tda9887.h, .snapshot, Make.config, Makefile, README, btcx-risc.c, btcx-risc.h, bttv-gpio.c, bttv-i2c.c, bttv-risc.c, bttv-vbi.c, cx88-cards.c, cx88-core.c, cx88-i2c.c, cx88-reg.h, cx88-tvaudio.c, cx88-vbi.c, cx88-video.c, cx88.h, ir-common.c, ir-common.h, ir-kbd-gpio.c, ir-kbd-i2c.c, rds-saa6588.c, saa6752hs.c, saa6752hs.h, saa7134-cards.c, saa7134-core.c, saa7134-i2c.c, saa7134-input.c, saa7134-oss.c, saa7134-reg.h, saa7134-ts.c, saa7134-tvaudio.c, saa7134-vbi.c, saa7134-video.c, saa7134.h, tuner.c, tuner.h, tvaudio.c, tvaudio.h, tvmixer.c, v4l1-compat.c, v4l2-common.c, vbi, video-buf.c, video-buf.h, videodev.h, videodev2.h, .bp/2.4/20_v4l2, .bp/2.4/30_video-buf, .bp/2.4/31_bt832, .bp/2.4/31_i2c, .bp/2.4/31_ir-input, .bp/2.4/31_tuner, .bp/2.4/32_bttv, .bp/2.4/33_saa7134, .bp/2.4/35_documentation, .bp/2.6/20_v4l2, .bp/2.6/30_video-buf, .bp/2.6/31_bt832, .bp/2.6/31_i2c, .bp/2.6/31_ir-input, .bp/2.6/31_tuner, .bp/2.6/32_bttv, .bp/2.6/32_bttv-input, .bp/2.6/33_saa7134, .bp/2.6/34_cx88, .bp/2.6/35_documentation, doc/CARDLIST.bttv, doc/CARDLIST.saa7134, doc/CARDLIST.tuner, doc/Cards, doc/MAKEDEV, doc/README.bttv, doc/README.cx88, doc/README.saa7134, doc/Sound-FAQ, doc/Tuners, doc/README.ir, doc/insmod-options, doc/not-in-cx2388x-datasheet.txt, scripts/cardlist, scripts/config.bttv, scripts/config.cx88, scripts/config.saa7134, scripts/modules.sh, scripts/release.sh, scripts/saa7134.pl, scripts/update: Initial revision