diff options
| author | Henrik Rydberg <rydberg@bitmath.org> | 2010-09-06 09:59:01 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@bitmath.org> | 2010-09-06 09:59:01 +0200 |
| commit | a9606c01f7edfc21a3fce1f10152fbf266e74d4f (patch) | |
| tree | c036a72be47944e9bcffbf2ae7b40d102fe577c1 /usr/src/dkms_source_tree/wacom.h | |
| parent | 9c70cefed5bc44284a2cd63fc5e3b4ab3d90d0bf (diff) | |
Align with 2.6.37
This patch aligns wacom support with kernel 2.6.37. The tablet
buttons have been remapped and the code has been prepared for
adding the rest of the Bamboo family.
Signed-off-by: Henrik Rydberg <rydberg@bitmath.org>
Diffstat (limited to 'usr/src/dkms_source_tree/wacom.h')
| -rw-r--r-- | usr/src/dkms_source_tree/wacom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/dkms_source_tree/wacom.h b/usr/src/dkms_source_tree/wacom.h index 284dfaa..de5adb1 100644 --- a/usr/src/dkms_source_tree/wacom.h +++ b/usr/src/dkms_source_tree/wacom.h | |||
| @@ -118,6 +118,7 @@ struct wacom { | |||
| 118 | extern const struct usb_device_id wacom_ids[]; | 118 | extern const struct usb_device_id wacom_ids[]; |
| 119 | 119 | ||
| 120 | void wacom_wac_irq(struct wacom_wac *wacom_wac, size_t len); | 120 | void wacom_wac_irq(struct wacom_wac *wacom_wac, size_t len); |
| 121 | void wacom_setup_device_quirks(struct wacom_features *features); | ||
| 121 | void wacom_setup_input_capabilities(struct input_dev *input_dev, | 122 | void wacom_setup_input_capabilities(struct input_dev *input_dev, |
| 122 | struct wacom_wac *wacom_wac); | 123 | struct wacom_wac *wacom_wac); |
| 123 | #endif | 124 | #endif |
