mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02:00
open touchscreen it7250 suspend and resume
This commit is contained in:
parent
f600d449b5
commit
88f3f5d104
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user