patch-2.2.4 linux/drivers/char/bw-qcam.h

Next file: linux/drivers/char/console.c
Previous file: linux/drivers/char/bw-qcam.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.3/linux/drivers/char/bw-qcam.h linux/drivers/char/bw-qcam.h
@@ -48,6 +48,9 @@
 #define MAX_HEIGHT 243
 #define MAX_WIDTH 336
 
+/* Bit fields for status flags */
+#define QC_PARAM_CHANGE	0x01 /* Camera status change has occurred */
+
 struct qcam_device {
 	struct video_device vdev;
 	struct pardevice *pdev;
@@ -59,6 +62,6 @@
 	int port_mode;
 	int transfer_scale;
 	int top, left;
+	int status;
 	unsigned int saved_bits;
 };
-

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