]> git.baikalelectronics.ru Git - kernel.git/commit
Input: wacom - install LED/OLED sysfs files in the HID device instead of USB
authorBenjamin Tissoires <benjamin.tissoires@redhat.com>
Thu, 24 Jul 2014 19:59:45 +0000 (12:59 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 26 Jul 2014 01:53:52 +0000 (18:53 -0700)
commit1020f4472ba731852044fa6b2f6831e5026d6793
treeff545029fabb46ae7a57a956ba8cbf45d09efc8f
parentc2b6e643becf2681bc619dff3582b4912fb2ea89
Input: wacom - install LED/OLED sysfs files in the HID device instead of USB

Removes one more dependency over USB, but requires some changes in
the user space to find the sysfs files correctly.

This patch breaks the user space. However, the number of program
accessing the LEDs is quite limited and we can easily patch them
to handle the new HID behavior.

Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Reviewed-by: Jason Gerecke <killertofu@gmail.com>
Tested-by: Jason Gerecke <killertofu@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/tablet/wacom_sys.c