Input: cyapa - fully support runtime suspend power management
Fix the the runtime suspend power management not working issue when system starts up and before user touches the trackpad device. TEST=test on Chromebook. Signed-off-by: Dudley Du <dudl@cypress.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:

committed by
Dmitry Torokhov

parent
945525ee60
commit
757cae5a6f
@@ -273,7 +273,7 @@ struct cyapa_dev_ops {
|
||||
int (*sort_empty_output_data)(struct cyapa *,
|
||||
u8 *, int *, cb_sort);
|
||||
|
||||
int (*set_power_mode)(struct cyapa *, u8, u16);
|
||||
int (*set_power_mode)(struct cyapa *, u8, u16, bool);
|
||||
|
||||
int (*set_proximity)(struct cyapa *, bool);
|
||||
};
|
||||
|
Reference in New Issue
Block a user