aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/tablet/wacom.h
diff options
context:
space:
mode:
authorBenjamin Tissoires <benjamin.tissoires@redhat.com>2014-07-24 13:00:03 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2014-07-25 18:53:52 -0700
commitb6c79f2ca1032e2da7ad8523b83f0cf5cc04dbc0 (patch)
tree862c76a0cac60a0f135a9965333e15eb6ca671be /drivers/input/tablet/wacom.h
parentInput: wacom - install LED/OLED sysfs files in the HID device instead of USB (diff)
downloadlinux-dev-b6c79f2ca1032e2da7ad8523b83f0cf5cc04dbc0.tar.xz
linux-dev-b6c79f2ca1032e2da7ad8523b83f0cf5cc04dbc0.zip
Input: wacom - register the input devices on top of the HID one
Matches the current behavior of the HID subsystem and removes one more dependency over USB. The current user space clients which relies on this to fetch the LEDs path need an update. However, we already break them in the kernel v3.11 for the Bluetooth Wacom devices. They are going to be fixed soon. 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>
Diffstat (limited to 'drivers/input/tablet/wacom.h')
-rw-r--r--drivers/input/tablet/wacom.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/tablet/wacom.h b/drivers/input/tablet/wacom.h
index b9212390db71..dd67b7da8a97 100644
--- a/drivers/input/tablet/wacom.h
+++ b/drivers/input/tablet/wacom.h
@@ -112,7 +112,6 @@ struct wacom {
struct hid_device *hdev;
struct mutex lock;
struct work_struct work;
- char phys[32];
struct wacom_led {
u8 select[2]; /* status led selector (0..3) */
u8 llv; /* status led brightness no button (1..127) */