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:
Peter Hutterer 2019-05-28 08:27:40 +10:00
parent b3a7f22ae2
commit 5e3c45780f

View file

@ -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;