mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 14:57:46 -04:00
in_evdev: try to avoid touchscreens
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@722 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
b5bfb86438
commit
9b8ad40b48
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ static void in_evdev_probe(void)
|
||||||
|
|
||||||
/* check for interesting keys */
|
/* check for interesting keys */
|
||||||
for (u = 0; u < KEY_CNT; u++) {
|
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++;
|
count++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue