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 <florin9...@gmail.com> --- 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 majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/