From: tip-bot for Peter Chubb <peter.chubb@nicta.com.au>
To: linux-tip-commits@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, hpa@zytor.com, mingo@redhat.com,
tglx@linutronix.de, peter.chubb@nicta.com.au
Subject: [tip:x86/urgent] x86, reboot: Acer Aspire One A110 reboot quirk
Date: Wed, 6 Jul 2011 04:07:08 GMT [thread overview]
Message-ID: <tip-b49c78d4827be8d7e67e5b94adac6b30a4a9ad14@git.kernel.org> (raw)
In-Reply-To: <w439iki5vl.wl%peter@chubb.wattle.id.au>
Commit-ID: b49c78d4827be8d7e67e5b94adac6b30a4a9ad14
Gitweb: http://git.kernel.org/tip/b49c78d4827be8d7e67e5b94adac6b30a4a9ad14
Author: Peter Chubb <peter.chubb@nicta.com.au>
AuthorDate: Wed, 6 Jul 2011 10:56:30 +1000
Committer: H. Peter Anvin <hpa@zytor.com>
CommitDate: Tue, 5 Jul 2011 19:43:23 -0700
x86, reboot: Acer Aspire One A110 reboot quirk
Since git commit
660e34cebf0a11d54f2d5dd8838607452355f321 x86: reorder reboot method
preferences,
my Acer Aspire One hangs on reboot. It appears that its ACPI method
for rebooting is broken. The attached patch adds a quirk so that the
machine will reboot via the BIOS.
[ hpa: verified that the ACPI control on this machine is just plain broken. ]
Signed-off-by: Peter Chubb <peter.chubb@nicta.com.au>
Link: http://lkml.kernel.org/r/w439iki5vl.wl%25peter@chubb.wattle.id.au
Signed-off-by: H. Peter Anvin <hpa@zytor.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 0c016f7..4f0d46f 100644
--- a/arch/x86/kernel/reboot.c
+++ b/arch/x86/kernel/reboot.c
@@ -294,6 +294,14 @@ static struct dmi_system_id __initdata reboot_dmi_table[] = {
DMI_MATCH(DMI_BOARD_NAME, "VersaLogic Menlow board"),
},
},
+ { /* Handle reboot issue on Acer Aspire one */
+ .callback = set_bios_reboot,
+ .ident = "Acer Aspire One A110",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "AOA110"),
+ },
+ },
{ }
};
prev parent reply other threads:[~2011-07-06 4:07 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-22 10:38 Acer Aspire One now hangs on reboot/shutdown Peter Chubb
2011-06-22 19:42 ` Matthew Garrett
2011-06-22 19:43 ` Matthew Garrett
2011-06-22 23:50 ` Peter Chubb
2011-06-30 18:29 ` H. Peter Anvin
2011-06-30 23:10 ` Peter Chubb
2011-06-30 23:58 ` Matthew Garrett
2011-07-01 0:18 ` H. Peter Anvin
2011-07-01 0:22 ` Matthew Garrett
2011-07-01 0:31 ` Peter Chubb
2011-07-01 0:33 ` H. Peter Anvin
2011-07-01 0:35 ` Matthew Garrett
2011-07-01 0:38 ` Matthew Garrett
2011-07-06 0:56 ` Peter Chubb
2011-07-06 4:07 ` tip-bot for Peter Chubb [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=tip-b49c78d4827be8d7e67e5b94adac6b30a4a9ad14@git.kernel.org \
--to=peter.chubb@nicta.com.au \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome