gnuk/src/usb-cdc.h

8 lines
262 B
C
Raw Normal View History

2010-08-30 02:39:46 +00:00
/*
* 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