patch-2.4.10 linux/drivers/usb/se401.h

Next file: linux/drivers/usb/serial/Config.in
Previous file: linux/drivers/usb/se401.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.9/linux/drivers/usb/se401.h linux/drivers/usb/se401.h
@@ -191,6 +191,7 @@
 
 	struct semaphore lock;
 	int user;		/* user count for exclusive use */
+	int removed;		/* device disconnected */
 
 	int streaming;		/* Are we streaming video? */
 
@@ -228,6 +229,8 @@
 
 	int nullpackets;
 };
+
+static inline void usb_se401_remove_disconnected (struct usb_se401 *se401);
 
 
 #endif

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