diff options
author | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2014-07-25 17:32:41 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2014-07-25 18:55:54 -0700 |
commit | 7dbd229e10603b3759f366007df2068dc2acfe46 (patch) | |
tree | 55c0ab8bee329ef85439c1678c3a264171d2fa21 /drivers/hid/wacom_wac.h | |
parent | d70420b914c98a3758674c6e9858810e0ab4ea30 (diff) | |
download | lwn-7dbd229e10603b3759f366007df2068dc2acfe46.tar.gz lwn-7dbd229e10603b3759f366007df2068dc2acfe46.zip |
Input: wacom - register an ac power supply for wireless devices
This is used by HID Bluetooth devices but also add some more information
to the USB Wireless Receiver.
We are just porting the bits from hid-wacom.c to the common driver here.
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Acked-by: Przemo Firszt <przemo@firszt.eu>
Acked-by: Ping Cheng <pingc@wacom.com>
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/wacom_wac.h b/drivers/hid/wacom_wac.h index 6cdf707821cd..3433a0e28bb4 100644 --- a/drivers/hid/wacom_wac.h +++ b/drivers/hid/wacom_wac.h @@ -155,6 +155,7 @@ struct wacom_wac { char name[WACOM_NAME_MAX]; char pad_name[WACOM_NAME_MAX]; char bat_name[WACOM_NAME_MAX]; + char ac_name[WACOM_NAME_MAX]; unsigned char data[WACOM_PKGLEN_MAX]; int tool[2]; int id[2]; |