[PATCH 2/3] x86: add Dell OptiPlex 780 reboot quirk

2013-07-01 Thread Pascal de Bruijn
>From 34ee5e25f01c4791b26e400c509761264a70dd99 Mon Sep 17 00:00:00 2001 From: Pascal de Bruijn Date: Wed, 27 Mar 2013 14:19:53 + Subject: [PATCH 2/3] x86: add Dell OptiPlex 780 reboot quirk Dell OptiPlex 780 hangs on reboot unless reboot=bios is used. Add quirk to reboot through the B

[PATCH 1/3] x86: Expand Dell OptiPlex 760 reboot quirk

2013-07-01 Thread Pascal de Bruijn
>From c064fc347ea79c91bbb5bf70d6543ffbcfdb Mon Sep 17 00:00:00 2001 From: Pascal de Bruijn Date: Wed, 27 Mar 2013 14:17:12 + Subject: [PATCH 1/3] x86: Expand Dell OptiPlex 760 reboot quirk Different DMI_BOARD_NAME's are affected by this reboot issue as well, so we want to exp

[PATCH 3/3] x86: add Dell OptiPlex 755 reboot quirk

2013-07-01 Thread Pascal de Bruijn
>From 36e78caa1ef9b7299b17e00f0ef34101eb096323 Mon Sep 17 00:00:00 2001 From: Pascal de Bruijn Date: Wed, 1 May 2013 12:40:09 + Subject: [PATCH 3/3] x86: add Dell OptiPlex 755 reboot quirk Dell OptiPlex 755 hangs on reboot unless reboot=bios is used. Add quirk to reboot through the B

[PATCH 2/3] x86: add Dell OptiPlex 780 reboot quirk

2013-07-01 Thread Pascal de Bruijn
From 34ee5e25f01c4791b26e400c509761264a70dd99 Mon Sep 17 00:00:00 2001 From: Pascal de Bruijn pas...@unilogicnetworks.net Date: Wed, 27 Mar 2013 14:19:53 + Subject: [PATCH 2/3] x86: add Dell OptiPlex 780 reboot quirk Dell OptiPlex 780 hangs on reboot unless reboot=bios is used. Add quirk

[PATCH 1/3] x86: Expand Dell OptiPlex 760 reboot quirk

2013-07-01 Thread Pascal de Bruijn
From c064fc347ea79c91bbb5bf70d6543ffbcfdb Mon Sep 17 00:00:00 2001 From: Pascal de Bruijn pas...@unilogicnetworks.net Date: Wed, 27 Mar 2013 14:17:12 + Subject: [PATCH 1/3] x86: Expand Dell OptiPlex 760 reboot quirk Different DMI_BOARD_NAME's are affected by this reboot issue as well, so

[PATCH 3/3] x86: add Dell OptiPlex 755 reboot quirk

2013-07-01 Thread Pascal de Bruijn
From 36e78caa1ef9b7299b17e00f0ef34101eb096323 Mon Sep 17 00:00:00 2001 From: Pascal de Bruijn pas...@unilogicnetworks.net Date: Wed, 1 May 2013 12:40:09 + Subject: [PATCH 3/3] x86: add Dell OptiPlex 755 reboot quirk Dell OptiPlex 755 hangs on reboot unless reboot=bios is used. Add quirk

[PATCH] x86: Expand Dell OptiPlex 760 reboot quirk

2013-02-21 Thread Pascal de Bruijn
Different DMI_BOARD_NAME's are affected by this reboot issue as well, so we want to expand the quirk coverage by removing the DMI_BOARD_NAME match. BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=54051 BugLink: https://bugs.launchpad.net/bugs/488319 Signed-off-by: Pascal de Bruijn

[PATCH] x86: Expand Dell OptiPlex 760 reboot quirk

2013-02-21 Thread Pascal de Bruijn
Different DMI_BOARD_NAME's are affected by this reboot issue as well, so we want to expand the quirk coverage by removing the DMI_BOARD_NAME match. BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=54051 BugLink: https://bugs.launchpad.net/bugs/488319 Signed-off-by: Pascal de Bruijn pas