Ryan C. Gordon 9a6faa3ddd
udev_input.c: Look for "ID_INPUT_KEY", not "ID_INPUT_KEYBOARD"
This fixes programs using /dev/uinput to create a virtual keyboard failing
to be detected on startup. Usual symptom is some sort of GPIO-based
controller that looks like a keyboard to the OS and can control
EmulationStation, but fails to work in-game unless you restart the program
while the game is running (in which case udev_input.c's hotplug code, which
was using the correct key, would pick it up).
2021-08-19 16:00:57 -04:00
..
2021-08-07 23:23:33 -07:00
2021-08-07 23:23:33 -07:00
2020-07-23 18:01:15 +02:00
2020-06-29 07:06:07 +02:00
2021-03-23 13:35:41 +01:00