diff options
author | tmk <nobody@nowhere> | 2013-04-20 00:46:48 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-04-20 00:46:48 +0900 |
commit | 2fc681b4f768484c2ba5cfa22662bf4c09586e57 (patch) | |
tree | ead46c28553b5225699d36e416b10ef2c129ae70 /protocol/iwrap/mouse.desc | |
parent | 246031b6471a364f082c0eb4a0fb858821ae767b (diff) | |
parent | 663027751831eb0e80d64c90aaf82d2921533aed (diff) |
Merge branch 'iwrap5'
Diffstat (limited to 'protocol/iwrap/mouse.desc')
-rw-r--r-- | protocol/iwrap/mouse.desc | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/protocol/iwrap/mouse.desc b/protocol/iwrap/mouse.desc new file mode 100644 index 0000000000..11898f2b1c --- /dev/null +++ b/protocol/iwrap/mouse.desc @@ -0,0 +1,40 @@ +05010902a1010901a1008502050919012908150025017501950881020501093009311581257f750895028106093895018106050c0a380295018106c0c0 + +Length: 67(0x43) +virtical/horizontal wheel support + + 0x05, 0x01, // USAGE_PAGE (Generic Desktop) + 0x09, 0x02, // USAGE (Mouse) + 0xa1, 0x01, // COLLECTION (Application) + 0x09, 0x01, // USAGE (Pointer) + 0xa1, 0x00, // COLLECTION (Physical) + 0x85, 0x02, // REPORT_ID (2) + // ---------------------------- Buttons + 0x05, 0x09, // USAGE_PAGE (Button) + 0x19, 0x01, // USAGE_MINIMUM (Button 1) + 0x29, 0x08, // USAGE_MAXIMUM (Button 8) + 0x15, 0x00, // LOGICAL_MINIMUM (0) + 0x25, 0x01, // LOGICAL_MAXIMUM (1) + 0x75, 0x01, // REPORT_SIZE (1) + 0x95, 0x08, // REPORT_COUNT (8) + 0x81, 0x02, // INPUT (Data,Var,Abs) + // ---------------------------- X,Y position + 0x05, 0x01, // USAGE_PAGE (Generic Desktop) + 0x09, 0x30, // USAGE (X) + 0x09, 0x31, // USAGE (Y) + 0x15, 0x81, // LOGICAL_MINIMUM (-127) + 0x25, 0x7f, // LOGICAL_MAXIMUM (127) + 0x75, 0x08, // REPORT_SIZE (8) + 0x95, 0x02, // REPORT_COUNT (2) + 0x81, 0x06, // INPUT (Data,Var,Rel) + // ---------------------------- Vertical wheel + 0x09, 0x38, // USAGE (Wheel) + 0x95, 0x01, // REPORT_COUNT (1) + 0x81, 0x06, // INPUT (Data,Var,Rel) + // ---------------------------- Horizontal wheel + 0x05, 0x0c, // USAGE_PAGE (Consumer Devices) + 0x0a, 0x38, 0x02, // USAGE (AC Pan) + 0x95, 0x01, // REPORT_COUNT (1) + 0x81, 0x06, // INPUT (Data,Var,Rel) + 0xc0, // END_COLLECTION + 0xc0, // END_COLLECTION |