usb: cdc: Remove duplicated class code
Class COMMUNICATION_DEVICE_CLASS is specified in common header already. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
9ed9315cd4
commit
303c4cd6ae
1 changed files with 0 additions and 3 deletions
|
@ -24,9 +24,6 @@
|
||||||
/** CDC Specification release number in BCD format */
|
/** CDC Specification release number in BCD format */
|
||||||
#define CDC_SRN_1_20 0x0120
|
#define CDC_SRN_1_20 0x0120
|
||||||
|
|
||||||
/** CDC Class Code */
|
|
||||||
#define COMMUNICATION_DEVICE_CLASS 0x02
|
|
||||||
|
|
||||||
/** Communications Class Subclass Codes */
|
/** Communications Class Subclass Codes */
|
||||||
#define ACM_SUBCLASS 0x02
|
#define ACM_SUBCLASS 0x02
|
||||||
#define ECM_SUBCLASS 0x06
|
#define ECM_SUBCLASS 0x06
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue