Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754559Ab2BSPuA (ORCPT ); Sun, 19 Feb 2012 10:50:00 -0500 Received: from eq4.michisoft.net ([178.63.1.138]:45886 "EHLO mail.michisoft.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754232Ab2BSPt6 (ORCPT ); Sun, 19 Feb 2012 10:49:58 -0500 X-Greylist: delayed 383 seconds by postgrey-1.27 at vger.kernel.org; Sun, 19 Feb 2012 10:49:58 EST From: Michael Thalmeier To: Peter Feuerer Cc: Matthew Garrett , platform-driver-x86@vger.kernel.org, linux-kernel@vger.kernel.org, Michael Thalmeier Subject: [PATCH] acerhdf: add support for Acer Aspire 1810T BIOS v1.3314 Date: Sun, 19 Feb 2012 16:43:04 +0100 Message-Id: <1329666184-7336-1-git-send-email-michael@thalmeier.at> X-Mailer: git-send-email 1.7.9 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1154 Lines: 31 As mentioned in commit b06862b: acerhdf: add support for Aspire 1810TZ BIOS v1.3314 Acer Aspire 1810T also supports Bios v1.3314. Signed-off-by: Michael Thalmeier --- drivers/platform/x86/acerhdf.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/platform/x86/acerhdf.c b/drivers/platform/x86/acerhdf.c index 760c6d7..e8df42f 100644 --- a/drivers/platform/x86/acerhdf.c +++ b/drivers/platform/x86/acerhdf.c @@ -183,6 +183,7 @@ static const struct bios_settings_t bios_tbl[] = { {"Acer", "Aspire 1810TZ", "v1.3310", 0x55, 0x58, {0x9e, 0x00} }, {"Acer", "Aspire 1810T", "v1.3310", 0x55, 0x58, {0x9e, 0x00} }, {"Acer", "Aspire 1810TZ", "v1.3314", 0x55, 0x58, {0x9e, 0x00} }, + {"Acer", "Aspire 1810T", "v1.3314", 0x55, 0x58, {0x9e, 0x00} }, /* Acer 531 */ {"Acer", "AO531h", "v0.3201", 0x55, 0x58, {0x20, 0x00} }, /* Gateway */ -- 1.7.9 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/