V4L/DVB (4924): Fix some bugs on usbvision due to the merge into one module
authorThierry MERLE <thierry.merle@free.fr>
Mon, 4 Dec 2006 11:31:04 +0000 (08:31 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Sun, 10 Dec 2006 11:05:41 +0000 (09:05 -0200)
commitc8400c700723936d9333c977e51fa77062d26dd4
tree24d1f234c3fb67d3e58c21dbf0a7c975aa0db23a
parent6714b01263b06b2e7d054625486451a9fd8e03f4
V4L/DVB (4924): Fix some bugs on usbvision due to the merge into one module

Found the bug that prevented the driver from loading : a module
param conflict between usbvision-i2c and usbvision-core (debug
parameter).
- correct the module param "debug" conflics in usbvision-i2c.c and
usbvision-core.c
- add some debug printouts in usbvision-core.c VDIOC_QBUF/VIDIOC_DQBUF
- usbvision-core.c : add vb->field = V4L2_FIELD_NONE in VIDIOC_DQBUF

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