patch-2.3.34 linux/drivers/usb/cpia.h

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

diff -u --recursive --new-file v2.3.33/linux/drivers/usb/cpia.h linux/drivers/usb/cpia.h
@@ -137,7 +137,7 @@
 
 struct cpia_sbuf {
 	char *data;
-	struct usb_isoc_desc *isodesc;
+	urb_t *urb;
 };
 
 enum {
@@ -178,6 +178,8 @@
 
 	/* Device structure */
 	struct usb_device *dev;
+
+	unsigned char iface;
 
 	struct semaphore lock;
 	int user;		/* user count for exclusive use */

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