Skip to content

Commit

Permalink
V4L/DVB (4926): Fix USBVision handling of VIDIOC_QUERYCTRL
Browse files Browse the repository at this point in the history
There's a better (and recommended) way for handling VIDIOC_QUERYCTRL.

This patch will fix the issue where the hardware control values were
invalid and stops the SAA7115 module from complaining about invalid values.

saa7115 4-0024: invalid brightness setting 32768
saa7115 4-0024: invalid contrast setting 49152
saa7115 4-0024: invalid hue setting 32768
saa7115 4-0024: invalid saturation setting 32768

Signed-off-by: Dwaine Garden <dwainegarden@rogers.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Dwaine Garden authored and Mauro Carvalho Chehab committed Dec 10, 2006
1 parent cc9e595 commit 18d8a45
Showing 1 changed file with 182 additions and 217 deletions.
Loading

0 comments on commit 18d8a45

Please sign in to comment.