X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/f8d7cde0d035f087f39c8076061bd8ef608e14f4..b2be2bbd665328f4ec3dc14d7d84fdbac4c58e11:/embedded/libs4c/usb/base/usb/usb_spec.h diff --git a/embedded/libs4c/usb/base/usb/usb_spec.h b/embedded/libs4c/usb/base/usb/usb_spec.h index 841a2a4..7d6f87b 100644 --- a/embedded/libs4c/usb/base/usb/usb_spec.h +++ b/embedded/libs4c/usb/base/usb/usb_spec.h @@ -29,7 +29,7 @@ uint16_t wLength; } USB_DEVICE_REQUEST; -/****************************************************************************************/ +/****************************************************************************************/ /*** definitions for USB tranfer standard packets described in USB secif. - chapter 9 ***/ /****************************************************************************************/ #define DEVICE_ADDRESS_MASK 0x7F @@ -102,7 +102,7 @@ uint8_t iSerialNumber; uint8_t bNumConfigurations; } PACKED; - typedef struct _tag_usb_device_descriptor + typedef struct _tag_usb_device_descriptor USB_DEVICE_DESCRIPTOR, *PUSB_DEVICE_DESCRIPTOR; /* *** DEVICE_QUALIFIER *** (spec. 9.6.2) */ @@ -203,7 +203,7 @@ } PACKED; typedef struct _tag_usb_string_descriptor USB_STRING_DESCRIPTOR, *PUSB_STRING_DESCRIPTOR; - + /*******************************************/ /*** USB_IF - Defined USB device classes ***/ @@ -224,5 +224,5 @@ /* define application specific device class subclasses */ #define USB_APPL_SUBCLASS_FIRMWARE_UPDATE 0x01 #define USB_APPL_SUBCLASS_IRDA_USB_BRIDGE 0x02 - + #endif