2009-06-15 14:03:29

by Denis Turischev

[permalink] [raw]
Subject: Reboot quirk for sbc-fitpc2 board

Handle problems with rebooting on CompuLab SBC-FITPC2 board.

Signed-off by Denis Turischev <[email protected]>

--- linux-2.6.30.orig/arch/x86/kernel/reboot.c 2009-06-15
15:34:49.000000000 +0300
+++ linux-2.6.30/arch/x86/kernel/reboot.c 2009-06-15
15:37:07.000000000 +0300
@@ -240,6 +240,14 @@
DMI_MATCH(DMI_PRODUCT_NAME, "VGN-Z540N"),
},
},
+ { /* Handle problems with rebooting on CompuLab SBC-FITPC2
board */
+ .callback = set_bios_reboot,
+ .ident = "CompuLab SBC-FITPC2",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "CompuLab"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "SBC-FITPC2"),
+ },
+ },
{ }
};


2009-07-14 13:41:08

by Denis Turischev

[permalink] [raw]
Subject: Re: Reboot quirk for sbc-fitpc2 board

Any updates on this?

Denis Turischev wrote:
> Handle problems with rebooting on CompuLab SBC-FITPC2 board.
>
> Signed-off by Denis Turischev <[email protected]>
>
> --- linux-2.6.30.orig/arch/x86/kernel/reboot.c 2009-06-15
> 15:34:49.000000000 +0300
> +++ linux-2.6.30/arch/x86/kernel/reboot.c 2009-06-15
> 15:37:07.000000000 +0300
> @@ -240,6 +240,14 @@
> DMI_MATCH(DMI_PRODUCT_NAME, "VGN-Z540N"),
> },
> },
> + { /* Handle problems with rebooting on CompuLab SBC-FITPC2
> board */
> + .callback = set_bios_reboot,
> + .ident = "CompuLab SBC-FITPC2",
> + .matches = {
> + DMI_MATCH(DMI_SYS_VENDOR, "CompuLab"),
> + DMI_MATCH(DMI_PRODUCT_NAME, "SBC-FITPC2"),
> + },
> + },
> { }
> };
>
>
>