diff options
| author | Thomas Gleixner <tglx@linutronix.de> | 2010-05-10 11:59:37 +0200 | 
|---|---|---|
| committer | Thomas Gleixner <tglx@linutronix.de> | 2010-05-10 14:20:42 +0200 | 
| commit | dbb6be6d5e974c42bbecd183effaa0df69e1dd8b (patch) | |
| tree | 5735cb47e70853d057a9881dd0ce44b83e88fa63 /drivers/acpi/sleep.c | |
| parent | 6a867a395558a7f882d041783e4cdea6744ca2bf (diff) | |
| parent | b57f95a38233a2e73b679bea4a5453a1cc2a1cc9 (diff) | |
| download | olio-linux-3.10-dbb6be6d5e974c42bbecd183effaa0df69e1dd8b.tar.xz olio-linux-3.10-dbb6be6d5e974c42bbecd183effaa0df69e1dd8b.zip  | |
Merge branch 'linus' into timers/core
Reason: Further posix_cpu_timer patches depend on mainline changes
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'drivers/acpi/sleep.c')
| -rw-r--r-- | drivers/acpi/sleep.c | 144 | 
1 files changed, 144 insertions, 0 deletions
diff --git a/drivers/acpi/sleep.c b/drivers/acpi/sleep.c index f74834a544f..e2e992599e6 100644 --- a/drivers/acpi/sleep.c +++ b/drivers/acpi/sleep.c @@ -450,6 +450,126 @@ static struct dmi_system_id __initdata acpisleep_dmi_table[] = {  		},  	},  	{ +	.callback = init_set_sci_en_on_resume, +	.ident = "Lenovo ThinkPad T410", +	.matches = { +		DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), +		DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad T410"), +		}, +	}, +	{ +	.callback = init_set_sci_en_on_resume, +	.ident = "Lenovo ThinkPad T510", +	.matches = { +		DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), +		DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad T510"), +		}, +	}, +	{ +	.callback = init_set_sci_en_on_resume, +	.ident = "Lenovo ThinkPad W510", +	.matches = { +		DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), +		DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad W510"), +		}, +	}, +	{ +	.callback = init_set_sci_en_on_resume, +	.ident = "Lenovo ThinkPad X201", +	.matches = { +		DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), +		DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad X201"), +		}, +	}, +	{ +	.callback = init_set_sci_en_on_resume, +	.ident = "Lenovo ThinkPad X201", +	.matches = { +		DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), +		DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad X201s"), +		}, +	}, +	{ +	.callback = init_set_sci_en_on_resume, +	.ident = "Lenovo ThinkPad T410", +	.matches = { +		DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), +		DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad T410"), +		}, +	}, +	{ +	.callback = init_set_sci_en_on_resume, +	.ident = "Lenovo ThinkPad T510", +	.matches = { +		DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), +		DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad T510"), +		}, +	}, +	{ +	.callback = init_set_sci_en_on_resume, +	.ident = "Lenovo ThinkPad W510", +	.matches = { +		DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), +		DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad W510"), +		}, +	}, +	{ +	.callback = init_set_sci_en_on_resume, +	.ident = "Lenovo ThinkPad X201", +	.matches = { +		DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), +		DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad X201"), +		}, +	}, +	{ +	.callback = init_set_sci_en_on_resume, +	.ident = "Lenovo ThinkPad X201", +	.matches = { +		DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), +		DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad X201s"), +		}, +	}, +	{ +	.callback = init_set_sci_en_on_resume, +	.ident = "Lenovo ThinkPad T410", +	.matches = { +		DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), +		DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad T410"), +		}, +	}, +	{ +	.callback = init_set_sci_en_on_resume, +	.ident = "Lenovo ThinkPad T510", +	.matches = { +		DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), +		DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad T510"), +		}, +	}, +	{ +	.callback = init_set_sci_en_on_resume, +	.ident = "Lenovo ThinkPad W510", +	.matches = { +		DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), +		DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad W510"), +		}, +	}, +	{ +	.callback = init_set_sci_en_on_resume, +	.ident = "Lenovo ThinkPad X201", +	.matches = { +		DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), +		DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad X201"), +		}, +	}, +	{ +	.callback = init_set_sci_en_on_resume, +	.ident = "Lenovo ThinkPad X201", +	.matches = { +		DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), +		DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad X201s"), +		}, +	}, +	{  	.callback = init_old_suspend_ordering,  	.ident = "Panasonic CF51-2L",  	.matches = { @@ -458,6 +578,30 @@ static struct dmi_system_id __initdata acpisleep_dmi_table[] = {  		DMI_MATCH(DMI_BOARD_NAME, "CF51-2L"),  		},  	}, +	{ +	.callback = init_set_sci_en_on_resume, +	.ident = "Dell Studio 1558", +	.matches = { +		DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), +		DMI_MATCH(DMI_PRODUCT_NAME, "Studio 1558"), +		}, +	}, +	{ +	.callback = init_set_sci_en_on_resume, +	.ident = "Dell Studio 1557", +	.matches = { +		DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), +		DMI_MATCH(DMI_PRODUCT_NAME, "Studio 1557"), +		}, +	}, +	{ +	.callback = init_set_sci_en_on_resume, +	.ident = "Dell Studio 1555", +	.matches = { +		DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), +		DMI_MATCH(DMI_PRODUCT_NAME, "Studio 1555"), +		}, +	},  	{},  };  #endif /* CONFIG_SUSPEND */  |