projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f600d44
)
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
patch
|
blob
|
history
diff --git
a/drivers/input/touchscreen/ctp_it7250.c
b/drivers/input/touchscreen/ctp_it7250.c
index 26706afcfd4b9048d69c39b6b012ac3db8ed85f4..5c7f3833227e98a834e007b6bc77caac6fdfa508 100755
(executable)
--- 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 = {
},
\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