Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755543Ab3DXNqr (ORCPT ); Wed, 24 Apr 2013 09:46:47 -0400 Received: from cantor2.suse.de ([195.135.220.15]:42968 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754377Ab3DXNqp (ORCPT ); Wed, 24 Apr 2013 09:46:45 -0400 Date: Wed, 24 Apr 2013 15:46:41 +0200 (CEST) From: Jiri Kosina To: "Florin9(doi)" Cc: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org, Dmitry Torokhov Subject: Re: Linux 3.9 input documentation patch In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2054 Lines: 56 On Mon, 8 Apr 2013, Florin9(doi) wrote: > I have a patch for linux 3.9. > > --- a/Documentation/input/alps.txt 2013-04-01 18:02:56.230177850 +0000 > +++ b/Documentation/input/alps.txt 2013-04-01 18:03:15.010177850 +0000 > @@ -225,18 +225,18 @@ packets. This appears to only be used b > > For single-touch, the 6-byte packet format is: > > - byte 0: 1 1 0 0 1 0 0 0 > + byte 0: 1 1 0 0 1 p mt 0 > byte 1: 0 x6 x5 x4 x3 x2 x1 x0 > byte 2: 0 y6 y5 y4 y3 y2 y1 y0 > byte 3: 0 M R L 1 m r l > - byte 4: y10 y9 y8 y7 x10 x9 x8 x7 > + byte 4: y10 y9 y8 y7 x10 x9 x8 x7 > byte 5: 0 z6 z5 z4 z3 z2 z1 z0 > > For mt, the format is: > > - byte 0: 1 1 1 n3 1 n2 n1 x24 > - byte 1: 1 y7 y6 y5 y4 y3 y2 y1 > - byte 2: ? x2 x1 y12 y11 y10 y9 y8 > - byte 3: 0 x23 x22 x21 x20 x19 x18 x17 > - byte 4: 0 x9 x8 x7 x6 x5 x4 x3 > - byte 5: 0 x16 x15 x14 x13 x12 x11 x10 > \ No newline at end of file > + byte 0: 1 1 1 f2 1 f1 f0 x22 > + byte 1: ox y6 y5 y4 y3 y2 y1 y0 > + byte 2: oy x1 x0 y11 y10 y9 y8 y7 > + byte 3: 0 x21 x20 x19 1 x18 x17 x16 > + byte 4: 0 x8 x7 x6 x5 x4 x3 x2 > + byte 5: 0 x15 x14 x13 x12 x11 x10 x9 > \ No newline at end of file Hi, thanks for the patch. Please resubmit it with proper changelog (describing why the old values are wrong and the new ones are correct), your Signed-off-by: line (as described in Documentation/SubmittingPatches) and to proper maintainers ideally. linux-input@ and Dmitry added to CC. Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/