From: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
To: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: linux-input <linux-input@vger.kernel.org>
Subject: Re: [PATCH v3] serio: add support for PS2Mult multiplexer protocol
Date: Fri, 22 Oct 2010 00:54:45 +0400 [thread overview]
Message-ID: <AANLkTimhssEEG+ddDULfmLsetMCsWUg13itoDysupug_@mail.gmail.com> (raw)
In-Reply-To: <20101018161152.GC10559@core.coreip.homeip.net>
[-- Attachment #1: Type: text/plain, Size: 181 bytes --]
On Mon, Oct 18, 2010 at 8:11 PM, Dmitry Torokhov
<dmitry.torokhov@gmail.com> wrote:
> BTW, is there corresponding patches to inputattach?
>
Attached.
--
With best wishes
Dmitry
[-- Attachment #2: support-ps2mult.patch --]
[-- Type: application/octet-stream, Size: 1029 bytes --]
Index: joystick-20051019/utils/inputattach.c
===================================================================
--- joystick-20051019.orig/utils/inputattach.c 2010-07-15 16:22:42.055006642 +0400
+++ joystick-20051019/utils/inputattach.c 2010-07-15 16:22:45.243005398 +0400
@@ -536,6 +536,9 @@
{ "--fujitsu", "-fjt", "Fujitsu serial touchscreen",
B9600, CS8,
SERIO_FUJITSU, 0x00, 0x00, 1, fujitsu_init },
+{ "--ps2mult", "-ps2m", "PS/2 serial multiplexer",
+ B57600, CS8,
+ SERIO_PS2MULT, 0x00, 0x00, 1, NULL },
{ "--dump", "-dump", "Just enable device",
B2400, CS8,
0, 0x00, 0x00, 0, dump_init },
Index: joystick-20051019/utils/serio-ids.h
===================================================================
--- joystick-20051019.orig/utils/serio-ids.h 2010-07-15 16:20:58.659005602 +0400
+++ joystick-20051019/utils/serio-ids.h 2010-07-15 16:21:17.007007397 +0400
@@ -122,5 +122,8 @@
#ifndef SERIO_W8001
# define SERIO_W8001 0x39
#endif
+#ifndef SERIO_PSMULT
+# define SERIO_PS2MULT 0x3c
+#endif
#endif
next prev parent reply other threads:[~2010-10-21 20:54 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-23 16:44 [PATCH v3] serio: add support for PS2Mult multiplexer protocol Dmitry Eremin-Solenikov
2010-09-29 12:45 ` Dmitry Eremin-Solenikov
2010-09-30 6:25 ` Dmitry Torokhov
2010-10-07 15:19 ` Dmitry Eremin-Solenikov
2010-10-07 16:36 ` Dmitry Torokhov
2010-10-08 8:50 ` Dmitry Eremin-Solenikov
2010-10-14 9:43 ` Dmitry Eremin-Solenikov
2010-10-14 14:23 ` Dmitry Torokhov
2010-10-18 11:24 ` Dmitry Eremin-Solenikov
2010-10-18 15:56 ` Dmitry Torokhov
2010-10-18 16:11 ` Dmitry Torokhov
2010-10-21 20:54 ` Dmitry Eremin-Solenikov [this message]
2010-10-22 4:57 ` Dmitry Torokhov
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=AANLkTimhssEEG+ddDULfmLsetMCsWUg13itoDysupug_@mail.gmail.com \
--to=dbaryshkov@gmail.com \
--cc=dmitry.torokhov@gmail.com \
--cc=linux-input@vger.kernel.org \
/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;
as well as URLs for NNTP newsgroup(s).