mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-21 09:50:44 +01:00
test: fix the input_id struct for the ALPS touchpad
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
d4a91c0a00
commit
1ab2ef40ea
1 changed files with 2 additions and 1 deletions
|
|
@ -75,7 +75,8 @@ static struct litest_device_interface interface = {
|
|||
static struct input_id input_id = {
|
||||
.bustype = 0x11,
|
||||
.vendor = 0x2,
|
||||
.product = 0x310,
|
||||
.product = 0x8,
|
||||
.version = 0x310,
|
||||
};
|
||||
|
||||
static int events[] = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue