> I'm using 2.2.15 (yes, I know about the vulnerability ;), and I can
> successfully load the usb-ohci, mouse and usbcore modules. But neither gpm nor
> XFree86 work with /dev/usbmouse, protocol IMPS/2 (also tried mman in gpm, no
> dice).

/dev/usbmouse -> hidbp-mse-0 

and 

Section "InputDevice"
    Identifier  "USBMouse"
    Driver      "mouse"
    Option      "Protocol"      "IMPS/2"
    Option      "Device"        "/dev/usb-mouse"
    Option      "Buttons"       "5"
    Option      "ZAxisMapping"  "4 5"
#       AlwaysCore
    Option      "SendCoreEvents"
EndSection

does it for me. I've also set gpm to use the USB mouse, via the /dev/mouse
-> /dev/usbmouse symlink. 2.2.15pre9, relevant config data:

CONFIG_USB_MOUSE=y
CONFIG_USB_ADBMOUSE=y

        Michael

Reply via email to