open touchscreen it7250 suspend and resume
author宋秀杰 <sxj@rock-chips.com>
Fri, 1 Oct 2010 14:26:15 +0000 (07:26 -0700)
committer宋秀杰 <sxj@rock-chips.com>
Fri, 1 Oct 2010 14:26:15 +0000 (07:26 -0700)
drivers/input/touchscreen/ctp_it7250.c

index 26706afcfd4b9048d69c39b6b012ac3db8ed85f4..5c7f3833227e98a834e007b6bc77caac6fdfa508 100755 (executable)
@@ -1086,7 +1086,9 @@ static struct i2c_driver Ctp_it7250_driver = {
        },\r
        .id_table       = Ctp_it7250_id,\r
        .probe  = Ctp_it7250_probe,\r
-        .remove     =  Ctp_it7250_remove,\r
+       .remove     =  Ctp_it7250_remove,
+       .suspend = Ctp_it7250_suspend,
+       .resume = Ctp_it7250_resume,\r
 };\r
 \r
 static int __init Ctp_it7250_init(void)\r