mirror of
https://github.com/X11Libre/xf86-input-evdev.git
synced 2026-03-26 02:38:35 +00:00
Ignore button events above BTN_TASK for now.
This commit is contained in:
@@ -183,6 +183,9 @@ EvdevReadInput(InputInfoPtr pInfo)
|
||||
break;
|
||||
|
||||
default:
|
||||
if (ev.code > BTN_TASK && ev.code < KEY_OK)
|
||||
break;
|
||||
|
||||
PostKbdEvent(pInfo, &ev, value);
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user