Skip to content

Commit ff38e82

Browse files
PinglinuxJiri Kosina
authored andcommitted
HID: wacom: Add outbounding area for DTU1141
DTU1141 has an extra 1 mm tablet active outbounding area on each side of the display, same as those recently released DTUs. Signed-off-by: Ping Cheng <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 6f1da31 commit ff38e82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/hid/wacom_wac.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3213,7 +3213,8 @@ static const struct wacom_features wacom_features_0x32F =
32133213
WACOM_DTU_OFFSET, WACOM_DTU_OFFSET };
32143214
static const struct wacom_features wacom_features_0x336 =
32153215
{ "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 };
32173218
static const struct wacom_features wacom_features_0x57 =
32183219
{ "Wacom DTK2241", 95640, 54060, 2047, 63,
32193220
DTK, WACOM_INTUOS3_RES, WACOM_INTUOS3_RES, 6,

0 commit comments

Comments
 (0)