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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/class/cdc-acm.h b/drivers/usb/class/cdc-acm.h
index 4a8e87ec6ce9..5eeb570b9a61 100644
--- a/drivers/usb/class/cdc-acm.h
+++ b/drivers/usb/class/cdc-acm.h
@@ -124,8 +124,8 @@ struct acm {
124 unsigned char clocal; /* termios CLOCAL */ 124 unsigned char clocal; /* termios CLOCAL */
125 unsigned int ctrl_caps; /* control capabilities from the class specific header */ 125 unsigned int ctrl_caps; /* control capabilities from the class specific header */
126 unsigned int susp_count; /* number of suspended interfaces */ 126 unsigned int susp_count; /* number of suspended interfaces */
127 int combined_interfaces:1; /* control and data collapsed */ 127 unsigned int combined_interfaces:1; /* control and data collapsed */
128 int is_int_ep:1; /* interrupt endpoints contrary to spec used */ 128 unsigned int is_int_ep:1; /* interrupt endpoints contrary to spec used */
129 u8 bInterval; 129 u8 bInterval;
130 struct acm_wb *delayed_wb; /* write queued for a device about to be woken */ 130 struct acm_wb *delayed_wb; /* write queued for a device about to be woken */
131}; 131};