https://bugzilla.novell.com/show_bug.cgi?id=310305#c9 Marcus Schaefer <ms@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|ms@novell.com |sndirsch@novell.com --- Comment #9 from Marcus Schaefer <ms@novell.com> 2007-09-14 06:49:48 MST --- * Stefan could you check if the patch really works for you ? * I had a look at this patch and I think there could be problems with it +!remove InputDevice -> [X] -> Option -> Name !remove InputDevice -> [X] -> Option -> Device +!remove InputDevice -> [X] -> Option -> Protocol ===> why is protocol removed ? InputDevice -> [X] -> Identifier = Mouse[[X]] InputDevice -> [X] -> Driver = evdev -InputDevice -> [X] -> Option -> Protocol = event -InputDevice -> [X] -> Option -> InputFashion = Mouse ===> That's not good, InputFashion is a sax internal identifier specifying the kind of the input device If you remove it sax is not able to configure this section and so the changes there will be lost as soon as you configure something with the sax gui. Why is that removed it's just an option evdev shouldn't handle X simply ignores options it can't handle. -InputDevice -> [X] -> Option -> Name = Logitech USB Receiver ===> also not a good idea, without a Name no information can be displayed in the gui. I think you never checked that patch while loading the configuration into the sax2 gui InputDevice -> [X] -> Option -> SendCoreEvents = on InputDevice -> [X] -> Option -> ZAxisMapping = 4 5 InputDevice -> [X] -> Option -> Buttons = 20 +InputDevice -> [X] -> Option -> Vendor = 0x046d +InputDevice -> [X] -> Option -> Product = 0xc041 ====> From my perspective this is the only relevant change concerning the evdev driver so why did your patch remove all the other information ? Please double check Thanks -- 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.