diff options
author | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2016-07-13 12:06:10 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-08-05 07:39:19 -0400 |
commit | 97f5541fc0c7ed107103e6f87a6522f5327ab4b0 (patch) | |
tree | fa1e72787ac36f7fb130a20d12cad0227bb21717 /Documentation | |
parent | 9f1015d45f62d3b1c6719a1ccffaded89b157e10 (diff) |
HID: wacom: leds: use the ledclass instead of custom made sysfs files
The now obsolete sysfs files for LEDs and EKRemote are kept for backward
compatibility.
Both the EKR (read-only) and the regular Cintiqs and Intuos are now
sharing the same led API.
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Acked-by: Ping Cheng <pingc@wacom.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/ABI/testing/sysfs-driver-wacom | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-driver-wacom b/Documentation/ABI/testing/sysfs-driver-wacom index dca429340772..2aa5503ee200 100644 --- a/Documentation/ABI/testing/sysfs-driver-wacom +++ b/Documentation/ABI/testing/sysfs-driver-wacom | |||
@@ -24,6 +24,7 @@ What: /sys/bus/hid/devices/<bus>:<vid>:<pid>.<n>/wacom_led/status0_luminance | |||
24 | Date: August 2014 | 24 | Date: August 2014 |
25 | Contact: linux-input@vger.kernel.org | 25 | Contact: linux-input@vger.kernel.org |
26 | Description: | 26 | Description: |
27 | <obsoleted by the LED class API now exported by the driver> | ||
27 | Writing to this file sets the status LED luminance (1..127) | 28 | Writing to this file sets the status LED luminance (1..127) |
28 | when the stylus does not touch the tablet surface, and no | 29 | when the stylus does not touch the tablet surface, and no |
29 | button is pressed on the stylus. This luminance level is | 30 | button is pressed on the stylus. This luminance level is |
@@ -33,6 +34,7 @@ What: /sys/bus/hid/devices/<bus>:<vid>:<pid>.<n>/wacom_led/status1_luminance | |||
33 | Date: August 2014 | 34 | Date: August 2014 |
34 | Contact: linux-input@vger.kernel.org | 35 | Contact: linux-input@vger.kernel.org |
35 | Description: | 36 | Description: |
37 | <obsoleted by the LED class API now exported by the driver> | ||
36 | Writing to this file sets the status LED luminance (1..127) | 38 | Writing to this file sets the status LED luminance (1..127) |
37 | when the stylus touches the tablet surface, or any button is | 39 | when the stylus touches the tablet surface, or any button is |
38 | pressed on the stylus. | 40 | pressed on the stylus. |
@@ -41,6 +43,7 @@ What: /sys/bus/hid/devices/<bus>:<vid>:<pid>.<n>/wacom_led/status_led0_select | |||
41 | Date: August 2014 | 43 | Date: August 2014 |
42 | Contact: linux-input@vger.kernel.org | 44 | Contact: linux-input@vger.kernel.org |
43 | Description: | 45 | Description: |
46 | <obsoleted by the LED class API now exported by the driver> | ||
44 | Writing to this file sets which one of the four (for Intuos 4 | 47 | Writing to this file sets which one of the four (for Intuos 4 |
45 | and Intuos 5) or of the right four (for Cintiq 21UX2 and Cintiq | 48 | and Intuos 5) or of the right four (for Cintiq 21UX2 and Cintiq |
46 | 24HD) status LEDs is active (0..3). The other three LEDs on the | 49 | 24HD) status LEDs is active (0..3). The other three LEDs on the |
@@ -50,6 +53,7 @@ What: /sys/bus/hid/devices/<bus>:<vid>:<pid>.<n>/wacom_led/status_led1_select | |||
50 | Date: August 2014 | 53 | Date: August 2014 |
51 | Contact: linux-input@vger.kernel.org | 54 | Contact: linux-input@vger.kernel.org |
52 | Description: | 55 | Description: |
56 | <obsoleted by the LED class API now exported by the driver> | ||
53 | Writing to this file sets which one of the left four (for Cintiq 21UX2 | 57 | Writing to this file sets which one of the left four (for Cintiq 21UX2 |
54 | and Cintiq 24HD) status LEDs is active (0..3). The other three LEDs on | 58 | and Cintiq 24HD) status LEDs is active (0..3). The other three LEDs on |
55 | the left are always inactive. | 59 | the left are always inactive. |
@@ -91,6 +95,7 @@ What: /sys/bus/hid/devices/<bus>:<vid>:<pid>.<n>/wacom_remote/<serial_number>/r | |||
91 | Date: July 2015 | 95 | Date: July 2015 |
92 | Contact: linux-input@vger.kernel.org | 96 | Contact: linux-input@vger.kernel.org |
93 | Description: | 97 | Description: |
98 | <obsoleted by the LED class API now exported by the driver> | ||
94 | Reading from this file reports the mode status of the | 99 | Reading from this file reports the mode status of the |
95 | remote as indicated by the LED lights on the device. If no | 100 | remote as indicated by the LED lights on the device. If no |
96 | reports have been received from the paired device, reading | 101 | reports have been received from the paired device, reading |