diff options
Diffstat (limited to 'Documentation/input/alps.txt')
-rw-r--r-- | Documentation/input/alps.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/input/alps.txt b/Documentation/input/alps.txt index f274c28b5103..ae8ba9a74ce1 100644 --- a/Documentation/input/alps.txt +++ b/Documentation/input/alps.txt | |||
@@ -13,7 +13,8 @@ Detection | |||
13 | 13 | ||
14 | All ALPS touchpads should respond to the "E6 report" command sequence: | 14 | All ALPS touchpads should respond to the "E6 report" command sequence: |
15 | E8-E6-E6-E6-E9. An ALPS touchpad should respond with either 00-00-0A or | 15 | E8-E6-E6-E6-E9. An ALPS touchpad should respond with either 00-00-0A or |
16 | 00-00-64. | 16 | 00-00-64 if no buttons are pressed. The bits 0-2 of the first byte will be 1s |
17 | if some buttons are pressed. | ||
17 | 18 | ||
18 | If the E6 report is successful, the touchpad model is identified using the "E7 | 19 | If the E6 report is successful, the touchpad model is identified using the "E7 |
19 | report" sequence: E8-E7-E7-E7-E9. The response is the model signature and is | 20 | report" sequence: E8-E7-E7-E7-E9. The response is the model signature and is |
@@ -131,8 +132,8 @@ number of contacts (f1 and f0 in the table below). | |||
131 | byte 5: 0 1 ? ? ? ? f1 f0 | 132 | byte 5: 0 1 ? ? ? ? f1 f0 |
132 | 133 | ||
133 | This packet only appears after a position packet with the mt bit set, and | 134 | This packet only appears after a position packet with the mt bit set, and |
134 | ususally only appears when there are two or more contacts (although | 135 | usually only appears when there are two or more contacts (although |
135 | ocassionally it's seen with only a single contact). | 136 | occassionally it's seen with only a single contact). |
136 | 137 | ||
137 | The final v3 packet type is the trackstick packet. | 138 | The final v3 packet type is the trackstick packet. |
138 | 139 | ||