summaryrefslogtreecommitdiff
path: root/drivers/hid/wacom_wac.h
diff options
context:
space:
mode:
authorBenjamin Tissoires <benjamin.tissoires@redhat.com>2014-08-06 20:48:01 (GMT)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2014-08-06 21:18:10 (GMT)
commitf81a1295cd9b6d3d3d7d7126e522d80917134b41 (patch)
tree9b5da4c5cd0920865ce2a306bedda8a7807dfc0e /drivers/hid/wacom_wac.h
parentaeaf50d4e7d29d9a5f6da45fdcd9fb118f70fb93 (diff)
downloadlinux-f81a1295cd9b6d3d3d7d7126e522d80917134b41.tar.xz
Input: wacom - prepare the driver to include BT devices
Now that wacom is a hid driver, there is no point in having a separate driver for bluetooth devices. This patch prepares the common paths of Bluetooth devices in the common wacom driver. It also adds the sysfs file "speed" used by Bluetooth devices. Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Reviewed-by: Ping Cheng <pingc@wacom.com> Tested-by: Przemo Firszt <przemo@firszt.eu> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/hid/wacom_wac.h')
-rw-r--r--drivers/hid/wacom_wac.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hid/wacom_wac.h b/drivers/hid/wacom_wac.h
index 3433a0e..6cefa1e 100644
--- a/drivers/hid/wacom_wac.h
+++ b/drivers/hid/wacom_wac.h
@@ -169,6 +169,8 @@ struct wacom_wac {
int num_contacts_left;
int bat_charging;
int ps_connected;
+ u8 bt_features;
+ u8 bt_high_speed;
};
#endif