patch-2.3.99-pre6 linux/drivers/usb/dc2xx.c
Next file: linux/drivers/usb/devices.c
Previous file: linux/drivers/usb/audio.c
Back to the patch index
Back to the overall index
-  Lines: 11
-  Date:
Tue Apr 25 17:38:33 2000
-  Orig file: 
v2.3.99-pre5/linux/drivers/usb/dc2xx.c
-  Orig date: 
Sun Mar 19 18:35:30 2000
diff -u --recursive --new-file v2.3.99-pre5/linux/drivers/usb/dc2xx.c linux/drivers/usb/dc2xx.c
@@ -109,8 +109,8 @@
 
 struct camera_state {
 	struct usb_device	*dev;		/* USB device handle */
-	char			inEP;		/* read endpoint */
-	char			outEP;		/* write endpoint */
+	int			inEP;		/* read endpoint */
+	int			outEP;		/* write endpoint */
 	const struct camera	*info;		/* DC-240, etc */
 	int			subminor;	/* which minor dev #? */
 	int			isActive;	/* I/O taking place? */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)