From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756206AbZGPMbk (ORCPT ); Thu, 16 Jul 2009 08:31:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756024AbZGPMbj (ORCPT ); Thu, 16 Jul 2009 08:31:39 -0400 Received: from compulab.site5.com ([67.18.134.219]:57425 "EHLO compulab.co.il" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1756009AbZGPMbj (ORCPT ); Thu, 16 Jul 2009 08:31:39 -0400 Message-ID: <4A5F1DA8.1030200@compulab.co.il> Date: Thu, 16 Jul 2009 15:31:36 +0300 From: Denis Turischev User-Agent: Thunderbird 2.0.0.19 (X11/20090114) MIME-Version: 1.0 To: "H. Peter Anvin" CC: linux-kernel@vger.kernel.org Subject: Reboot quirk for sbc-fitpc2 board Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-ACL-Warn: { X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - compulab.site5.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - compulab.co.il X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Handle problems with rebooting on CompuLab SBC-FITPC2 board. Signed-off-by: Denis Turischev Signed-off-by: Mike Rapoport 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"), + }, + }, { } };