lkml.org 
[lkml]   [2011]   [Nov]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH] x86: Fix reboot issue for Dell Optiplex 990 V2
    Date
    This was the only (reboot=p) option that worked for this desktop.
    Default does not reboot as well.

    V2: Remove copy and paste left over from another machine

    CC: Ismail Donmez <idoenmez@suse.de>
    CC: stable@kernel.org
    Signed-off-by: Thomas Renninger <trenn@suse.de>
    ---
    arch/x86/kernel/reboot.c | 9 +++++++++
    1 files changed, 9 insertions(+), 0 deletions(-)

    diff --git a/arch/x86/kernel/reboot.c b/arch/x86/kernel/reboot.c
    index e334be1..42f8cd7 100644
    --- a/arch/x86/kernel/reboot.c
    +++ b/arch/x86/kernel/reboot.c
    @@ -443,6 +443,15 @@ static struct dmi_system_id __initdata pci_reboot_dmi_table[] = {
    DMI_MATCH(DMI_PRODUCT_NAME, "Latitude E6420"),
    },
    },
    + {
    + .callback = set_pci_reboot,
    + .ident = "Dell Optiplex 990",
    + .matches = {
    + /* Found in BIOS version A06 */
    + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
    + DMI_MATCH(DMI_PRODUCT_NAME, "OptiPlex 990"),
    + },
    + },
    { }
    };

    --
    1.7.6.1


    \
     
     \ /
      Last update: 2011-11-04 03:33    [W:8.538 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site