mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-24 05:00:25 +01: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>
This commit is contained in:
parent
b3a7f22ae2
commit
5e3c45780f
1 changed files with 1 additions and 0 deletions
|
|
@ -1226,6 +1226,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