diff options
author | Jamie Lentin <jm@lentin.co.uk> | 2014-07-23 18:30:48 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-07-29 05:24:47 -0400 |
commit | f3d4ff0e04cc4450bdc7a4140020913b1280d205 (patch) | |
tree | f4298002a0fd85a9ec39f595e1d1e8bea6e87894 /Documentation/ABI | |
parent | e0a6aad6014be2d4fbb24dfb8e046308da1df8c8 (diff) |
HID: lenovo: Add support for Compact (BT|USB) keyboard
Add support for both ThinkPad Compact Bluetooth Keyboard with
TrackPoint and ThinkPad Compact USB Keyboard with TrackPoint.
Signed-off-by: Jamie Lentin <jm@lentin.co.uk>
Reviewed-by: Antonio Ospite <ao2@ao2.it>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/ABI')
-rw-r--r-- | Documentation/ABI/testing/sysfs-driver-hid-lenovo | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-driver-hid-lenovo b/Documentation/ABI/testing/sysfs-driver-hid-lenovo index 57b92cbdceae..53a0725962e1 100644 --- a/Documentation/ABI/testing/sysfs-driver-hid-lenovo +++ b/Documentation/ABI/testing/sysfs-driver-hid-lenovo | |||
@@ -4,18 +4,21 @@ Contact: linux-input@vger.kernel.org | |||
4 | Description: This controls if mouse clicks should be generated if the trackpoint is quickly pressed. How fast this press has to be | 4 | Description: This controls if mouse clicks should be generated if the trackpoint is quickly pressed. How fast this press has to be |
5 | is being controlled by press_speed. | 5 | is being controlled by press_speed. |
6 | Values are 0 or 1. | 6 | Values are 0 or 1. |
7 | Applies to Thinkpad USB Keyboard with TrackPoint. | ||
7 | 8 | ||
8 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/dragging | 9 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/dragging |
9 | Date: July 2011 | 10 | Date: July 2011 |
10 | Contact: linux-input@vger.kernel.org | 11 | Contact: linux-input@vger.kernel.org |
11 | Description: If this setting is enabled, it is possible to do dragging by pressing the trackpoint. This requires press_to_select to be enabled. | 12 | Description: If this setting is enabled, it is possible to do dragging by pressing the trackpoint. This requires press_to_select to be enabled. |
12 | Values are 0 or 1. | 13 | Values are 0 or 1. |
14 | Applies to Thinkpad USB Keyboard with TrackPoint. | ||
13 | 15 | ||
14 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/release_to_select | 16 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/release_to_select |
15 | Date: July 2011 | 17 | Date: July 2011 |
16 | Contact: linux-input@vger.kernel.org | 18 | Contact: linux-input@vger.kernel.org |
17 | Description: For details regarding this setting please refer to http://www.pc.ibm.com/ww/healthycomputing/trkpntb.html | 19 | Description: For details regarding this setting please refer to http://www.pc.ibm.com/ww/healthycomputing/trkpntb.html |
18 | Values are 0 or 1. | 20 | Values are 0 or 1. |
21 | Applies to Thinkpad USB Keyboard with TrackPoint. | ||
19 | 22 | ||
20 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/select_right | 23 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/select_right |
21 | Date: July 2011 | 24 | Date: July 2011 |
@@ -23,16 +26,25 @@ Contact: linux-input@vger.kernel.org | |||
23 | Description: This setting controls if the mouse click events generated by pressing the trackpoint (if press_to_select is enabled) generate | 26 | Description: This setting controls if the mouse click events generated by pressing the trackpoint (if press_to_select is enabled) generate |
24 | a left or right mouse button click. | 27 | a left or right mouse button click. |
25 | Values are 0 or 1. | 28 | Values are 0 or 1. |
29 | Applies to Thinkpad USB Keyboard with TrackPoint. | ||
26 | 30 | ||
27 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/sensitivity | 31 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/sensitivity |
28 | Date: July 2011 | 32 | Date: July 2011 |
29 | Contact: linux-input@vger.kernel.org | 33 | Contact: linux-input@vger.kernel.org |
30 | Description: This file contains the trackpoint sensitivity. | 34 | Description: This file contains the trackpoint sensitivity. |
31 | Values are decimal integers from 1 (lowest sensitivity) to 255 (highest sensitivity). | 35 | Values are decimal integers from 1 (lowest sensitivity) to 255 (highest sensitivity). |
36 | Applies to Thinkpad USB Keyboard with TrackPoint. | ||
32 | 37 | ||
33 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/press_speed | 38 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/press_speed |
34 | Date: July 2011 | 39 | Date: July 2011 |
35 | Contact: linux-input@vger.kernel.org | 40 | Contact: linux-input@vger.kernel.org |
36 | Description: This setting controls how fast the trackpoint needs to be pressed to generate a mouse click if press_to_select is enabled. | 41 | Description: This setting controls how fast the trackpoint needs to be pressed to generate a mouse click if press_to_select is enabled. |
37 | Values are decimal integers from 1 (slowest) to 255 (fastest). | 42 | Values are decimal integers from 1 (slowest) to 255 (fastest). |
43 | Applies to Thinkpad USB Keyboard with TrackPoint. | ||
38 | 44 | ||
45 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/fn_lock | ||
46 | Date: July 2014 | ||
47 | Contact: linux-input@vger.kernel.org | ||
48 | Description: This setting controls whether Fn Lock is enabled on the keyboard (i.e. if F1 is Mute or F1) | ||
49 | Values are 0 or 1 | ||
50 | Applies to ThinkPad Compact (USB|Bluetooth) Keyboard with TrackPoint. | ||