diff options
author | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2014-08-06 13:48:01 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2014-08-06 14:18:10 -0700 |
commit | f81a1295cd9b6d3d3d7d7126e522d80917134b41 (patch) | |
tree | 9b5da4c5cd0920865ce2a306bedda8a7807dfc0e /drivers/hid/wacom_wac.h | |
parent | aeaf50d4e7d29d9a5f6da45fdcd9fb118f70fb93 (diff) | |
download | linux-f81a1295cd9b6d3d3d7d7126e522d80917134b41.tar.bz2 |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hid/wacom_wac.h b/drivers/hid/wacom_wac.h index 3433a0e28bb4..6cefa1e8c14b 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 |