notaz.gp2x.de
/
libpicofe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5bfb86
)
in_evdev: try to avoid touchscreens
author
notaz
<notasas@gmail.com>
Fri, 31 Jul 2009 22:02:05 +0000
(22:02 +0000)
committer
notaz
<notasas@gmail.com>
Fri, 31 Jul 2009 22:02:05 +0000
(22:02 +0000)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@722
be3aeb3a
-fb24-0410-a615-
afba39da0efa
linux/in_evdev.c
patch
|
blob
|
blame
|
history
diff --git
a/linux/in_evdev.c
b/linux/in_evdev.c
index
74f81c7
..
80038e4
100644
(file)
--- a/
linux/in_evdev.c
+++ b/
linux/in_evdev.c
@@
-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++;
}