We had check the HID descriptor again. But it doesn't appear any trouble
in it.
Would you please take a look about our HID descriptor, list below:
05h,01h ; Usage Page (Generic Desktop Control)
09h,02h ; Usage (Mouse)
A1h,01h ; Collection (Application)
09h,01h ; Usage (Pointer)
A1h,00h ; Collection (Physical)
05h,09h ; Usage Page (Button) ;L,M,R Keys
19h,01h ; Usage Minimum (1)
29h,03h ; Usage Maximum (3)
15h,00h ; Logical Minimum (0)
25h,01h ; Logical Maximum (1)
95h,03h ; Report Count (3)
75h,01h ; Report Size (1)
81h,02h ; Input (Data, Variable, Absolute)
95h,01h ; Report Count (1)
75h,05h ; Report Size (5)
81h,01h ; Input (Constant)
05h,01h ; Usage Page (Generic Desktop Control)
09h,30h ; Usage (X) ;X-movement
09h,31h ; Usage (Y) ;Y-movement
09h,38h ; Usage (Wheel) ;Scroll Wheel
15h,81h ; Logical Minimum (-127)
25h,7Fh ; Logical Maximum (127)
75h,08h ; Report Size (8)
95h,03h ; Report Count (3)
81h,06h ; Input (Data, Variable, Relative)
C0h ; End Collection
C0h ; End Collection
"Doron Holan [MS]" <
[email protected]> ¼¶¼g©ó¶l¥ó·s»D:%
[email protected]...
check your report descriptor, do you say that you can support 5
buttons?
--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no
rights.
Sirs.
Why "mouse input" test in HCT require to press key 4 and key 5 on 3
keys defined mouse?
What should i do when the pressing requset happen?
v