]> git.karo-electronics.de Git - mv-sheeva.git/commit
V4L/DVB (4927): Enhancements on usbvision driver
authorThierry MERLE <thierry.merle@free.fr>
Mon, 4 Dec 2006 11:31:14 +0000 (08:31 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Sun, 10 Dec 2006 11:05:45 +0000 (09:05 -0200)
commitf2242ee5474f46d87a45cd4e214b5c3aa02ff293
tree38d7eff61756058d6bec246b672effb0f0f0c04c
parent18d8a4540caddaa9a42fb4dbc04c75c4b806278b
V4L/DVB (4927): Enhancements on usbvision driver

Enhance the buffer management of this driver + some corrections
- linux list.h usage for buffer management
- VIDIOC_ENUMSTD/VIDIOC_G_STD/VIDIOC_S_STD simplification (use of
v4l2_video_std_construct)
- create_sysfs : remove of warnings for video_device_create_file return code
- make the driver compatible with 2.6.19 kernel version (remove
slave_send and slave_recv in usbvision-i2c, change ctrlUrb_complete
function prototype)
- deactivated v4l2_read because this code was not the priority but
working on it :)

Signed-off-by: Thierry MERLE <thierry.merle@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/usbvision/usbvision-core.c
drivers/media/video/usbvision/usbvision-i2c.c
drivers/media/video/usbvision/usbvision.h