* [uPATCH] a logitech mouse ID
@ 2007-05-08 22:06 Peter Samuelson
2007-05-09 3:35 ` Dmitry Torokhov
0 siblings, 1 reply; 2+ messages in thread
From: Peter Samuelson @ 2007-05-08 22:06 UTC (permalink / raw)
To: Dmitry Torokhov, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 762 bytes --]
Adds the ID to recognise my PS/2 TrackMan Marble.
This is purely cosmetic: this is standard 3-button, no wheel or other
such features, so it already _worked_ just fine. This patch suppresses
a warning about the unknown model, and changes the printk from "Mouse"
to "TrackMan".
Signed-Off-By: Peter Samuelson <peter@p12n.org>
--- drivers/input/mouse/logips2pp.c
+++ drivers/input/mouse/logips2pp.c
@@ -220,6 +220,7 @@
{ 66, PS2PP_KIND_MX, /* MX3100 reciver */
PS2PP_WHEEL | PS2PP_SIDE_BTN | PS2PP_TASK_BTN |
PS2PP_EXTRA_BTN | PS2PP_NAV_BTN | PS2PP_HWHEEL },
+ { 72, PS2PP_KIND_TRACKMAN, 0 }, /* T-CH11: TrackMan Marble */
{ 73, 0, PS2PP_SIDE_BTN },
{ 75, PS2PP_KIND_WHEEL, PS2PP_WHEEL },
{ 76, PS2PP_KIND_WHEEL, PS2PP_WHEEL },
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [uPATCH] a logitech mouse ID
2007-05-08 22:06 [uPATCH] a logitech mouse ID Peter Samuelson
@ 2007-05-09 3:35 ` Dmitry Torokhov
0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2007-05-09 3:35 UTC (permalink / raw)
To: Peter Samuelson; +Cc: linux-kernel
On Tuesday 08 May 2007 18:06, Peter Samuelson wrote:
>
> Adds the ID to recognise my PS/2 TrackMan Marble.
Applied, thank you.
--
Dmitry
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-05-09 3:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-08 22:06 [uPATCH] a logitech mouse ID Peter Samuelson
2007-05-09 3:35 ` Dmitry Torokhov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox