[PATCH 23/27] HID: wacom: leds: use the ledclass instead of custom made sysfs files

2016-07-05 Thread Benjamin Tissoires
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 --- Documentation/ABI/testing/sysfs-driver-wacom | 5 + drivers/hid/wacom.h

Re: [PATCH 23/27] HID: wacom: leds: use the ledclass instead of custom made sysfs files

2016-07-11 Thread Peter Hutterer
On Tue, Jul 05, 2016 at 04:39:19PM +0200, Benjamin Tissoires wrote: > 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 >