diff options
| author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2015-09-03 13:01:44 -0400 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2015-09-03 13:01:44 -0400 |
| commit | 01b944fe1cd4e21a2a9ed51adbdbafe2d5e905ba (patch) | |
| tree | 85f506cf9fce3d8fd47cf624dd8698472bffc13f /Documentation/input | |
| parent | e51e38494a8ecc18650efb0c840600637891de2c (diff) | |
| parent | 58f1eae48e5372200553de07b5ecc7574803ee91 (diff) | |
Merge branch 'next' into for-linus
Prepare first round of input updates for 4.3 merge window.
Diffstat (limited to 'Documentation/input')
| -rw-r--r-- | Documentation/input/alps.txt | 4 | ||||
| -rw-r--r-- | Documentation/input/event-codes.txt | 2 | ||||
| -rw-r--r-- | Documentation/input/gpio-tilt.txt | 2 | ||||
| -rw-r--r-- | Documentation/input/iforce-protocol.txt | 2 | ||||
| -rw-r--r-- | Documentation/input/rotary-encoder.txt | 2 | ||||
| -rw-r--r-- | Documentation/input/walkera0701.txt | 2 | ||||
| -rw-r--r-- | Documentation/input/yealink.txt | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/Documentation/input/alps.txt b/Documentation/input/alps.txt index 765d99cdadbb..1fec1135791d 100644 --- a/Documentation/input/alps.txt +++ b/Documentation/input/alps.txt | |||
| @@ -58,7 +58,7 @@ To exit command mode, PSMOUSE_CMD_SETSTREAM (EA) is sent to the touchpad. | |||
| 58 | While in command mode, register addresses can be set by first sending a | 58 | While in command mode, register addresses can be set by first sending a |
| 59 | specific command, either EC for v3 devices or F5 for v4 devices. Then the | 59 | specific command, either EC for v3 devices or F5 for v4 devices. Then the |
| 60 | address is sent one nibble at a time, where each nibble is encoded as a | 60 | address is sent one nibble at a time, where each nibble is encoded as a |
| 61 | command with optional data. This enoding differs slightly between the v3 and | 61 | command with optional data. This encoding differs slightly between the v3 and |
| 62 | v4 protocols. | 62 | v4 protocols. |
| 63 | 63 | ||
| 64 | Once an address has been set, the addressed register can be read by sending | 64 | Once an address has been set, the addressed register can be read by sending |
| @@ -146,7 +146,7 @@ ALPS Absolute Mode - Protocol Version 3 | |||
| 146 | --------------------------------------- | 146 | --------------------------------------- |
| 147 | 147 | ||
| 148 | ALPS protocol version 3 has three different packet formats. The first two are | 148 | ALPS protocol version 3 has three different packet formats. The first two are |
| 149 | associated with touchpad events, and the third is associatd with trackstick | 149 | associated with touchpad events, and the third is associated with trackstick |
| 150 | events. | 150 | events. |
| 151 | 151 | ||
| 152 | The first type is the touchpad position packet. | 152 | The first type is the touchpad position packet. |
diff --git a/Documentation/input/event-codes.txt b/Documentation/input/event-codes.txt index 96705616f582..3f0f5ce3338b 100644 --- a/Documentation/input/event-codes.txt +++ b/Documentation/input/event-codes.txt | |||
| @@ -229,7 +229,7 @@ such device to feedback. | |||
| 229 | EV_PWR: | 229 | EV_PWR: |
| 230 | ---------- | 230 | ---------- |
| 231 | EV_PWR events are a special type of event used specifically for power | 231 | EV_PWR events are a special type of event used specifically for power |
| 232 | mangement. Its usage is not well defined. To be addressed later. | 232 | management. Its usage is not well defined. To be addressed later. |
| 233 | 233 | ||
| 234 | Device properties: | 234 | Device properties: |
| 235 | ================= | 235 | ================= |
diff --git a/Documentation/input/gpio-tilt.txt b/Documentation/input/gpio-tilt.txt index 06d60c3ff5e7..2cdfd9bcb1af 100644 --- a/Documentation/input/gpio-tilt.txt +++ b/Documentation/input/gpio-tilt.txt | |||
| @@ -28,7 +28,7 @@ Example: | |||
| 28 | -------- | 28 | -------- |
| 29 | 29 | ||
| 30 | Example configuration for a single TS1003 tilt switch that rotates around | 30 | Example configuration for a single TS1003 tilt switch that rotates around |
| 31 | one axis in 4 steps and emitts the current tilt via two GPIOs. | 31 | one axis in 4 steps and emits the current tilt via two GPIOs. |
| 32 | 32 | ||
| 33 | static int sg060_tilt_enable(struct device *dev) { | 33 | static int sg060_tilt_enable(struct device *dev) { |
| 34 | /* code to enable the sensors */ | 34 | /* code to enable the sensors */ |
diff --git a/Documentation/input/iforce-protocol.txt b/Documentation/input/iforce-protocol.txt index 2d5fbfd6023e..66287151c54a 100644 --- a/Documentation/input/iforce-protocol.txt +++ b/Documentation/input/iforce-protocol.txt | |||
| @@ -97,7 +97,7 @@ LEN= 0e | |||
| 97 | *** Attack and fade *** | 97 | *** Attack and fade *** |
| 98 | OP= 02 | 98 | OP= 02 |
| 99 | LEN= 08 | 99 | LEN= 08 |
| 100 | 00-01 Address where to store the parameteres | 100 | 00-01 Address where to store the parameters |
| 101 | 02-03 Duration of attack (little endian encoding, in ms) | 101 | 02-03 Duration of attack (little endian encoding, in ms) |
| 102 | 04 Level at end of attack. Signed byte. | 102 | 04 Level at end of attack. Signed byte. |
| 103 | 05-06 Duration of fade. | 103 | 05-06 Duration of fade. |
diff --git a/Documentation/input/rotary-encoder.txt b/Documentation/input/rotary-encoder.txt index 92e68bce13a4..5737e3590adb 100644 --- a/Documentation/input/rotary-encoder.txt +++ b/Documentation/input/rotary-encoder.txt | |||
| @@ -33,7 +33,7 @@ The phase diagram of these two outputs look like this: | |||
| 33 | one step (half-period mode) | 33 | one step (half-period mode) |
| 34 | 34 | ||
| 35 | For more information, please see | 35 | For more information, please see |
| 36 | http://en.wikipedia.org/wiki/Rotary_encoder | 36 | https://en.wikipedia.org/wiki/Rotary_encoder |
| 37 | 37 | ||
| 38 | 38 | ||
| 39 | 1. Events / state machine | 39 | 1. Events / state machine |
diff --git a/Documentation/input/walkera0701.txt b/Documentation/input/walkera0701.txt index 561385d38482..49e3ac60dcef 100644 --- a/Documentation/input/walkera0701.txt +++ b/Documentation/input/walkera0701.txt | |||
| @@ -91,7 +91,7 @@ absolute binary value. (10 bits per channel). Next nibble is checksum for | |||
| 91 | first ten nibbles. | 91 | first ten nibbles. |
| 92 | 92 | ||
| 93 | Next nibbles 12 .. 21 represents four channels (not all channels can be | 93 | Next nibbles 12 .. 21 represents four channels (not all channels can be |
| 94 | directly controlled from TX). Binary representations ar the same as in first | 94 | directly controlled from TX). Binary representations are the same as in first |
| 95 | four channels. In nibbles 22 and 23 is a special magic number. Nibble 24 is | 95 | four channels. In nibbles 22 and 23 is a special magic number. Nibble 24 is |
| 96 | checksum for nibbles 12..23. | 96 | checksum for nibbles 12..23. |
| 97 | 97 | ||
diff --git a/Documentation/input/yealink.txt b/Documentation/input/yealink.txt index 5360e434486c..8277b76ec506 100644 --- a/Documentation/input/yealink.txt +++ b/Documentation/input/yealink.txt | |||
| @@ -93,7 +93,7 @@ Format description: | |||
| 93 | Format specifier | 93 | Format specifier |
| 94 | '8' : Generic 7 segment digit with individual addressable segments | 94 | '8' : Generic 7 segment digit with individual addressable segments |
| 95 | 95 | ||
| 96 | Reduced capability 7 segm digit, when segments are hard wired together. | 96 | Reduced capability 7 segment digit, when segments are hard wired together. |
| 97 | '1' : 2 segments digit only able to produce a 1. | 97 | '1' : 2 segments digit only able to produce a 1. |
| 98 | 'e' : Most significant day of the month digit, | 98 | 'e' : Most significant day of the month digit, |
| 99 | able to produce at least 1 2 3. | 99 | able to produce at least 1 2 3. |
