tangled
alpha
login
or
join now
tjh.dev
/
kernel
1
fork
atom
Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1
fork
atom
overview
issues
pulls
pipelines
Merge branch 'bugzilla-13449' into release
Len Brown
16 years ago
43758dd8
12308a2f
+24
1 changed file
expand all
collapse all
unified
split
drivers
acpi
sleep.c
+24
drivers/acpi/sleep.c
reviewed
···
413
413
},
414
414
},
415
415
{
416
416
+
.callback = init_set_sci_en_on_resume,
417
417
+
.ident = "Hewlett-Packard Pavilion dv4",
418
418
+
.matches = {
419
419
+
DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
420
420
+
DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion dv4"),
421
421
+
},
422
422
+
},
423
423
+
{
424
424
+
.callback = init_set_sci_en_on_resume,
425
425
+
.ident = "Hewlett-Packard Pavilion dv7",
426
426
+
.matches = {
427
427
+
DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
428
428
+
DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion dv7"),
429
429
+
},
430
430
+
},
431
431
+
{
432
432
+
.callback = init_set_sci_en_on_resume,
433
433
+
.ident = "Hewlett-Packard Compaq Presario CQ40 Notebook PC",
434
434
+
.matches = {
435
435
+
DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
436
436
+
DMI_MATCH(DMI_PRODUCT_NAME, "Compaq Presario CQ40 Notebook PC"),
437
437
+
},
438
438
+
},
439
439
+
{
416
440
.callback = init_old_suspend_ordering,
417
441
.ident = "Panasonic CF51-2L",
418
442
.matches = {