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

manoj.iyer at canonical.com manoj.iyer at canonical.com
Mon Mar 2 19:49:35 UTC 2009


This patch is for Jaunty.

On Mon, 2 Mar 2009, Stefan Bader wrote:

> Manoj Iyer wrote:
>> Confirmed by a community member to solve the problem.
>> 
>
> Patch looks sane, but could you add to which releases this should apply?
>
>>> 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,
>
>
> -- 
>
> When all other means of communication fail, try words!
>
>
>




More information about the kernel-team mailing list