more
This commit is contained in:
7
src/usb-cdc.h
Normal file
7
src/usb-cdc.h
Normal file
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
* Class specific control requests for CDC
|
||||
*/
|
||||
#define USB_CDC_REQ_SET_LINE_CODING 0x20
|
||||
#define USB_CDC_REQ_GET_LINE_CODING 0x21
|
||||
#define USB_CDC_REQ_SET_CONTROL_LINE_STATE 0x22
|
||||
#define USB_CDC_REQ_SEND_BREAK 0x23
|
||||
Reference in New Issue
Block a user