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

Tim Gardner tim.gardner at canonical.com
Tue Mar 3 16:40:58 UTC 2009


manoj.iyer at canonical.com wrote:
> 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!
>>
>>
>>
> 

Applied to Jaunty.

Leann - would you mind cleaning off the Ubuntu cruft and submit this
upstream? You may have to futz with it by making sure it applies to
Linus tree first. Remember to add 'Cc: stable at kernel.org' in the patch.

http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-jaunty.git;a=commit;h=bc1b8b8de0b70bd29521a3924408ef5903a9a439

rtg
-- 
Tim Gardner tim.gardner at canonical.com




More information about the kernel-team mailing list