mirror of
https://github.com/torvalds/linux.git
synced 2026-06-10 15:42:19 +02:00
input: eeti_egalax_i2c: do not wake up system by default
This commit is contained in:
parent
211fbd82e5
commit
e43caac69d
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user