diff options
Diffstat (limited to 'drivers/input/tablet/wacom_wac.h')
-rw-r--r-- | drivers/input/tablet/wacom_wac.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/input/tablet/wacom_wac.h b/drivers/input/tablet/wacom_wac.h index 96c185cc301e..3f926ec19ef9 100644 --- a/drivers/input/tablet/wacom_wac.h +++ b/drivers/input/tablet/wacom_wac.h | |||
@@ -109,6 +109,8 @@ struct wacom_features { | |||
109 | int distance_fuzz; | 109 | int distance_fuzz; |
110 | unsigned quirks; | 110 | unsigned quirks; |
111 | unsigned touch_max; | 111 | unsigned touch_max; |
112 | int oVid; | ||
113 | int oPid; | ||
112 | }; | 114 | }; |
113 | 115 | ||
114 | struct wacom_shared { | 116 | struct wacom_shared { |