patch-2.4.0-test2 linux/drivers/usb/ov511.h

Next file: linux/drivers/usb/pegasus.c
Previous file: linux/drivers/usb/ov511.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test1/linux/drivers/usb/ov511.h linux/drivers/usb/ov511.h
@@ -339,16 +339,11 @@
 struct mode_list {
 	int width;
 	int height;
-	int mode;
-	u8 pxcnt;
-	u8 lncnt;
-	u8 pxdv;
-	u8 lndv;
-	u8 s_pxcnt;
-	u8 s_lncnt;
-	u8 s_pxdv;
-	u8 s_lndv;
-	u8 clock;
+	int color;		/* 0=grayscale, 1=color */
+	u8 pxcnt;		/* pixel counter */
+	u8 lncnt;		/* line counter */
+	u8 pxdv;		/* pixel divisor */
+	u8 lndv;		/* line divisor */
 	u8 m420;
 	u8 common_A;
 	u8 common_C;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)