mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-03-24 12:52:40 +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:
@@ -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++;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user