* [PATCH 0/1] alps: Document that Protocol V2 uses standard PS/2 mouse
@ 2015-04-02 8:08 Hans de Goede
2015-04-02 8:08 ` [PATCH] alps: Document that Protocol V2 uses standard PS/2 mouse packets for the stick Hans de Goede
0 siblings, 1 reply; 4+ messages in thread
From: Hans de Goede @ 2015-04-02 8:08 UTC (permalink / raw)
To: Dmitry Torokhov; +Cc: Pali Rohár, linux-input
Hi Dmitry,
Here is the promised documentation patch, feel free to squash this into the
2nd patch of the set which I send yesterday.
Regards,
Hans
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] alps: Document that Protocol V2 uses standard PS/2 mouse packets for the stick
2015-04-02 8:08 [PATCH 0/1] alps: Document that Protocol V2 uses standard PS/2 mouse Hans de Goede
@ 2015-04-02 8:08 ` Hans de Goede
2015-04-03 6:21 ` Pali Rohár
0 siblings, 1 reply; 4+ messages in thread
From: Hans de Goede @ 2015-04-02 8:08 UTC (permalink / raw)
To: Dmitry Torokhov; +Cc: Pali Rohár, linux-input, Hans de Goede
Document that Protocol V2 uses standard (bare) PS/2 mouse packets for the
DualPoint stick.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
Documentation/input/alps.txt | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/Documentation/input/alps.txt b/Documentation/input/alps.txt
index a63e5e0..92ae734 100644
--- a/Documentation/input/alps.txt
+++ b/Documentation/input/alps.txt
@@ -114,6 +114,9 @@ ALPS Absolute Mode - Protocol Version 2
byte 4: 0 y6 y5 y4 y3 y2 y1 y0
byte 5: 0 z6 z5 z4 z3 z2 z1 z0
+Protocol Version 2 DualPoint devices send standard PS/2 mouse packets for
+the DualPoint Stick.
+
Dualpoint device -- interleaved packet format
---------------------------------------------
@@ -127,6 +130,11 @@ Dualpoint device -- interleaved packet format
byte 7: 0 y6 y5 y4 y3 y2 y1 y0
byte 8: 0 z6 z5 z4 z3 z2 z1 z0
+Devices which use the interleaving format normally send standard PS/2 mouse
+packets for the DualPoint Stick + ALPS Absolute Mode packets for the
+touchpad, switching to the interleaved packet format when both the stick and
+the touchpad are used at the same time.
+
ALPS Absolute Mode - Protocol Version 3
---------------------------------------
--
2.3.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] alps: Document that Protocol V2 uses standard PS/2 mouse packets for the stick
2015-04-02 8:08 ` [PATCH] alps: Document that Protocol V2 uses standard PS/2 mouse packets for the stick Hans de Goede
@ 2015-04-03 6:21 ` Pali Rohár
2015-04-05 20:17 ` Dmitry Torokhov
0 siblings, 1 reply; 4+ messages in thread
From: Pali Rohár @ 2015-04-03 6:21 UTC (permalink / raw)
To: Hans de Goede; +Cc: Dmitry Torokhov, linux-input
[-- Attachment #1: Type: Text/Plain, Size: 1513 bytes --]
On Thursday 02 April 2015 10:08:54 Hans de Goede wrote:
> Document that Protocol V2 uses standard (bare) PS/2 mouse
> packets for the DualPoint stick.
>
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
> ---
> Documentation/input/alps.txt | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/Documentation/input/alps.txt
> b/Documentation/input/alps.txt index a63e5e0..92ae734 100644
> --- a/Documentation/input/alps.txt
> +++ b/Documentation/input/alps.txt
> @@ -114,6 +114,9 @@ ALPS Absolute Mode - Protocol Version 2
> byte 4: 0 y6 y5 y4 y3 y2 y1 y0
> byte 5: 0 z6 z5 z4 z3 z2 z1 z0
>
> +Protocol Version 2 DualPoint devices send standard PS/2 mouse
> packets for +the DualPoint Stick.
> +
> Dualpoint device -- interleaved packet format
> ---------------------------------------------
>
> @@ -127,6 +130,11 @@ Dualpoint device -- interleaved packet
> format byte 7: 0 y6 y5 y4 y3 y2 y1 y0
> byte 8: 0 z6 z5 z4 z3 z2 z1 z0
>
> +Devices which use the interleaving format normally send
> standard PS/2 mouse +packets for the DualPoint Stick + ALPS
> Absolute Mode packets for the +touchpad, switching to the
> interleaved packet format when both the stick and +the
> touchpad are used at the same time.
> +
> ALPS Absolute Mode - Protocol Version 3
> ---------------------------------------
Acked-By: Pali Rohár <pali.rohar@gmail.com>
--
Pali Rohár
pali.rohar@gmail.com
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] alps: Document that Protocol V2 uses standard PS/2 mouse packets for the stick
2015-04-03 6:21 ` Pali Rohár
@ 2015-04-05 20:17 ` Dmitry Torokhov
0 siblings, 0 replies; 4+ messages in thread
From: Dmitry Torokhov @ 2015-04-05 20:17 UTC (permalink / raw)
To: Pali Rohár; +Cc: Hans de Goede, linux-input
On Fri, Apr 03, 2015 at 08:21:29AM +0200, Pali Rohár wrote:
> On Thursday 02 April 2015 10:08:54 Hans de Goede wrote:
> > Document that Protocol V2 uses standard (bare) PS/2 mouse
> > packets for the DualPoint stick.
> >
> > Signed-off-by: Hans de Goede <hdegoede@redhat.com>
> > ---
> > Documentation/input/alps.txt | 8 ++++++++
> > 1 file changed, 8 insertions(+)
> >
> > diff --git a/Documentation/input/alps.txt
> > b/Documentation/input/alps.txt index a63e5e0..92ae734 100644
> > --- a/Documentation/input/alps.txt
> > +++ b/Documentation/input/alps.txt
> > @@ -114,6 +114,9 @@ ALPS Absolute Mode - Protocol Version 2
> > byte 4: 0 y6 y5 y4 y3 y2 y1 y0
> > byte 5: 0 z6 z5 z4 z3 z2 z1 z0
> >
> > +Protocol Version 2 DualPoint devices send standard PS/2 mouse
> > packets for +the DualPoint Stick.
> > +
> > Dualpoint device -- interleaved packet format
> > ---------------------------------------------
> >
> > @@ -127,6 +130,11 @@ Dualpoint device -- interleaved packet
> > format byte 7: 0 y6 y5 y4 y3 y2 y1 y0
> > byte 8: 0 z6 z5 z4 z3 z2 z1 z0
> >
> > +Devices which use the interleaving format normally send
> > standard PS/2 mouse +packets for the DualPoint Stick + ALPS
> > Absolute Mode packets for the +touchpad, switching to the
> > interleaved packet format when both the stick and +the
> > touchpad are used at the same time.
> > +
> > ALPS Absolute Mode - Protocol Version 3
> > ---------------------------------------
>
> Acked-By: Pali Rohár <pali.rohar@gmail.com>
Applied this and the other 2 patches and will try to squeeze them into
4.0.
Thanks.
--
Dmitry
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-04-05 20:17 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-02 8:08 [PATCH 0/1] alps: Document that Protocol V2 uses standard PS/2 mouse Hans de Goede
2015-04-02 8:08 ` [PATCH] alps: Document that Protocol V2 uses standard PS/2 mouse packets for the stick Hans de Goede
2015-04-03 6:21 ` Pali Rohár
2015-04-05 20:17 ` Dmitry Torokhov
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).