Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755097AbaJ1W1R (ORCPT ); Tue, 28 Oct 2014 18:27:17 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:59869 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751377AbaJ1W1O (ORCPT ); Tue, 28 Oct 2014 18:27:14 -0400 From: Luis Henriques To: Dmitry Torokhov Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2] Input: i8042 - add mux quirk for HP EliteBook Date: Tue, 28 Oct 2014 22:27:12 +0000 Message-Id: <1414535232-4780-1-git-send-email-luis.henriques@canonical.com> X-Mailer: git-send-email 2.1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This laptop requires active multiplexing to be enabled in order to be able to separate the PS/2 mouse and the touchpad. Signed-off-by: Luis Henriques --- drivers/input/serio/i8042-x86ia64io.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h index a0bcbb64d06d..2bd486e83b43 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h @@ -220,6 +220,13 @@ static const struct dmi_system_id __initconst i8042_dmi_mux_table[] = { DMI_MATCH(DMI_PRODUCT_NAME, "CF-18"), }, }, + { + /* HP EliteBook */ + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"), + DMI_MATCH(DMI_PRODUCT_NAME, "HP EliteBook"), + }, + }, { } }; -- 2.1.0 -- 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/