The patch number 10354 was added via Jean-Francois Moine <[email protected]>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        Linux Media Mailing List <[email protected]>

------

From: Jean-Francois Moine  <[email protected]>
gspca - tv8532: Change the max brightness.


Priority: normal

Signed-off-by: Jean-Francois Moine <[email protected]>


---

 linux/drivers/media/video/gspca/tv8532.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff -r 0686e746fc27 -r 79ca145a9377 linux/drivers/media/video/gspca/tv8532.c
--- a/linux/drivers/media/video/gspca/tv8532.c  Sat Jan 10 20:11:25 2009 +0100
+++ b/linux/drivers/media/video/gspca/tv8532.c  Sat Jan 10 20:14:12 2009 +0100
@@ -46,9 +46,9 @@ static struct ctrl sd_ctrls[] = {
          .type = V4L2_CTRL_TYPE_INTEGER,
          .name = "Brightness",
          .minimum = 1,
-         .maximum = 0x2ff,
+         .maximum = 0x15f,     /* = 352 - 1 */
          .step = 1,
-#define BRIGHTNESS_DEF 0x18f
+#define BRIGHTNESS_DEF 0x14c
          .default_value = BRIGHTNESS_DEF,
          },
         .set = sd_setbrightness,


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/79ca145a9377d64660103d5d444d3196697cd3c6

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to