summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/input/touchscreen/egalax_ts.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/egalax_ts.c b/drivers/input/touchscreen/egalax_ts.c
index 58273b9e3567..7a1d89d7a653 100644
--- a/drivers/input/touchscreen/egalax_ts.c
+++ b/drivers/input/touchscreen/egalax_ts.c
@@ -332,7 +332,10 @@ static SIMPLE_DEV_PM_OPS(egalax_ts_pm_ops, egalax_ts_suspend, egalax_ts_resume);
static struct i2c_driver egalax_ts_driver = {
.driver = {
.name = "egalax_ts",
+#if 0 /* temp disable touch screen suspend due to can't wake up touchscreen,
+ may caused by HW design of 6q CPU board. */
.pm = &egalax_ts_pm_ops,
+#endif
},
.id_table = egalax_ts_id,
.probe = egalax_ts_probe,