]> git.baikalelectronics.ru Git - kernel.git/commit
V4L/DVB (6585): Convert em28xx to video_ioctl2
authorMauro Carvalho Chehab <mchehab@infradead.org>
Sun, 11 Nov 2007 16:17:17 +0000 (13:17 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 25 Jan 2008 21:02:07 +0000 (19:02 -0200)
commit7d803d2a66333e1af608aae484d4e9247b8cd083
treedbd1e2c78d80dea6b24afbfe65dbcaf0f26849ce
parent5ce649531a1b777f8158597a4fd652bcaee57fbf
V4L/DVB (6585): Convert em28xx to video_ioctl2

Uses the newer ioctl handler at videodev. This patch also cleans up some
bad logic at the driver and do CodingStyle and other cleanups at the
resulting driver.

Also, since VIDIOCMBUF were not working, the V4L1 compat code were removed.
The compat code will eventually be re-inserted, if we find a clean way for
implementing compatibility with the old API.

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/em28xx/em28xx-video.c