Comment 44 for bug 926917

Revision history for this message
OvermindDL1 (overminddl1) wrote :

I have attached a USB Capture file (standard pcapng format, can open in wireshark or so) of the mouse doing:
```
Packets - Physical Action Taken
1-6 - Capture stream setup
7-16 - Pressing left-tilt quickly (it seems to repeat it while being pressed)
17-20 - Pressing left-tilt as quick as I can (it seems to repeat it while being pressed)
21-22 - Mousewheel scrolled up one tick
23-24 - Mousewheel scrolled down one tick
```
This was while using the Razer Naga 2014 mouse. As you can see the data coming from the USB device is significantly different between tilting and the mousewheel usages. The tilt works properly in Windows and is seen as a left/right tilt in various applications such as multiple web browsers. In ubuntu, however, it it sending more mousewheel signals and the Fedora project seems to have fixed it via "Map REL_DIAL to horizontal scrolling (bfdo#73105, rhbz#869065)", though I am unable to confirm due to not having Fedora installed anywhere, may see if they have a livecd version of their system as well when I get time later.