Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762001AbZFLHFN (ORCPT ); Fri, 12 Jun 2009 03:05:13 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754490AbZFLHFD (ORCPT ); Fri, 12 Jun 2009 03:05:03 -0400 Received: from b186.blue.fastwebserver.de ([62.141.42.186]:45362 "EHLO mail.gw90.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753549AbZFLHFB (ORCPT ); Fri, 12 Jun 2009 03:05:01 -0400 X-Greylist: delayed 1789 seconds by postgrey-1.27 at vger.kernel.org; Fri, 12 Jun 2009 03:05:01 EDT Subject: [BUG] [input] Sometimes mouse gets detected as PS2++ Logitech Mouse instead of ImPS/2 Logitech Wheel Mouse From: Paul Menzel To: linux-kernel@vger.kernel.org Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-+8xmAh9PQfQASKd+UVuQ" Date: Fri, 12 Jun 2009 08:35:06 +0200 Message-Id: <1244788506.6039.41.camel@mattotaupa.wohnung.familie-menzel.net> Mime-Version: 1.0 X-Mailer: Evolution 2.26.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 4550 Lines: 118 --=-+8xmAh9PQfQASKd+UVuQ Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Dear Linux hackers, arbitrarily (I would say every two month) my Logitech Cordless MouseMan Wheel gets detected as (in dmesg) PS2++ Logitech Mouse instead of ImPS/2 Logitech Wheel Mouse. I notice this, if the scroll wheel does not work under X. Doing `sudo rmmod psmouse` and `sudo modprobe psmouse` fixes the issue for me in this (boot) session. I have not found the reason for this and am not able to reproduce this. As written this issue pops up arbitrarily. $ uname -a Linux x 2.6.29-1-amd64 #1 SMP Fri Apr 17 16:26:42 UTC 2009 x86_64 GNU/Linux $ lsmod | grep mouse psmouse 41548 0 $ dmesg # excerpt [=E2=80=A6] [ 1.021991] input: Macintosh mouse button emulation as /devices/virtual/= input/input0 [ 1.022270] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x6= 4 irq 1,12 [ 1.022734] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.022797] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.028167] mice: PS/2 mouse device common for all mice [=E2=80=A6] [ 25.007328] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 25.754932] input: PS2++ Logitech Mouse as /devices/platform/i8042/serio= 1/input/input6 [=E2=80=A6] # after doing `sudo rmmod psmouse` and `sudo modprobe psmouse` [ 1159.636233] input: ImPS/2 Logitech Wheel Mouse as /devices/platform/i804= 2/serio1/input/input7 $ diff -u /var/log/Xorg.0.log.old /var/log/Xorg.0.log | less # old is the = =E2=80=9Cgood=E2=80=9D version with scroll wheel working (**) Macintosh mouse button emulation: (accel) filter chain progression: 2.= 00 (**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms (**) Macintosh mouse button emulation: (accel) set acceleration profile 0 -(II) config/hal: Adding input device ImPS/2 Logitech Wheel Mouse -(**) ImPS/2 Logitech Wheel Mouse: always reports core events -(**) ImPS/2 Logitech Wheel Mouse: Device: "/dev/input/event6" -(II) ImPS/2 Logitech Wheel Mouse: Found 3 mouse buttons -(II) ImPS/2 Logitech Wheel Mouse: Found x and y relative axes -(II) ImPS/2 Logitech Wheel Mouse: Found scroll wheel(s) -(II) ImPS/2 Logitech Wheel Mouse: Configuring as mouse -(**) ImPS/2 Logitech Wheel Mouse: YAxisMapping: buttons 4 and 5 -(**) ImPS/2 Logitech Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInert= ia: 10, EmulateWheelTimeout: 200 -(II) XINPUT: Adding extended input device "ImPS/2 Logitech Wheel Mouse" (t= ype: MOUSE) -(**) ImPS/2 Logitech Wheel Mouse: (accel) keeping acceleration scheme 1 -(**) ImPS/2 Logitech Wheel Mouse: (accel) filter chain progression: 2.00 -(**) ImPS/2 Logitech Wheel Mouse: (accel) filter stage 0: 20.00 ms -(**) ImPS/2 Logitech Wheel Mouse: (accel) set acceleration profile 0 +(II) config/hal: Adding input device PS2++ Logitech Mouse +(**) PS2++ Logitech Mouse: always reports core events +(**) PS2++ Logitech Mouse: Device: "/dev/input/event6" +(II) PS2++ Logitech Mouse: Found 3 mouse buttons +(II) PS2++ Logitech Mouse: Found x and y relative axes +(II) PS2++ Logitech Mouse: Configuring as mouse +(**) PS2++ Logitech Mouse: YAxisMapping: buttons 4 and 5 +(**) PS2++ Logitech Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10,= EmulateWheelTimeout: 200 +(II) XINPUT: Adding extended input device "PS2++ Logitech Mouse" (type: MO= USE) +(**) PS2++ Logitech Mouse: (accel) keeping acceleration scheme 1 +(**) PS2++ Logitech Mouse: (accel) filter chain progression: 2.00 +(**) PS2++ Logitech Mouse: (accel) filter stage 0: 20.00 ms +(**) PS2++ Logitech Mouse: (accel) set acceleration profile 0 (II) config/hal: Adding input device AT Translated Set 2 keyboard (**) AT Translated Set 2 keyboard: always reports core events (**) AT Translated Set 2 keyboard: Device: "/dev/input/event1" Do you know what could causing this? If I can provide more information, just tell me what. Thanks, Paul --=-+8xmAh9PQfQASKd+UVuQ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Dies ist ein digital signierter Nachrichtenteil -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEABECAAYFAkox9xMACgkQPX1aK2wOHVjFpgCfT04Zb8Bp77y+DDpUSuNipsWO 4f8An0htBrn9BZg/dc2HYrqEocBn/h52 =Erv6 -----END PGP SIGNATURE----- --=-+8xmAh9PQfQASKd+UVuQ-- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/