From patchwork Tue Sep 8 13:51:43 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans de Goede X-Patchwork-Id: 293976 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING, SPF_HELO_NONE, SPF_PASS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D2568C2BC11 for ; Tue, 8 Sep 2020 19:14:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 90F6E2087D for ; Tue, 8 Sep 2020 19:14:14 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="OFFILiba" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731862AbgIHTOM (ORCPT ); Tue, 8 Sep 2020 15:14:12 -0400 Received: from us-smtp-2.mimecast.com ([207.211.31.81]:45665 "EHLO us-smtp-delivery-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1731194AbgIHQEv (ORCPT ); Tue, 8 Sep 2020 12:04:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1599581086; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=stommPcGntVxv45E3mEbKDsC4N/Rcgt4n/IKo8h4j7E=; b=OFFILibabahcaEdDl1YVuxzxkyA7ux0sZE+DJah+b4oUSNgyU7CjaIp7I4/6OmpfWXvVZf rtPGJfXGxs+rXX4/+pXbljgHkMw0NLCIgw/UvY2MB9t/AE/5fiHjD00zQaFId5O8QETula pvkFk1+KxSHh0Mg2JUqzQxtSfWJuFEc= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-257-hMeKEd9aNr6YJPhkobpLEQ-1; Tue, 08 Sep 2020 09:51:53 -0400 X-MC-Unique: hMeKEd9aNr6YJPhkobpLEQ-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id A37B418B9F0A; Tue, 8 Sep 2020 13:51:51 +0000 (UTC) Received: from x1.localdomain (ovpn-114-188.ams2.redhat.com [10.36.114.188]) by smtp.corp.redhat.com (Postfix) with ESMTP id C436B27CC7; Tue, 8 Sep 2020 13:51:48 +0000 (UTC) From: Hans de Goede To: Dmitry Torokhov , Darren Hart , Andy Shevchenko , Henrique de Moraes Holschuh Cc: Hans de Goede , linux-input@vger.kernel.org, Mark Pearson , ibm-acpi-devel@lists.sourceforge.net, platform-driver-x86@vger.kernel.org, Andy Shevchenko Subject: [PATCH v2 0/4] Add 4 new keycodes and use them for 4 new hotkeys on new Lenovo Thinkpads Date: Tue, 8 Sep 2020 15:51:43 +0200 Message-Id: <20200908135147.4044-1-hdegoede@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org Hi All, Here is a v2 of my series to get a couple of new hotkeys, and matching thinkpad_acpi hkey event codes seen on the last 2 generations of Thinkpads supported. New in this version that Lenovo got back to me and explained that the 0x1316 hkey event belongs to Fn + right Shift, so that is mapped now too. Since these make both include/uapi/linux/input-event-codes.h and drivers/platform/x86 changes one open question with this series is how to merge it. Dmitry, for v1 of this series you suggested you could merge them all through the input tree ? Andy, one of the drivers/platform/x86 maintainers gave his Acked-by for this: Acked-by: Andy Shevchenko Alternatively the entire series could be merged through the linux-platform-drivers-x86 repo: https://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git/shortlog/refs/heads/review-andy Regards, Hans