Bug 2287
Summary: | middle button no longer works on 3-button wheelmouse | ||
---|---|---|---|
Product: | Drivers | Reporter: | Henk Muller (henkm) |
Component: | Input Devices | Assignee: | Dmitry Torokhov (dmitry.torokhov) |
Status: | CLOSED CODE_FIX | ||
Severity: | low | ||
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.3 | Subsystem: | |
Regression: | --- | Bisected commit-id: |
Description
Henk Muller
2004-03-11 14:08:32 UTC
Can you provide the /proc/bus/input/devices file? I'd like to see as what the kernel detected it - from your description it seems that it's detected as an unknown Logitech mouse, which would explain the 3-btn problem. Sorry, can be this related to http://bugzilla.kernel.org/show_bug.cgi?id=1034 ? Dear Vojtech, please find the devices file below: 22:17:39 % cat /proc/bus/input/devices I: Bus=0011 Vendor=0002 Product=0005 Version=0000 N: Name="ImPS/2 Logitech Wheel Mouse" P: Phys=isa0060/serio1/input0 H: Handlers=mouse0 B: EV=7 B: KEY=30000 0 0 0 0 0 0 0 0 B: REL=103 I: Bus=0011 Vendor=0001 Product=0001 Version=ab41 N: Name="AT Translated Set 2 keyboard" P: Phys=isa0060/serio0/input0 H: Handlers=kbd B: EV=120003 B: KEY=4 2000000 3802078 f840d001 f2ffffdf ffefffff ffffffff fffffffe B: LED=7 22:17:46 % Re Diego's comment: by the sound of it Bug 1034 is different. This one seems logitech specific. We now always set BTN_MIDDLE if the mouse has a wheel, so this should be fixed for quite some time. |