Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp6048708imu; Mon, 21 Jan 2019 02:13:00 -0800 (PST) X-Google-Smtp-Source: ALg8bN5INQCxOIsh0G3RML3omJuife4mnKMDPjBYMivYXWnNtXyT6gc7zuYCk6TGknaaZICuBEW2 X-Received: by 2002:a17:902:bc81:: with SMTP id bb1mr28941823plb.223.1548065580649; Mon, 21 Jan 2019 02:13:00 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1548065580; cv=none; d=google.com; s=arc-20160816; b=SdXpnBt9TKFHMO+Mwwa1AcV10kocLDc5Vtx1G88l77co8yO3Ux+/p62I5OVi56OKa3 MdCUd65r3B5RapuaB6mhDwjvNdBfmTj5kbOk0i5rVLNIIIbYjKj63s1YR5APwT1V9pUQ w/vPJjEe9w5mrRZ92/poIDMPB7WChD+Qsb/tq3sWRi/Csof0YrXOO90J0pINPzn3srHj WGOvLywGPYnZKXJucU0FvmEhLKFPZJnBXnwibaUsjbVK4u7YCKSjJjgotdBP/oQacJKG wjjAPvjHrJhBCc+fJ2yjwB9jXUf0GHat86MMGRgWtk1ZdRnTbPUtAahWnvAaR2gC3F8h pDNA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=rGMOpFsEgGZn2TQdynGB2Uef8CTNYDUfLFfLvVrVAJo=; b=vfo2NzyfqL2M5Oc5dE27VsrYI8UAKWEntvZrcp3Stsi1OsQlbVQzjfEVQPNPPnnU0g +Q6hN6II2yeZ1Fjxli+PZdwTZLkye2qLnbQVwOKBxoC568oBcPL3zdn9+XIC91qcdC5F K6jsnCOPNtgZUqM2ZSl3ZIczs6ffx+NtD0exRbS0kS451PwlWlOE28dsccSFWuF9FcSr 55P8l78G+Q1vZCZ3Py3p9/DcrpHUkfHqWuhWc8lGPVGs5SFrJUxsmDYescnftnt2plyM JRAMg6LrBVX7EGICIYrZzVplURuC7hGKGi6ul3Gj3XU7xLISljOrhTRDxfL0faN4u1uE +Lhg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 14si12774984pgo.511.2019.01.21.02.12.45; Mon, 21 Jan 2019 02:13:00 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727743AbfAUKLW (ORCPT + 99 others); Mon, 21 Jan 2019 05:11:22 -0500 Received: from mx2.suse.de ([195.135.220.15]:46934 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726003AbfAUKLV (ORCPT ); Mon, 21 Jan 2019 05:11:21 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 69BBAAFAE; Mon, 21 Jan 2019 10:11:20 +0000 (UTC) Date: Mon, 21 Jan 2019 11:11:19 +0100 (CET) From: Jiri Kosina To: Dmitry Torokhov cc: Benjamin Tissoires , Mauro Carvalho Chehab , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org Subject: Re: [PATCH 1/7] Input: document meanings of KEY_SCREEN and KEY_ZOOM In-Reply-To: <20190118233037.87318-1-dmitry.torokhov@gmail.com> Message-ID: References: <20190118233037.87318-1-dmitry.torokhov@gmail.com> User-Agent: Alpine 2.21 (LSU 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 18 Jan 2019, Dmitry Torokhov wrote: > It is hard to say what KEY_SCREEN and KEY_ZOOM mean, but historically DVB > folks have used them to indicate switch to full screen mode. Later, they > converged on using KEY_ZOOM to switch into full screen mode and KEY)SCREEN > to control aspect ratio (see Documentation/media/uapi/rc/rc-tables.rst). > > Let's commit to these uses, and define: > > - KEY_FULL_SCREEN (and make KEY_ZOOM its alias) > - KEY_ASPECT_RATIO (and make KEY_SCREEN its alias) > > Signed-off-by: Dmitry Torokhov > --- > > Please let me know how we want merge this. Some of patches can be applied > independently and I tried marking them as such, but some require new key > names from input.h Acked-by: Jiri Kosina for the HID changes, and feel free to take it through your tree as a whole, I don't expect any major conflicts rising up from this. Thanks, -- Jiri Kosina SUSE Labs