diff options
Diffstat (limited to 'sys/dev/usb/usbcdc.h')
-rw-r--r-- | sys/dev/usb/usbcdc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/usbcdc.h b/sys/dev/usb/usbcdc.h index 5187a4a..58b0706 100644 --- a/sys/dev/usb/usbcdc.h +++ b/sys/dev/usb/usbcdc.h @@ -100,9 +100,9 @@ typedef struct { #define UCDC_GET_ENCAPSULATED_RESPONSE 0x01 #define UCDC_SET_COMM_FEATURE 0x02 #define UCDC_GET_COMM_FEATURE 0x03 +#define UCDC_CLEAR_COMM_FEATURE 0x04 #define UCDC_ABSTRACT_STATE 0x01 #define UCDC_COUNTRY_SETTING 0x02 -#define UCDC_CLEAR_COMM_FEATURE 0x04 #define UCDC_SET_LINE_CODING 0x20 #define UCDC_GET_LINE_CODING 0x21 |