usb: Update USB common definitions
Add support for USB 2.0 and NCM CDC protocol Change-Id: Ib815b7d9d02d404b5dfbcc8aba1fcd7e6de71bd3 Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
e4b62aec7f
commit
e2b90cdf68
1 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,7 @@
|
||||||
|
|
||||||
/* Useful define */
|
/* Useful define */
|
||||||
#define USB_1_1 0x0110
|
#define USB_1_1 0x0110
|
||||||
|
#define USB_2_0 0x0200
|
||||||
|
|
||||||
#define BCDDEVICE_RELNUM 0x0100
|
#define BCDDEVICE_RELNUM 0x0100
|
||||||
|
|
||||||
|
@ -90,6 +91,7 @@
|
||||||
/* Sub-classes */
|
/* Sub-classes */
|
||||||
#define ACM_SUBCLASS 0x02
|
#define ACM_SUBCLASS 0x02
|
||||||
#define CDC_ECM_SUBCLASS 0x06
|
#define CDC_ECM_SUBCLASS 0x06
|
||||||
|
#define CDC_NCM_SUBCLASS 0x0d
|
||||||
#define BOOT_INTERFACE_SUBCLASS 0x01
|
#define BOOT_INTERFACE_SUBCLASS 0x01
|
||||||
#define SCSI_TRANSPARENT_SUBCLASS 0x06
|
#define SCSI_TRANSPARENT_SUBCLASS 0x06
|
||||||
#define DFU_INTERFACE_SUBCLASS 0x01
|
#define DFU_INTERFACE_SUBCLASS 0x01
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue