summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/serial/usb_serial.h
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2009-04-05 18:22:03 +0000
committerthompsa <thompsa@FreeBSD.org>2009-04-05 18:22:03 +0000
commitca54de513e7e5b7fd4ba3efeb6ef5ef99a33d0c1 (patch)
tree775a8155b483857b503f0f14e1fdff2d722260db /sys/dev/usb/serial/usb_serial.h
parent5b533e0a2c103b52a1027de60f9d05ce3e9407ee (diff)
downloadFreeBSD-src-ca54de513e7e5b7fd4ba3efeb6ef5ef99a33d0c1.zip
FreeBSD-src-ca54de513e7e5b7fd4ba3efeb6ef5ef99a33d0c1.tar.gz
MFp4 //depot/projects/usb@160052
Wait until line configuration is complete before starting data transfers. Submitted by: Hans Petter Selasky
Diffstat (limited to 'sys/dev/usb/serial/usb_serial.h')
-rw-r--r--sys/dev/usb/serial/usb_serial.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/serial/usb_serial.h b/sys/dev/usb/serial/usb_serial.h
index c7d57a0..7b5837a 100644
--- a/sys/dev/usb/serial/usb_serial.h
+++ b/sys/dev/usb/serial/usb_serial.h
@@ -152,6 +152,8 @@ struct usb2_com_softc {
struct usb2_com_cfg_task sc_status_task[2];
struct usb2_com_param_task sc_param_task[2];
struct cv sc_cv;
+ /* Used to set "UCOM_FLAG_GP_DATA" flag: */
+ struct usb2_proc_msg *sc_last_start_xfer;
const struct usb2_com_callback *sc_callback;
struct usb2_com_super_softc *sc_super;
struct tty *sc_tty;
OpenPOWER on IntegriCloud