diff mbox

alps: Document that Protocol V2 uses standard PS/2 mouse packets for the stick

Message ID 1427962134-4871-2-git-send-email-hdegoede@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Hans de Goede April 2, 2015, 8:08 a.m. UTC
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(+)

Comments

Pali Rohár April 3, 2015, 6:21 a.m. UTC | #1
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>
Dmitry Torokhov April 5, 2015, 8:17 p.m. UTC | #2
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.
diff mbox

Patch

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
 ---------------------------------------