https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=170358
--- Comment #14 from tomek.apost...@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. _______________________________________________ freebsd-usb@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"