]> git.karo-electronics.de Git - linux-beck.git/commitdiff
V4L/DVB: gspca - zc3xx: Change the max and default JPEG qualities
authorJean-François Moine <moinejf@free.fr>
Fri, 4 Jun 2010 08:48:52 +0000 (05:48 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 2 Aug 2010 17:06:10 +0000 (14:06 -0300)
Signed-off-by: Jean-François Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/gspca/zc3xx.c

index 0a043719f765feb786ce788a0e086271f170a1c1..cbc20dbdcdc5b130bacdea4eacf310a106c5a1d1 100644 (file)
@@ -46,9 +46,9 @@ struct sd {
        u8 lightfreq;
        u8 sharpness;
        u8 quality;                     /* image quality */
-#define QUALITY_MIN 40
-#define QUALITY_MAX 60
-#define QUALITY_DEF 50
+#define QUALITY_MIN 50
+#define QUALITY_MAX 80
+#define QUALITY_DEF 70
 
        u8 sensor;              /* Type of image sensor chip */
 /* !! values used in different tables */