usb: Add missing definitions needed for RNDIS
Add missing CDC definitions for RNDIS. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
2615658027
commit
2a28194364
1 changed files with 2 additions and 0 deletions
|
@ -65,6 +65,8 @@
|
|||
* for ACM devices
|
||||
* @note PSTN120.pdf, 6.3, Table 13
|
||||
*/
|
||||
#define CDC_SEND_ENC_CMD 0x00
|
||||
#define CDC_GET_ENC_RSP 0x01
|
||||
#define SET_LINE_CODING 0x20
|
||||
#define GET_LINE_CODING 0x21
|
||||
#define SET_CONTROL_LINE_STATE 0x22
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue