From: 宋秀杰 Date: Fri, 1 Oct 2010 14:26:15 +0000 (-0700) Subject: open touchscreen it7250 suspend and resume X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=88f3f5d1046f0115bda52628f593aaa1065d5c35;p=firefly-linux-kernel-4.4.55.git open touchscreen it7250 suspend and resume --- diff --git a/drivers/input/touchscreen/ctp_it7250.c b/drivers/input/touchscreen/ctp_it7250.c index 26706afcfd4b..5c7f3833227e 100755 --- a/drivers/input/touchscreen/ctp_it7250.c +++ b/drivers/input/touchscreen/ctp_it7250.c @@ -1086,7 +1086,9 @@ static struct i2c_driver Ctp_it7250_driver = { }, .id_table = Ctp_it7250_id, .probe = Ctp_it7250_probe, - .remove = Ctp_it7250_remove, + .remove = Ctp_it7250_remove, + .suspend = Ctp_it7250_suspend, + .resume = Ctp_it7250_resume, }; static int __init Ctp_it7250_init(void)