[Bug 337822] Different mouse name for the same Vendor/Prodcut ID
https://bugzilla.novell.com/show_bug.cgi?id=337822#c8 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ms@novell.com --- Comment #8 from Stefan Dirsch <sndirsch@novell.com> 2007-11-01 08:32:36 MST --- Besides Name, Vendor and InputFashion - all these are meta informations, from which Name/Vendor have a special meaning for the evdev driver :-( - SaX2 uses the following options for the evdev driver. - Buttons - Protocol - SendCoreEvents - ZAxisMapping But all these options are only available for the mouse driver and not the evdev driver. Therefore I suggest to simply use the generic evdev mouse driver configuration after fixing the Name/Vendor issue. # And the following for all mice Section "InputDevice" Identifier "mouse" Driver "evdev" Option "evBits" "+1-2" Option "keyBits" "~272-287" Option "relBits" "~0-2 ~6 ~8" Option "Pass" "3" EndSection Marcus, what do you think about my proposal to rename the meta SaX2 options Name and Vendor to SaXName and SaXVendor in comment #1? Otherwise we need to rename them in the evdev driver, which would make our evdev driver incompatible to the upstream one. :-( -- 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.
participants (1)
-
bugzilla_noreply@novell.com