patch-2.4.0-test7 linux/drivers/usb/serial/usb-serial.h
Next file: linux/drivers/usb/serial/visor.c
Previous file: linux/drivers/usb/serial/keyspan_pda.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Sun Aug 13 19:23:19 2000
- Orig file:
v2.4.0-test6/linux/drivers/usb/serial/usb-serial.h
- Orig date:
Thu Jul 27 17:38:01 2000
diff -u --recursive --new-file v2.4.0-test6/linux/drivers/usb/serial/usb-serial.h linux/drivers/usb/serial/usb-serial.h
@@ -11,6 +11,9 @@
*
* See Documentation/usb/usb-serial.txt for more information on using this driver
*
+ * (08/08/2000) gkh
+ * Added open_count to port structure.
+ *
* (07/23/2000) gkh
* Added bulk_out_endpointAddress to port structure.
*
@@ -59,6 +62,7 @@
wait_queue_head_t write_wait;
struct tq_struct tqueue; /* task queue for line discipline waking up */
+ int open_count; /* number of times this port has been opened */
void * private; /* data private to the specific port */
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)