Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
43758dd8
Commit
43758dd8
authored
Nov 06, 2009
by
Len Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'bugzilla-13449' into release
parents
12308a2f
2839d396
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
drivers/acpi/sleep.c
drivers/acpi/sleep.c
+24
-0
No files found.
drivers/acpi/sleep.c
View file @
43758dd8
...
...
@@ -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
,
.
ident
=
"Panasonic CF51-2L"
,
.
matches
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment