lkml.org 
[lkml]   [2010]   [May]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH]X86:BUG_FIX iMac10,1 reboot issue.
Date
I somehow ran into this while doing a google search:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/499497

sounds vary similar to what my machine(iMac9,1) was doing.
keep in mind I dont have the hardware(if I had the cash I would),
nor the gentlemens e-mail address to contact them to test this
out.(so hopefully somebody on kernel.org, can supply the info
and/or test this out).

cheers,

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
arch/x86/kernel/reboot.c | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/arch/x86/kernel/reboot.c b/arch/x86/kernel/reboot.c
index 8e1aac8..6ed4231 100644
--- a/arch/x86/kernel/reboot.c
+++ b/arch/x86/kernel/reboot.c
@@ -469,6 +469,14 @@ static struct dmi_system_id __initdata pci_reboot_dmi_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "iMac9,1"),
},
},
+ { /* Handle problems with rebooting on the iMac10,1. */
+ .callback = set_pci_reboot,
+ .ident = "Apple iMac10,1",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Apple Inc."),
+ DMI_MATCH(DMI_PRODUCT_NAME, "iMac10,1"),
+ },
+ },
{ }
};

--
1.7.1.rc1.21.gf3bd6


\
 
 \ /
  Last update: 2010-05-26 01:27    [W:0.034 / U:0.296 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site