summaryrefslogtreecommitdiffstats
path: root/Documentation/ABI
diff options
context:
space:
mode:
authorVivien Didelot <vivien.didelot@savoirfairelinux.com>2014-04-14 16:50:17 -0400
committerJiri Kosina <jkosina@suse.cz>2014-04-15 14:42:51 +0200
commit21200ad10aba00943f9aa832fab04b8926dc7a52 (patch)
tree1a360d23df440bb1c00dcbbe48af76243b8433e7 /Documentation/ABI
parent0f1b1e6d73cb989ce2c071edc57deade3b084dfe (diff)
downloadlinux-stable-21200ad10aba00943f9aa832fab04b8926dc7a52.tar.gz
linux-stable-21200ad10aba00943f9aa832fab04b8926dc7a52.tar.bz2
linux-stable-21200ad10aba00943f9aa832fab04b8926dc7a52.zip
HID: thingm: remove the "play" sysfs attribute
When the thingm driver registers an instance of LED class, it creates a "play" sysfs attribute for this blink(1) specific feature. Since this feature is not specific to the RGB chip but to the HID device itself, let's remove this attribute from the LED instance and only implement what is useful to switch on and off the LED. This feature is still easily accessible through hidraw. Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/ABI')
-rw-r--r--Documentation/ABI/testing/sysfs-driver-hid-thingm7
1 files changed, 0 insertions, 7 deletions
diff --git a/Documentation/ABI/testing/sysfs-driver-hid-thingm b/Documentation/ABI/testing/sysfs-driver-hid-thingm
index abcffeedd20a..fda6185b9292 100644
--- a/Documentation/ABI/testing/sysfs-driver-hid-thingm
+++ b/Documentation/ABI/testing/sysfs-driver-hid-thingm
@@ -14,10 +14,3 @@ Description: This attribute allows to set a fade time in milliseconds for
the next color change. Read the attribute to know the current
fade time. The default value is set to 0 (no fade time). For
instance, set a fade time of 2 seconds with: echo 2000 > fade
-
-What: /sys/class/leds/blink1::<serial>/play
-Date: January 2013
-Contact: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
-Description: This attribute is used to play/pause the light patterns. Write 1
- to start playing, 0 to stop. Reading this attribute returns the
- current playing status.