ACPI: thinkpad-acpi: add power-management handler capability
Some subdrivers could benefit from resume handling, so add the infrastructure for simple resume handling. Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:

committed by
Len Brown

parent
1a343760b5
commit
e295e8508c
@@ -205,6 +205,7 @@ struct ibm_struct {
|
||||
int (*read) (char *);
|
||||
int (*write) (char *);
|
||||
void (*exit) (void);
|
||||
void (*resume) (void);
|
||||
|
||||
struct list_head all_drivers;
|
||||
|
||||
|
Reference in New Issue
Block a user