usb: Add USB definitions for EEM device
Add CDC Ethernet Emulation Model subclass and protocol codes. Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
This commit is contained in:
parent
73a5fe77f8
commit
f74190f829
1 changed files with 2 additions and 0 deletions
|
@ -30,9 +30,11 @@
|
|||
/** Communications Class Subclass Codes */
|
||||
#define ACM_SUBCLASS 0x02
|
||||
#define ECM_SUBCLASS 0x06
|
||||
#define EEM_SUBCLASS 0x0c
|
||||
|
||||
/** Communications Class Protocol Codes */
|
||||
#define AT_CMD_V250_PROTOCOL 0x01
|
||||
#define EEM_PROTOCOL 0x07
|
||||
|
||||
/**
|
||||
* @brief Data Class Interface Codes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue