From 5e740ce6043da476f1ee61c18af7d1df40ecbb57 Mon Sep 17 00:00:00 2001 From: Dmitry Torokhov Date: Thu, 24 Jul 2014 13:27:18 -0700 Subject: [PATCH] Input: wacom_serial4 - prepare for wacom USB moving to HID wacom_wac.h will be moving to drivers/hid. Since we only need 3 definitions from it let's simply copy them over. Acked-by: Hans de Goede Signed-off-by: Dmitry Torokhov --- drivers/input/tablet/wacom_serial4.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/input/tablet/wacom_serial4.c b/drivers/input/tablet/wacom_serial4.c index d3d251e2730..20ab802461e 100644 --- a/drivers/input/tablet/wacom_serial4.c +++ b/drivers/input/tablet/wacom_serial4.c @@ -113,7 +113,6 @@ #include #include #include -#include "wacom_wac.h" MODULE_AUTHOR("Julian Squires , Hans de Goede "); MODULE_DESCRIPTION("Wacom protocol 4 serial tablet driver"); @@ -149,6 +148,11 @@ MODULE_LICENSE("GPL"); #define F_HAS_STYLUS2 0x02 #define F_HAS_SCROLLWHEEL 0x04 +/* device IDs */ +#define STYLUS_DEVICE_ID 0x02 +#define CURSOR_DEVICE_ID 0x06 +#define ERASER_DEVICE_ID 0x0A + enum { STYLUS = 1, ERASER, CURSOR }; static const struct { -- 2.46.0