diff options
Diffstat (limited to 'drivers/hid')
-rw-r--r-- | drivers/hid/wacom_wac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/wacom_wac.c b/drivers/hid/wacom_wac.c index 68fb9e114a0b..f1360381c8f5 100644 --- a/drivers/hid/wacom_wac.c +++ b/drivers/hid/wacom_wac.c | |||
@@ -4158,7 +4158,7 @@ static const struct wacom_features wacom_features_0x300 = | |||
4158 | BAMBOO_PEN, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; | 4158 | BAMBOO_PEN, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; |
4159 | static const struct wacom_features wacom_features_0x301 = | 4159 | static const struct wacom_features wacom_features_0x301 = |
4160 | { "Wacom Bamboo One M", 21648, 13530, 1023, 31, | 4160 | { "Wacom Bamboo One M", 21648, 13530, 1023, 31, |
4161 | BAMBOO_PT, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; | 4161 | BAMBOO_PEN, WACOM_INTUOS_RES, WACOM_INTUOS_RES }; |
4162 | static const struct wacom_features wacom_features_0x302 = | 4162 | static const struct wacom_features wacom_features_0x302 = |
4163 | { "Wacom Intuos PT S", 15200, 9500, 1023, 31, | 4163 | { "Wacom Intuos PT S", 15200, 9500, 1023, 31, |
4164 | INTUOSHT, WACOM_INTUOS_RES, WACOM_INTUOS_RES, .touch_max = 16, | 4164 | INTUOSHT, WACOM_INTUOS_RES, WACOM_INTUOS_RES, .touch_max = 16, |