[PATCH] UBUNTU: #323592 SAUCE: Added reboot quirk for Dell XPS 710

Manoj Iyer manoj.iyer at canonical.com
Fri Feb 27 19:09:36 UTC 2009


Confirmed by a community member to solve the problem.

>From 58f587543c0e03a58c32655a23dd85dc08b9e15b Mon Sep 17 00:00:00 2001
From: Manoj Iyer <manoj.iyer at canonical.com>
Date: Thu, 12 Feb 2009 12:04:23 -0600
Subject: [PATCH] UBUNTU: SAUCE: Added reboot quirk for Dell XPS 710

Bug: #323592

Dell XPS 710 will not reboot correctly, added quirk to select bios
reboot.

Signed-off-by: Leann Ogasawara <leann.ogasawara at canonical.com>
Signed-off-by: Manoj Iyer <manoj.iyer at canonical.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 fde5d75..06e05cf 100644
--- a/arch/x86/kernel/reboot.c
+++ b/arch/x86/kernel/reboot.c
@@ -211,6 +211,14 @@ static struct dmi_system_id __initdata reboot_dmi_table[] = {
  			DMI_MATCH(DMI_PRODUCT_NAME, "HP Compaq"),
  		},
  	},
+	{   /* Handle problems with rebooting on Dell XPS710 */
+		.callback = set_bios_reboot,
+		.ident = "Dell XPS710",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+			DMI_MATCH(DMI_PRODUCT_NAME, "Dell XPS710"),
+		},
+	},
  #ifdef CONFIG_X86_LPIA
  	{	/* Handle problems with rebooting on Intel Crown Beach board */
  		.callback = set_bios_reboot,
-- 
1.5.6.3





More information about the kernel-team mailing list