V4L/DVB (9860): gspca - ov534: Frame transfer improvements.
authorJim Paris <jim@jtan.com>
Thu, 4 Dec 2008 07:52:40 +0000 (04:52 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 30 Dec 2008 11:38:55 +0000 (09:38 -0200)
commitfb139224aea3b56237542690516eb9d6d671b135
treedac8b862a677d6107a0bffa03ae3b6a76d9afa36
parent5ea9c4def8154a5be836dd31cbd97f49fd34ea8f
V4L/DVB (9860): gspca - ov534: Frame transfer improvements.

The indirect registers at 0x1c/0x1d control frame settings.  If we
leave the values at 0x0a and 0x0b at their reset-time defaults, frame
data from the camera matches the UVC payload format.  This lets us
better reassemble the data into frames and know when data was lost.

This also lets us relax the bulk_size requirement from 600K to 2K,
which should help systems on with limited RAM (like the PS3).

Signed-off-by: Jim Paris <jim@jtan.com>
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/gspca/ov534.c