10 Dec, 2006

9 commits


04 Oct, 2006

1 commit


01 Oct, 2006

1 commit

  • * master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb: (180 commits)
    V4L/DVB (4641): Trivial: use lowercase letters in hex subsystem ids
    V4L/DVB (4639): Cx88: add autodetection for alternate revision of Leadtek PVR
    V4L/DVB (4638): Basic DVB-T and analog TV support for the HVR1300.
    V4L/DVB (4637): Add a default method for VIDIOC_G_PARM
    V4L/DVB (4635): Extend bttv and saa7134 to check for both AGP and PCI PCI failure case
    V4L/DVB (4634): Zr36120: implement pcipci checks
    V4L/DVB (4632): Zoran: Implement pcipci failure check
    V4L/DVB (4631): Av7110: remove V4L2_CAP_VBI_CAPTURE flag
    V4L/DVB (4630): Av7110: FW_LOADER depemdency fixed
    V4L/DVB (4629): Saa7134: add card support for Proteus Pro 2309
    V4L/DVB (4628): Fix VIDIOC_ENUMSTD ioctl in videodev.c
    V4L/DVB (4627): Vivi crashes with mplayer
    V4L/DVB (4626): On saa7111/7113, LUMA_CTRL need a different value
    V4L/DVB (4624): Tvaudio: Replaced kernel_thread() with kthread_run()
    V4L/DVB (4622): Copy-paste bug in videodev.c
    V4L/DVB (4620): Fix AGC configuration for MOD3000P-based boards
    V4L/DVB (4619): Fixes some I2C dependencies on V4L devices
    V4L/DVB (4617): Problem with dibusb-mb.c USB IDs
    V4L/DVB (4616): [PATCH] Nebula DigiTV USB RC support
    V4L/DVB (4614): Export symbol saa7134_tvaudio_setmute from saa7134 for saa7134-alsa
    ...

    Linus Torvalds
     

26 Sep, 2006

8 commits


11 Sep, 2006

1 commit

  • V4L1 support should be disabled when no CONFIG_VIDEO_V4L1_COMPAT is defined,
    to allow checking for broken V4L2 ports. This is very important during the
    migration phase for V4L2 API.
    However, userspace apps should be capable of using both APIs, since they need
    to test at runtime, via VIDIOCGCAP ioctl, if V4L1 is supported. So, when
    __KERNEL__ is not defined, those ioctls and corresponding structs should be
    visible.
    This patch also removes the obsolete defines HAVE_V4L1 and HAVE_V4L2, that
    where causing some confusion, and were replaced by CONFIG_VIDEO_V4L1_COMPAT
    and CONFIG_VIDEO_V4L2.

    Signed-off-by: Mauro Carvalho Chehab

    Mauro Carvalho Chehab
     

09 Aug, 2006

1 commit


30 Jul, 2006

1 commit

  • Check __must_check warnings for class_device_register and class_device_create_file

    video_device_create_file was declared as a void, but instead should
    return the int value of class_device_create_file.

    Move the check from bttv-driver.c into v4l2-dev.h, because all other
    callers of video_device_create_file must also be checked.

    Replace the call to class_device_create_file in videodev.c with
    video_device_create_file, as defined in v4l2-dev.h, so that the
    return value of class_device_create_file will be checked.

    Check the return value of class_device_register in videodev.c and
    pvrusb2-sysfs.c

    Signed-off-by: Michael Krufky
    Signed-off-by: Mauro Carvalho Chehab

    Michael Krufky
     

01 Jul, 2006

1 commit


30 Jun, 2006

1 commit

  • * git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6: (22 commits)
    [PATCH] devfs: Remove it from the feature_removal.txt file
    [PATCH] devfs: Last little devfs cleanups throughout the kernel tree.
    [PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEV
    [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer needed
    [PATCH] devfs: Remove the line_driver devfs_name field as it's no longer needed
    [PATCH] devfs: Remove the videodevice devfs_name field as it's no longer needed
    [PATCH] devfs: Remove the gendisk devfs_name field as it's no longer needed
    [PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer needed
    [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree
    [PATCH] devfs: Remove devfs_remove() function from the kernel tree
    [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel tree
    [PATCH] devfs: Remove devfs_mk_bdev() function from the kernel tree
    [PATCH] devfs: Remove devfs_mk_symlink() function from the kernel tree
    [PATCH] devfs: Remove devfs_mk_dir() function from the kernel tree
    [PATCH] devfs: Remove devfs_*_tape() functions from the kernel tree
    [PATCH] devfs: Remove devfs support from the sound subsystem
    [PATCH] devfs: Remove devfs support from the ide subsystem.
    [PATCH] devfs: Remove devfs support from the serial subsystem
    [PATCH] devfs: Remove devfs from the init code
    [PATCH] devfs: Remove devfs from the partition code
    ...

    Linus Torvalds
     

27 Jun, 2006

3 commits


26 Jun, 2006

1 commit

  • V4L2_CID_MPEG_STREAM_VBI_FMT controls if and how VBI data is embedded in
    an MPEG stream. Currently only one format is supported: the format designed
    for the ivtv driver. This should be extended with new standard formats
    (such as defined for DVB) in the future.

    Signed-off-by: Hans Verkuil
    Signed-off-by: Mauro Carvalho Chehab

    Hans Verkuil
     

25 Jun, 2006

12 commits