mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] x86: DMI match for the Dell DXP061 as it needs BIOS reboot
@ 2009-03-26 20:45 Alan Cox
  2009-04-08 16:10 ` [tip:x86/urgent] " Alan Cox
  0 siblings, 1 reply; 2+ messages in thread
From: Alan Cox @ 2009-03-26 20:45 UTC (permalink / raw)
  To: linux-kernel, mingo

Closes #12901

Signed-off-by: Alan Cox <alan@lxorguk.ukuu.org.uk>
---

 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 4526b3a..5336fc5 100644
--- a/arch/x86/kernel/reboot.c
+++ b/arch/x86/kernel/reboot.c
@@ -225,6 +225,14 @@ static struct dmi_system_id __initdata reboot_dmi_table[] = {
 			DMI_MATCH(DMI_PRODUCT_NAME, "Dell XPS710"),
 		},
 	},
+	{	/* Handle problems with rebooting on Dell DXP061 */
+		.callback = set_bios_reboot,
+		.ident = "Dell DXP061",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+			DMI_MATCH(DMI_PRODUCT_NAME, "Dell DXP061"),
+		},
+	},
 	{ }
 };
 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-04-08 16:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-26 20:45 [PATCH] x86: DMI match for the Dell DXP061 as it needs BIOS reboot Alan Cox
2009-04-08 16:10 ` [tip:x86/urgent] " Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®