diff options
author | Rene van Paassen <rene.vanpaassen@gmail.com> | 2007-05-21 00:18:24 -0400 |
---|---|---|
committer | Dmitry Torokhov <dtor@insightbb.com> | 2007-07-10 00:35:16 -0400 |
commit | 2fe574167be6a61d5f37c496da01c4a7daa73f4d (patch) | |
tree | 1e87bf8073312156d973b475402bf3c0f2e8978e /drivers/input/tablet | |
parent | 33936fa603f2524a7dde08d22637d0989a4e8fdd (diff) |
Input: aiptek - correct documentation on reports
Small fix that corrects the documentation on the report byte
format produced by the mouse
Signed-off-by: Rene van Paassen <rene.vanpaassen@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/tablet')
-rw-r--r-- | drivers/input/tablet/aiptek.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/input/tablet/aiptek.c b/drivers/input/tablet/aiptek.c index 86e48930dfa2..86a750e88fbb 100644 --- a/drivers/input/tablet/aiptek.c +++ b/drivers/input/tablet/aiptek.c | |||
@@ -112,7 +112,7 @@ | |||
112 | * (returned as Report 3 - absolute coordinates from the mouse) | 112 | * (returned as Report 3 - absolute coordinates from the mouse) |
113 | * | 113 | * |
114 | * bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0 | 114 | * bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0 |
115 | * byte0 0 0 0 0 0 0 1 0 | 115 | * byte0 0 0 0 0 0 0 1 1 |
116 | * byte1 X7 X6 X5 X4 X3 X2 X1 X0 | 116 | * byte1 X7 X6 X5 X4 X3 X2 X1 X0 |
117 | * byte2 X15 X14 X13 X12 X11 X10 X9 X8 | 117 | * byte2 X15 X14 X13 X12 X11 X10 X9 X8 |
118 | * byte3 Y7 Y6 Y5 Y4 Y3 Y2 Y1 Y0 | 118 | * byte3 Y7 Y6 Y5 Y4 Y3 Y2 Y1 Y0 |
@@ -134,7 +134,7 @@ | |||
134 | * (returned as Report 5 - macrokeys from the mouse) | 134 | * (returned as Report 5 - macrokeys from the mouse) |
135 | * | 135 | * |
136 | * bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0 | 136 | * bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0 |
137 | * byte0 0 0 0 0 0 1 0 0 | 137 | * byte0 0 0 0 0 0 1 0 1 |
138 | * byte1 0 0 0 BS2 BS Tip IR DV | 138 | * byte1 0 0 0 BS2 BS Tip IR DV |
139 | * byte2 0 0 0 0 0 0 1 0 | 139 | * byte2 0 0 0 0 0 0 1 0 |
140 | * byte3 0 0 0 K4 K3 K2 K1 K0 | 140 | * byte3 0 0 0 K4 K3 K2 K1 K0 |