https://bugzilla.novell.com/show_bug.cgi?id=685653 https://bugzilla.novell.com/show_bug.cgi?id=685653#c7 Jiri Slaby <jslaby@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |pagan13@estreet.com --- Comment #7 from Jiri Slaby <jslaby@novell.com> 2011-04-16 17:25:35 UTC --- (In reply to comment #6)
GenericDesktop.Wheel ---> Relative.Wheel GenericDesktop.Dial ---> Relative.Dial Button.0001 ---> Key.Btn0 Button.0002 ---> Key.Btn1 Button.0003 ---> Key.Btn2 Button.0004 ---> Key.Btn3 Button.0005 ---> Key.Btn4 Button.0006 ---> Key.Btn5 Button.0007 ---> Key.Btn6 Button.0008 ---> Key.Btn7 Button.0009 ---> Key.Btn8 Button.000a ---> Key.Btn9 Button.000b ---> Key.? Button.000c ---> Key.? Button.000d ---> Key.?
OK, so it is mapped to wheel, dial and those buttons. You should be able to see the events with 'xev', right? Every mouse* device should have also its event* device. Could you attach contents of /proc/bus/input/devices?
"events" but all I get is a zero-length file.
You need to do something like 'cat events >log' and work with the device to generate some output. But I don't think we needed that anymore. (You can check what button is mapped to what by omitting the '>log part'.) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.