Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757224Ab3DXPk1 (ORCPT ); Wed, 24 Apr 2013 11:40:27 -0400 Received: from mail-lb0-f171.google.com ([209.85.217.171]:54813 "EHLO mail-lb0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756069Ab3DXPk0 (ORCPT ); Wed, 24 Apr 2013 11:40:26 -0400 MIME-Version: 1.0 In-Reply-To: References: Date: Wed, 24 Apr 2013 18:40:24 +0300 Message-ID: Subject: Linux 3.9 input documentation patch From: "Florin9(doi)" To: linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1796 Lines: 45 I have a patch for linux 3.9. Change log: -improved consistency with the rest of the file -first bit numbering changed from 1 to 0 -fixed some incorrect bits Signed-off-by: Florin T --- 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 -- 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/