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
- Lines: 17
- Date:
Fri Sep 7 10:59:04 2001
- Orig file:
v2.4.9/linux/drivers/usb/se401.h
- Orig date:
Tue Jul 3 17:08:21 2001
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)