1) Remove the definition of usb_cdc_generic_descriptor_t. It is

equivalent to usb_descriptor_t

2) Rename USB_CDC_CM_CM_OVER_DATA to USB_CDC_CM_OVER_DATA
This commit is contained in:
Nick Hibma 1999-05-31 22:35:55 +00:00
parent 153eb46fb6
commit 114278b089
1 changed files with 1 additions and 7 deletions

View File

@ -60,12 +60,6 @@
#define UDESCSUB_CDC_AN 0x10 /* ATM Networking */
typedef struct {
uByte bLength;
uByte bDescriptorType;
uByte bDescriptorSubtype;
} usb_cdc_generic_descriptor_t;
typedef struct {
uByte bLength;
uByte bDescriptorType;
@ -79,7 +73,7 @@ typedef struct {
uByte bDescriptorSubtype;
uByte bmCapabilities;
#define USB_CDC_CM_DOES_CM 0x01
#define USB_CDC_CM_CM_OVER_DATA 0x02
#define USB_CDC_CM_OVER_DATA 0x02
uByte bDataInterface;
} usb_cdc_cm_descriptor_t;