[Bug 18489] Re: mice detected as imps2 not as ps2++

Oliver Grawert hostmaster at grawert.net
Wed Apr 5 17:02:29 UTC 2006


here is the responsible snippet from breezys dexconf, i already had a hard time with ltsp with these hardcoded values ...
(in dapper "ExplorerPS/2" is hardcoded instead of ImPS/2)

exec 4>"$DEXCONFTMPDIR/InputDeviceMouse"
cat >&4 <<SECTION
Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
SECTION
if [ -n "$DO_EMULATE3BUTTONS" ]; then
  printf "\tOption\t\t\"Emulate3Buttons\"\t\"true\"\n" >&4
fi

-- 
mice detected as imps2 not as ps2++
https://launchpad.net/malone/bugs/18489




More information about the kernel-bugs mailing list