[Bug 170358] [ums] Wrong (duplicate) button numbers

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Sep 28 19:11:39 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=170358

--- Comment #14 from tomek.apostata at gmail.com ---
Hi,

Unfortunately I do not have this mouse anymore - 4 years :).

One comment regarding this patch - it works for logitech that uses tilt as real
"buttons" but it may break other devices.

I have now a Rapoo 7100P which has standard buttons, wheel, 2 side buttons and
a tilt wheel - works like horizontal scroll.

Mouse is properly detected, has dt set, reports dt -1 or +1 but only for press
- no release (like scroll). So if we assign buttons 5 and 6  we never get
release event and mouse is bricked (we have permanent mask 32 or 64 or both
set).

To get it to work I made a dirty fix - take out mask 32 or 64 from
sc->sc_status.button in USB_ST_SETUP case.

--
Tomek

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-usb mailing list