Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S947808AbcJaWzm (ORCPT ); Mon, 31 Oct 2016 18:55:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57376 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S946166AbcJaWzk (ORCPT ); Mon, 31 Oct 2016 18:55:40 -0400 From: Lyude To: ibm-acpi-devel@lists.sourceforge.net Cc: Lyude , Daniel Martin , Henrique de Moraes Holschuh , Darren Hart , platform-driver-x86@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/3] Add support for X1 Yoga (2016) Tablet Mode + refactors Date: Mon, 31 Oct 2016 18:55:31 -0400 Message-Id: <1477954535-12536-1-git-send-email-lyude@redhat.com> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Mon, 31 Oct 2016 22:55:39 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 786 Lines: 20 Updated patchset for adding support for detecting tablet mode on the X1 Yoga 2016 model, along with some refactoring suggested by Daniel. Important: I realized I never actually tried testing this on any of the older Thinkpad tablets. If someone has one who is willing to test let me know, otherwise I'll test it out when I get to the office on Thursday. Signed-off-by: Lyude Cc: Daniel Martin Lyude (3): thinkpad_acpi: Move tablet detection into separate function thinkpad_acpi: Don't repeat ourselves in hotkey_init_tablet_mode() thinkpad_acpi: Add support for X1 Yoga (2016) Tablet Mode drivers/platform/x86/thinkpad_acpi.c | 88 ++++++++++++++++++++++++++++++------ 1 file changed, 73 insertions(+), 15 deletions(-) -- 2.7.4