aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/hid/wacom.h
diff options
context:
space:
mode:
authorPing Cheng <pinglinux@gmail.com>2015-04-15 16:53:54 -0700
committerJiri Kosina <jkosina@suse.cz>2015-04-23 10:00:51 +0200
commit42f4f272746f9e4e3fecb4440dc2429822b6950b (patch)
treec8b6ffdb743f2777af3ecac3ff86531b54a5f29e /drivers/hid/wacom.h
parentMerge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid (diff)
downloadwireguard-linux-42f4f272746f9e4e3fecb4440dc2429822b6950b.tar.xz
wireguard-linux-42f4f272746f9e4e3fecb4440dc2429822b6950b.zip
HID: wacom: move all quirks to wacom_setup_device_quirks
It makes probe routine easy to follow. Signed-off-by: Ping Cheng <pingc@wacom.com> Reviewed-by: Jason Gerecke <jason.gerecke@wacom.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/wacom.h')
-rw-r--r--drivers/hid/wacom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/wacom.h b/drivers/hid/wacom.h
index 024f4d89d579..c76e21f486d8 100644
--- a/drivers/hid/wacom.h
+++ b/drivers/hid/wacom.h
@@ -134,7 +134,7 @@ static inline void wacom_schedule_work(struct wacom_wac *wacom_wac)
extern const struct hid_device_id wacom_ids[];
void wacom_wac_irq(struct wacom_wac *wacom_wac, size_t len);
-void wacom_setup_device_quirks(struct wacom_features *features);
+void wacom_setup_device_quirks(struct wacom *wacom);
int wacom_setup_pentouch_input_capabilities(struct input_dev *input_dev,
struct wacom_wac *wacom_wac);
int wacom_setup_pad_input_capabilities(struct input_dev *input_dev,