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

index 0124c767b69ad3ddc9cb534309fe73ed17f30150..f16067d690c5df08de9b015b19978edb5252880b 100644 (file)
@@ -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");