Comment 48 for bug 926917

Revision history for this message
OvermindDL1 (overminddl1) wrote :

Further testing, apparently to enable unique Tilt packets a certain packet has to be sent to initialize the mouse properly, evdev is not doing that, but once I do do that then the mouse sends packets with data of:
```
Scrollwheel Up: 00 00 00 01 00 00 00 00
Scrollwheel Dn: 00 00 00 FF 00 00 00 00
Tilt Button Left Dn: 20 00 00 00 00 00 00 00
Tilt Button Left Up: 00 00 00 00 00 00 00 00
Tilt Button Right Dn: 40 00 00 00 00 00 00 00
Tilt Button Right Up: 00 00 00 00 00 00 00 00
```
I included the Scrollwheel to use as comparison, but the tilt is showing as unique button presses, but evdev is not doing anything with them...