mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
[USB-BRINGUP]
- add missing defines svn path=/branches/usb-bringup/; revision=54790
This commit is contained in:
parent
c671800d55
commit
ef72bc2d72
1 changed files with 8 additions and 0 deletions
|
@ -199,6 +199,14 @@ typedef USHORT USAGE, *PUSAGE;
|
|||
#define HID_USAGE_SIMULATION_RUDDER ((USAGE) 0xBA)
|
||||
#define HID_USAGE_SIMULATION_THROTTLE ((USAGE) 0xBB)
|
||||
|
||||
|
||||
#define HID_USAGE_CONSUMERCTRL ((USAGE)0x01)
|
||||
#define HID_USAGE_DIGITIZER_PEN ((USAGE)0x02)
|
||||
#define HID_USAGE_DIGITIZER_IN_RANGE ((USAGE)0x32)
|
||||
#define HID_USAGE_DIGITIZER_TIP_SWITCH ((USAGE)0x42)
|
||||
#define HID_USAGE_DIGITIZER_BARREL_SWITCH ((USAGE)0x44)
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue