Go to the documentation of this file.
21 #define ACM_TTY_MAJOR 166
22 #define ACM_TTY_MINORS 32
28 #define USB_RT_ACM (USB_TYPE_CLASS | USB_RECIP_INTERFACE)
34 #define ACM_CTRL_DTR 0x01
35 #define ACM_CTRL_RTS 0x02
41 #define ACM_CTRL_DCD 0x01
42 #define ACM_CTRL_DSR 0x02
43 #define ACM_CTRL_BRK 0x04
44 #define ACM_CTRL_RI 0x08
46 #define ACM_CTRL_FRAMING 0x10
47 #define ACM_CTRL_PARITY 0x20
48 #define ACM_CTRL_OVERRUN 0x40
83 struct usb_device *
dev;
123 #define CDC_DATA_INTERFACE_TYPE 0x0a
126 #define NO_UNION_NORMAL 1
127 #define SINGLE_RX_URB 2
128 #define NO_CAP_LINE 4
129 #define NOT_A_MODEM 8
130 #define NO_DATA_INTERFACE 16