]> git.karo-electronics.de Git - mv-sheeva.git/commit
V4L/DVB: gspca_tv8532: remove a whole bunch of unnecessary register writes
authorHans de Goede <hdegoede@redhat.com>
Wed, 12 May 2010 09:26:01 +0000 (06:26 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 2 Aug 2010 17:06:04 +0000 (14:06 -0300)
commit5e027610eaad08c996ee791a7d7d93294ace2c2a
tree16a13d454eaf07959e22481fd1de0deb1f5410d9
parentd6b6d7aef458e1c1ce6997929d38aaa48fe637c2
V4L/DVB: gspca_tv8532: remove a whole bunch of unnecessary register writes

There is a problem with certain tv8532 cams, where sometimes there
hsync/vsync locks one pixel of where it normally locks. While trying to
fix this (which I failed to do). I noticed there are lots if duplicate
register writes and unnecessary register reads in the tv8532 driver. This
patch cleanes these ups (which has no negative effects, but unfortunately
also does not help).

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/gspca/tv8532.c