some cosmetics
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41239 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -16,8 +16,8 @@
|
|||||||
#define USB_REQTYPE_INTERFACE_OUT 0x01
|
#define USB_REQTYPE_INTERFACE_OUT 0x01
|
||||||
#define USB_REQTYPE_ENDPOINT_IN 0x82
|
#define USB_REQTYPE_ENDPOINT_IN 0x82
|
||||||
#define USB_REQTYPE_ENDPOINT_OUT 0x02
|
#define USB_REQTYPE_ENDPOINT_OUT 0x02
|
||||||
#define USB_REQTYPE_OTHER_OUT 0x03
|
|
||||||
#define USB_REQTYPE_OTHER_IN 0x83
|
#define USB_REQTYPE_OTHER_IN 0x83
|
||||||
|
#define USB_REQTYPE_OTHER_OUT 0x03
|
||||||
|
|
||||||
/* Request types for send_request() */
|
/* Request types for send_request() */
|
||||||
#define USB_REQTYPE_STANDARD 0x00
|
#define USB_REQTYPE_STANDARD 0x00
|
||||||
|
|||||||
@@ -132,7 +132,7 @@ typedef struct {
|
|||||||
struct {
|
struct {
|
||||||
uint8 descriptor_type;
|
uint8 descriptor_type;
|
||||||
uint16 descriptor_length;
|
uint16 descriptor_length;
|
||||||
} _PACKED descriptor_info [1];
|
} _PACKED descriptor_info[1];
|
||||||
} _PACKED usb_hid_descriptor;
|
} _PACKED usb_hid_descriptor;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user