mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-02-11 17:35:26 +01:00
in_evdev: try to avoid touchscreens
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@722 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
b24e0f6ce6
commit
d1faa779b0
@ -158,7 +158,7 @@ static void in_evdev_probe(void)
|
||||
|
||||
/* check for interesting keys */
|
||||
for (u = 0; u < KEY_CNT; u++) {
|
||||
if (KEYBITS_BIT(u) && u != KEY_POWER && u != KEY_SLEEP)
|
||||
if (KEYBITS_BIT(u) && u != KEY_POWER && u != KEY_SLEEP && u != BTN_TOUCH)
|
||||
count++;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user