This commit is contained in:
NIIBE Yutaka
2010-08-30 11:39:46 +09:00
parent 6bb07657d8
commit 55e9678ab8
4 changed files with 167 additions and 0 deletions

7
src/usb-cdc.h Normal file
View 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