aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/ABI
diff options
context:
space:
mode:
authorPing Cheng <pinglinux@gmail.com>2011-10-05 02:51:14 -0400
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2011-10-05 03:26:21 -0400
commit09e7d9410764f96f83ebf4a435028ac5e6240af6 (patch)
treed13102a4df693056017abd632376f026c5220618 /Documentation/ABI
parent77e82516a69ad7dd10ada425930ba35e933abcfb (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-wacom23
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
13Date: August 2011 13Date: August 2011
14Contact: linux-input@vger.kernel.org 14Contact: linux-input@vger.kernel.org
15Description: 15Description:
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
22What: /sys/bus/usb/devices/<busnum>-<devnum>:<cfg>.<intf>/wacom_led/status0_luminance 22What: /sys/bus/usb/devices/<busnum>-<devnum>:<cfg>.<intf>/wacom_led/status0_luminance
23Date: August 2011 23Date: 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
39What: /sys/bus/usb/devices/<busnum>-<devnum>:<cfg>.<intf>/wacom_led/status_led_select 39What: /sys/bus/usb/devices/<busnum>-<devnum>:<cfg>.<intf>/wacom_led/status_led0_select
40Date: August 2011 40Date: August 2011
41Contact: linux-input@vger.kernel.org 41Contact: linux-input@vger.kernel.org
42Description: 42Description:
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
47What: /sys/bus/usb/devices/<busnum>-<devnum>:<cfg>.<intf>/wacom_led/status_led1_select
48Date: September 2011
49Contact: linux-input@vger.kernel.org
50Description:
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
46What: /sys/bus/usb/devices/<busnum>-<devnum>:<cfg>.<intf>/wacom_led/buttons_luminance 55What: /sys/bus/usb/devices/<busnum>-<devnum>:<cfg>.<intf>/wacom_led/buttons_luminance
47Date: August 2011 56Date: August 2011