diff options
author | Ping Cheng <pinglinux@gmail.com> | 2015-04-15 16:53:54 -0700 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2015-04-23 10:00:51 +0200 |
commit | 42f4f272746f9e4e3fecb4440dc2429822b6950b (patch) | |
tree | c8b6ffdb743f2777af3ecac3ff86531b54a5f29e /drivers/hid/wacom.h | |
parent | 8de29a35dc840a05e451ad035bcb06e21ccf605f (diff) | |
download | linux-42f4f272746f9e4e3fecb4440dc2429822b6950b.tar.bz2 |
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.h | 2 |
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, |