mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 19:56:18 +00:00
Merge branch 'bugzilla-13449' into release
This commit is contained in:
commit
43758dd88f
1 changed files with 24 additions and 0 deletions
|
@ -413,6 +413,30 @@ static struct dmi_system_id __initdata acpisleep_dmi_table[] = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
.callback = init_set_sci_en_on_resume,
|
||||||
|
.ident = "Hewlett-Packard Pavilion dv4",
|
||||||
|
.matches = {
|
||||||
|
DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
|
||||||
|
DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion dv4"),
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
.callback = init_set_sci_en_on_resume,
|
||||||
|
.ident = "Hewlett-Packard Pavilion dv7",
|
||||||
|
.matches = {
|
||||||
|
DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
|
||||||
|
DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion dv7"),
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
.callback = init_set_sci_en_on_resume,
|
||||||
|
.ident = "Hewlett-Packard Compaq Presario CQ40 Notebook PC",
|
||||||
|
.matches = {
|
||||||
|
DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
|
||||||
|
DMI_MATCH(DMI_PRODUCT_NAME, "Compaq Presario CQ40 Notebook PC"),
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
.callback = init_old_suspend_ordering,
|
.callback = init_old_suspend_ordering,
|
||||||
.ident = "Panasonic CF51-2L",
|
.ident = "Panasonic CF51-2L",
|
||||||
.matches = {
|
.matches = {
|
||||||
|
|
Loading…
Reference in a new issue