patch-2.4.9 linux/drivers/usb/pwc.h
Next file: linux/drivers/usb/serial/io_usbvend.h
Previous file: linux/drivers/usb/pwc-misc.c
Back to the patch index
Back to the overall index
- Lines: 29
- Date:
Sun Aug 12 10:51:42 2001
- Orig file:
v2.4.8/linux/drivers/usb/pwc.h
- Orig date:
Tue Jul 3 17:08:21 2001
diff -u --recursive --new-file v2.4.8/linux/drivers/usb/pwc.h linux/drivers/usb/pwc.h
@@ -58,8 +58,8 @@
/* Version block */
#define PWC_MAJOR 8
-#define PWC_MINOR 0
-#define PWC_VERSION "8.0"
+#define PWC_MINOR 1
+#define PWC_VERSION "8.1"
#define PWC_NAME "pwc"
/* Turn certain features on/off */
@@ -138,7 +138,7 @@
int vbandlength; /* compressed band length; 0 is uncompressed */
char vsnapshot; /* snapshot mode */
char vsync; /* used by isoc handler */
-
+
/* The image acquisition requires 3 to 4 steps:
1. data is gathered in short packets from the USB controller
2. data is synchronized and packed into a frame buffer
@@ -157,7 +157,7 @@
struct pwc_frame_buf *fbuf; /* all frames */
struct pwc_frame_buf *empty_frames, *empty_frames_tail; /* all empty frames */
struct pwc_frame_buf *full_frames, *full_frames_tail; /* all filled frames */
- struct pwc_frame_buf *fill_frame; /* frame currently filled */
+ struct pwc_frame_buf *fill_frame; /* frame currently being filled */
struct pwc_frame_buf *read_frame; /* frame currently read by user process */
int frame_size;
int frame_header_size, frame_trailer_size;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)