Comment 28 for bug 256429

Revision history for this message
In , Jonojono (jonojono) wrote :

Created an attachment (id=20044)
workaround uinput testcase

bad.c creates a one-key keyboard with KEY_ENTER and attempts to send the KEY_ENTER event. by adding an extra dummy key (KEY_A), the uinput device is recognized as a keyboard and sends the KEY_ENTER event properly.