Skip to content

Commit

Permalink
test: fix pid for the 13HDT pad
Browse files Browse the repository at this point in the history
  • Loading branch information
whot committed Oct 20, 2017
1 parent 327321a commit 48a2eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/litest-device-wacom-cintiq-13hdt-pad.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ static struct input_absinfo absinfo[] = {
static struct input_id input_id = {
.bustype = 0x3,
.vendor = 0x56a,
.product = 0x33,
.product = 0x333,
.version = 0x110,
};

Expand Down

0 comments on commit 48a2eeb

Please sign in to comment.