Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
e485da13
Commit
e485da13
authored
Jul 06, 2015
by
Aric Stewart
Committed by
Alexandre Julliard
Jul 08, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add HID_XFER_PACKET and HID_REVISION to hidclass.h.
parent
b32aaab0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
hidclass.h
include/ddk/hidclass.h
+8
-0
No files found.
include/ddk/hidclass.h
View file @
e485da13
...
...
@@ -22,6 +22,8 @@
extern
"C"
{
#endif
#define HID_REVISION 1
DEFINE_GUID
(
GUID_DEVINTERFACE_HID
,
\
0x4D1E55B2L
,
0xF16F
,
0x11CF
,
0x88
,
0xCB
,
0x00
,
0x11
,
0x11
,
0x00
,
0x00
,
0x30
);
...
...
@@ -65,6 +67,12 @@ typedef struct _HID_COLLECTION_INFORMATION {
USHORT
VersionNumber
;
}
HID_COLLECTION_INFORMATION
,
*
PHID_COLLECTION_INFORMATION
;
typedef
struct
_HID_XFER_PACKET
{
PUCHAR
reportBuffer
;
ULONG
reportBufferLen
;
UCHAR
reportId
;
}
HID_XFER_PACKET
,
*
PHID_XFER_PACKET
;
#ifdef __cplusplus
}
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment