From: Dmitry Torokhov <dtor_core@ameritech.net>
To: Jasper Spaans <jasper@vs19.net>
Cc: vojtech@suse.cz, linux-kernel@vger.kernel.org
Subject: Re: [patch] patchlet for logips2pp.c
Date: Wed, 7 Dec 2005 01:34:42 -0500 [thread overview]
Message-ID: <200512070134.42825.dtor_core@ameritech.net> (raw)
In-Reply-To: <20051205151302.GB25577@spaans.vs19.net>
On Monday 05 December 2005 10:13, Jasper Spaans wrote:
> Hi,
>
> When booting, my kernel spits out:
>
> [4294670.033000] logips2pp: Detected unknown logitech mouse model 85
> [4294670.106000] input: ImPS/2 Logitech Wheel Mouse as /class/input/input2
>
> This is a simple wheel mouse, so the following patch should be OK for this
> model:
>
> diff --git a/drivers/input/mouse/logips2pp.c b/drivers/input/mouse/logips2pp.c
> index 31a59f7..9a0bbe8 100644
> --- a/drivers/input/mouse/logips2pp.c
> +++ b/drivers/input/mouse/logips2pp.c
> @@ -226,6 +226,7 @@ static struct ps2pp_info *get_model_info
> { 80, PS2PP_KIND_WHEEL, PS2PP_SIDE_BTN | PS2PP_WHEEL },
> { 81, PS2PP_KIND_WHEEL, PS2PP_WHEEL },
> { 83, PS2PP_KIND_WHEEL, PS2PP_WHEEL },
> + { 85, PS2PP_KIND_WHEEL, PS2PP_WHEEL },
> { 86, PS2PP_KIND_WHEEL, PS2PP_WHEEL },
> { 88, PS2PP_KIND_WHEEL, PS2PP_WHEEL },
> { 96, 0, 0 },
>
>
> Cheers,
I will add this to my tree.
Thanks!
--
Dmitry
prev parent reply other threads:[~2005-12-07 6:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-12-05 15:13 [patch] patchlet for logips2pp.c Jasper Spaans
2005-12-07 6:34 ` Dmitry Torokhov [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200512070134.42825.dtor_core@ameritech.net \
--to=dtor_core@ameritech.net \
--cc=jasper@vs19.net \
--cc=linux-kernel@vger.kernel.org \
--cc=vojtech@suse.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.