commit | 8d87cb9f31930c7ac25d03043fa90cbd5313fe26 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@infradead.org> | Sat Jan 20 13:58:17 2007 -0300 |
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Wed Feb 21 13:34:42 2007 -0200 |
tree | f98c3dee7886ed7c2405c9e97ad534c1ea46c6c6 | |
parent | fd69496461050296fb0fdd9acf6d789d27a0ef44 [diff] |
V4L/DVB (5097): Convert cx8800 driver to video_ioctl2 handler video_ioctl2 handler provides V4L2 API parsing. Using it makes the driver simpler, and isolates API parsing. This allows future reusage of driver controls using other ways, like sysfs and/or procfs and increases isolation of driver-specific handling from the generic common ioctl processing. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>