diff options
author | Ping Cheng <pinglinux@gmail.com> | 2011-10-05 02:51:14 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2011-10-05 03:26:21 -0400 |
commit | 09e7d9410764f96f83ebf4a435028ac5e6240af6 (patch) | |
tree | d13102a4df693056017abd632376f026c5220618 /Documentation/ABI | |
parent | 77e82516a69ad7dd10ada425930ba35e933abcfb (diff) |
Input: wacom - add LED support for Cintiq 21ux2
Cintiq 21ux2 has two sets of four LEDs on right and left side of
the tablet, respectively.
Reviewed-by: Eduard Hasenleithner <eduard@hasenleithner.at>
Tested-by: Eduard Hasenleithner <eduard@hasenleithner.at>
Signed-off-by: Ping Cheng <pingc@wacom.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'Documentation/ABI')
-rw-r--r-- | Documentation/ABI/testing/sysfs-driver-wacom | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/Documentation/ABI/testing/sysfs-driver-wacom b/Documentation/ABI/testing/sysfs-driver-wacom index b5601859de5a..82d4df136444 100644 --- a/Documentation/ABI/testing/sysfs-driver-wacom +++ b/Documentation/ABI/testing/sysfs-driver-wacom | |||
@@ -13,11 +13,11 @@ What: /sys/bus/usb/devices/<busnum>-<devnum>:<cfg>.<intf>/wacom_led/led | |||
13 | Date: August 2011 | 13 | Date: August 2011 |
14 | Contact: linux-input@vger.kernel.org | 14 | Contact: linux-input@vger.kernel.org |
15 | Description: | 15 | Description: |
16 | Attribute group for control of the status LEDs and the OLED | 16 | Attribute group for control of the status LEDs and the OLEDs. |
17 | displays found on the Wacom Intuos 4 M, L, and XL tablets. This | 17 | This attribute group is only available for Intuos 4 M, L, |
18 | attribute group is not available for other Wacom tablets. | 18 | and XL (with LEDs and OLEDs) and Cintiq 21UX2 (LEDs only). |
19 | Therefore its presence implicitly signifies the presence of | 19 | Therefore its presence implicitly signifies the presence of |
20 | said LEDs and OLED displays on the tablet device. | 20 | said LEDs and OLEDs on the tablet device. |
21 | 21 | ||
22 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<cfg>.<intf>/wacom_led/status0_luminance | 22 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<cfg>.<intf>/wacom_led/status0_luminance |
23 | Date: August 2011 | 23 | Date: August 2011 |
@@ -36,12 +36,21 @@ Description: | |||
36 | when the stylus touches the tablet surface, or any button is | 36 | when the stylus touches the tablet surface, or any button is |
37 | pressed on the stylus. | 37 | pressed on the stylus. |
38 | 38 | ||
39 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<cfg>.<intf>/wacom_led/status_led_select | 39 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<cfg>.<intf>/wacom_led/status_led0_select |
40 | Date: August 2011 | 40 | Date: August 2011 |
41 | Contact: linux-input@vger.kernel.org | 41 | Contact: linux-input@vger.kernel.org |
42 | Description: | 42 | Description: |
43 | Writing to this file sets which one of the four status LEDs is | 43 | Writing to this file sets which one of the four (for Intuos 4) |
44 | active (0..3). The other three LEDs are always inactive. | 44 | or of the right four (for Cintiq 21UX2) status LEDs is active (0..3). |
45 | The other three LEDs on the same side are always inactive. | ||
46 | |||
47 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<cfg>.<intf>/wacom_led/status_led1_select | ||
48 | Date: September 2011 | ||
49 | Contact: linux-input@vger.kernel.org | ||
50 | Description: | ||
51 | Writing to this file sets which one of the left four (for Cintiq 21UX2) | ||
52 | status LEDs is active (0..3). The other three LEDs on the left are always | ||
53 | inactive. | ||
45 | 54 | ||
46 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<cfg>.<intf>/wacom_led/buttons_luminance | 55 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<cfg>.<intf>/wacom_led/buttons_luminance |
47 | Date: August 2011 | 56 | Date: August 2011 |