Comment 4 for bug 325581

Revision history for this message
Douglas Henke (henke-insync) wrote :

Tested; doesn't seem to break anything, but doesn't fix my problem either. With the patch in place, the mouse is now being categorized as a mouse and not a keyboard:

(II) config/hal: Adding input device HID 0d62:1000
(**) HID 0d62:1000: always reports core events
(**) HID 0d62:1000: Device: "/dev/input/event10"
(II) HID 0d62:1000: Found 32 mouse buttons
(II) HID 0d62:1000: Found x and y relative axes
(II) HID 0d62:1000: Found x and y absolute axes
(II) HID 0d62:1000: Found absolute touchpad
(II) HID 0d62:1000: Found keys
(II) HID 0d62:1000: Configuring as mouse
(**) HID 0d62:1000: YAxisMapping: buttons 4 and 5
(**) HID 0d62:1000: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "HID 0d62:1000" (type: MOUSE)
(**) Option "xkb_rules" "evdev"
(**) HID 0d62:1000: xkb_rules: "evdev"
(**) Option "xkb_model" "evdev"
(**) HID 0d62:1000: xkb_model: "evdev"
(**) Option "xkb_layout" "us"
(**) HID 0d62:1000: xkb_layout: "us"

It still doesn't make the cursor move, though. (And it is still getting keyboard-related options applied to it.)