From: 黄涛 Date: Thu, 27 Jan 2011 03:17:05 +0000 (+0800) Subject: input: eeti_egalax_i2c: do not wake up system by default X-Git-Tag: firefly_0821_release~10789^2~5 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e43caac69de701ee33f3dd51ecd93a9d89993d5d;p=firefly-linux-kernel-4.4.55.git input: eeti_egalax_i2c: do not wake up system by default --- diff --git a/drivers/input/touchscreen/eeti_egalax_i2c.c b/drivers/input/touchscreen/eeti_egalax_i2c.c index 0124c767b69a..f16067d690c5 100644 --- 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");