linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Reboot quirk for sbc-fitpc2 board
@ 2009-06-15 13:14 Denis Turischev
  2009-07-14 13:41 ` Denis Turischev
  0 siblings, 1 reply; 3+ messages in thread
From: Denis Turischev @ 2009-06-15 13:14 UTC (permalink / raw)
  To: H. Peter Anvin, linux-kernel

Handle problems with rebooting on CompuLab SBC-FITPC2 board.

Signed-off by Denis Turischev <denis@compulab.co.il>

--- 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"),
+               },
+       },
        { }
 };


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Reboot quirk for sbc-fitpc2 board
  2009-06-15 13:14 Reboot quirk for sbc-fitpc2 board Denis Turischev
@ 2009-07-14 13:41 ` Denis Turischev
  0 siblings, 0 replies; 3+ messages in thread
From: Denis Turischev @ 2009-07-14 13:41 UTC (permalink / raw)
  To: H. Peter Anvin; +Cc: linux-kernel, Mike Rapoport

Any updates on this?

Denis Turischev wrote:
> Handle problems with rebooting on CompuLab SBC-FITPC2 board.
>
> Signed-off by Denis Turischev <denis@compulab.co.il>
>
> --- 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"),
> +               },
> +       },
>         { }
>  };
>
>
>   


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Reboot quirk for sbc-fitpc2 board
@ 2009-07-16 12:31 Denis Turischev
  0 siblings, 0 replies; 3+ messages in thread
From: Denis Turischev @ 2009-07-16 12:31 UTC (permalink / raw)
  To: H. Peter Anvin; +Cc: linux-kernel

Handle problems with rebooting on CompuLab SBC-FITPC2 board.

Signed-off-by: Denis Turischev <denis@compulab.co.il>
Signed-off-by: Mike Rapoport <mike@compulab.co.il>

diff -Nru linux-2.6.31-rc3.orig/arch/x86/kernel/reboot.c
linux-2.6.31-rc3/arch/x86/kernel/reboot.c
--- linux-2.6.31-rc3.orig/arch/x86/kernel/reboot.c      2009-07-14
04:18:52.000000000 +0300
+++ linux-2.6.31-rc3/arch/x86/kernel/reboot.c   2009-07-16
14:39:48.000000000 +0300
@@ -249,6 +249,15 @@
                        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"),
+               },
+       },
        { }
 };



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-07-16 12:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-15 13:14 Reboot quirk for sbc-fitpc2 board Denis Turischev
2009-07-14 13:41 ` Denis Turischev
2009-07-16 12:31 Denis Turischev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).