mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-04-21 11:10:41 +02:00
quirks: handle ID_INPUT_KEY as udev keyboard match
We handle that as keyboard in the evdev code, let's do so here as well.
Related to #291
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit 5e3c45780f)
This commit is contained in:
parent
3325b8179b
commit
9694d91f7c
1 changed files with 1 additions and 0 deletions
|
|
@ -1227,6 +1227,7 @@ match_fill_udev_type(struct match *m,
|
|||
{ "ID_INPUT_TABLET_PAD", UDEV_TABLET_PAD },
|
||||
{ "ID_INPUT_JOYSTICK", UDEV_JOYSTICK },
|
||||
{ "ID_INPUT_KEYBOARD", UDEV_KEYBOARD },
|
||||
{ "ID_INPUT_KEY", UDEV_KEYBOARD },
|
||||
};
|
||||
struct ut_map *map;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue