aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/class/cdc-acm.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/class/cdc-acm.h')
-rw-r--r--drivers/usb/class/cdc-acm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/usb/class/cdc-acm.h b/drivers/usb/class/cdc-acm.h
index 515aad0847ee..ca1c026382c2 100644
--- a/drivers/usb/class/cdc-acm.h
+++ b/drivers/usb/class/cdc-acm.h
@@ -108,6 +108,7 @@ struct acm {
108 unsigned long flags; 108 unsigned long flags;
109# define EVENT_TTY_WAKEUP 0 109# define EVENT_TTY_WAKEUP 0
110# define EVENT_RX_STALL 1 110# define EVENT_RX_STALL 1
111# define ACM_THROTTLED 2
111 struct usb_cdc_line_coding line; /* bits, stop, parity */ 112 struct usb_cdc_line_coding line; /* bits, stop, parity */
112 struct work_struct work; /* work queue entry for line discipline waking up */ 113 struct work_struct work; /* work queue entry for line discipline waking up */
113 unsigned int ctrlin; /* input control lines (DCD, DSR, RI, break, overruns) */ 114 unsigned int ctrlin; /* input control lines (DCD, DSR, RI, break, overruns) */
@@ -122,8 +123,6 @@ struct acm {
122 unsigned int ctrl_caps; /* control capabilities from the class specific header */ 123 unsigned int ctrl_caps; /* control capabilities from the class specific header */
123 unsigned int susp_count; /* number of suspended interfaces */ 124 unsigned int susp_count; /* number of suspended interfaces */
124 unsigned int combined_interfaces:1; /* control and data collapsed */ 125 unsigned int combined_interfaces:1; /* control and data collapsed */
125 unsigned int throttled:1; /* actually throttled */
126 unsigned int throttle_req:1; /* throttle requested */
127 u8 bInterval; 126 u8 bInterval;
128 struct usb_anchor delayed; /* writes queued for a device about to be woken */ 127 struct usb_anchor delayed; /* writes queued for a device about to be woken */
129 unsigned long quirks; 128 unsigned long quirks;