projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
211fbd8
)
input: eeti_egalax_i2c: do not wake up system by default
author
黄涛
<huangtao@rock-chips.com>
Thu, 27 Jan 2011 03:17:05 +0000
(11:17 +0800)
committer
黄涛
<huangtao@rock-chips.com>
Thu, 27 Jan 2011 03:17:05 +0000
(11:17 +0800)
drivers/input/touchscreen/eeti_egalax_i2c.c
patch
|
blob
|
history
diff --git
a/drivers/input/touchscreen/eeti_egalax_i2c.c
b/drivers/input/touchscreen/eeti_egalax_i2c.c
index 0124c767b69ad3ddc9cb534309fe73ed17f30150..f16067d690c5df08de9b015b19978edb5252880b 100644
(file)
--- a/
drivers/input/touchscreen/eeti_egalax_i2c.c
+++ b/
drivers/input/touchscreen/eeti_egalax_i2c.c
@@
-606,7
+606,7
@@
if (pdata->init_platform_hw)
TS_DEBUG("egalax_i2c request irq(%d) gpio(%d) with result:%d\n", p_egalax_i2c_dev->irq, gpio, ret);
#ifdef CONFIG_PM
- device_init_wakeup(&client->dev,
1
);
+ device_init_wakeup(&client->dev,
0
);
#endif
printk(KERN_DEBUG "[egalax_i2c]: probe done\n");