diff options
| -rw-r--r-- | drivers/hid/wacom_wac.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/hid/wacom_wac.c b/drivers/hid/wacom_wac.c index 8b29949507d1..0ff22dbe334c 100644 --- a/drivers/hid/wacom_wac.c +++ b/drivers/hid/wacom_wac.c | |||
| @@ -3213,7 +3213,8 @@ static const struct wacom_features wacom_features_0x32F = | |||
| 3213 | WACOM_DTU_OFFSET, WACOM_DTU_OFFSET }; | 3213 | WACOM_DTU_OFFSET, WACOM_DTU_OFFSET }; |
| 3214 | static const struct wacom_features wacom_features_0x336 = | 3214 | static const struct wacom_features wacom_features_0x336 = |
| 3215 | { "Wacom DTU1141", 23472, 13203, 1023, 0, | 3215 | { "Wacom DTU1141", 23472, 13203, 1023, 0, |
| 3216 | DTUS, WACOM_INTUOS_RES, WACOM_INTUOS_RES, 4 }; | 3216 | DTUS, WACOM_INTUOS_RES, WACOM_INTUOS_RES, 4, |
| 3217 | WACOM_DTU_OFFSET, WACOM_DTU_OFFSET }; | ||
| 3217 | static const struct wacom_features wacom_features_0x57 = | 3218 | static const struct wacom_features wacom_features_0x57 = |
| 3218 | { "Wacom DTK2241", 95640, 54060, 2047, 63, | 3219 | { "Wacom DTK2241", 95640, 54060, 2047, 63, |
| 3219 | DTK, WACOM_INTUOS3_RES, WACOM_INTUOS3_RES, 6, | 3220 | DTK, WACOM_INTUOS3_RES, WACOM_INTUOS3_RES, 6, |
