Merge some fix from trunk.
[bertos.git] / bertos / drv / usb_hid.h
index 0253809d3fa85163c8a676625deb8a433cc4b5c1..7cf09d52b552a4445524c600fb7fd3fee04bd843 100644 (file)
@@ -65,7 +65,7 @@
 /*
  * USB HID descriptor
  */
-typedef struct usb_hid_descriptor
+typedef struct usb_HidDesc
 {
        uint8_t bLength;
        uint8_t bDescriptorType;
@@ -74,6 +74,6 @@ typedef struct usb_hid_descriptor
        uint8_t bNumDescriptors;
        uint8_t bDescriptorHidType;
        uint16_t wDescriptorLength;
-} PACKED usb_hid_descriptor_t;
+} PACKED usb_HidDesc;
 
 #endif /* USB_HID_H */