mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Daniel Johnson <gijoe@poczta.onet.pl>
To: linux-kernel@vger.kernel.org
Cc: torvalds@osdl.org, alan@redhat.com, vojtech@suse.cz
Subject: [PATCH] Add support for Logitech MX300 in PS2++ driver
Date: Mon, 11 Oct 2004 12:15:53 +0200	[thread overview]
Message-ID: <PC17102004101112155306979abdf62e@us-pc3> (raw)

Hello.

This little patch adds support for Logitech MX300 mices.
It is to be applied against 2.6.x kernel series.
Please, have a look at it.

Patch follows  ===


diff -u a/drivers/input/mouse/logips2pp.c b/drivers/input/mouse/logips2pp.c
--- a/drivers/input/mouse/logips2pp.c	2004-06-16 13:08:08.000000000 +0200
+++ b/drivers/input/mouse/logips2pp.c	2004-06-16 13:08:08.000000000 +0200
@@ -172,6 +172,10 @@
		{ 100,	PS2PP_KIND_MX,
				PS2PP_WHEEL | PS2PP_SIDE_BTN | PS2PP_TASK_BTN |
				PS2PP_EXTRA_BTN | PS2PP_NAV_BTN },	/* MX510 */
+
+		{ 111,	PS2PP_KIND_MX,
+				PS2PP_WHEEL | PS2PP_EXTRA_BTN | PS2PP_TASK_BTN }, /* MX300 */
+
		{ 112,	PS2PP_KIND_MX,
 				PS2PP_WHEEL | PS2PP_SIDE_BTN | PS2PP_TASK_BTN |
 				PS2PP_EXTRA_BTN | PS2PP_NAV_BTN },	/* MX500 */ 

                 reply	other threads:[~2004-10-11 10:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=PC17102004101112155306979abdf62e@us-pc3 \
    --to=gijoe@poczta.onet.pl \
    --cc=alan@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome