From patchwork Wed Jun 28 23:32:41 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dmitry Torokhov X-Patchwork-Id: 9815643 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 310B7603D7 for ; Wed, 28 Jun 2017 23:32:47 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 26031274D1 for ; Wed, 28 Jun 2017 23:32:47 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 17C2D27FAD; Wed, 28 Jun 2017 23:32:47 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.3 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RCVD_IN_SORBS_SPAM, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id AC735274D1 for ; Wed, 28 Jun 2017 23:32:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751560AbdF1Xcp (ORCPT ); Wed, 28 Jun 2017 19:32:45 -0400 Received: from mail-pg0-f66.google.com ([74.125.83.66]:34089 "EHLO mail-pg0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751545AbdF1Xco (ORCPT ); Wed, 28 Jun 2017 19:32:44 -0400 Received: by mail-pg0-f66.google.com with SMTP id j186so9743895pge.1; Wed, 28 Jun 2017 16:32:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:mime-version:content-disposition :user-agent; bh=3OExDWMuJNf3M62qjlIdtoh8Q7/XucH08mWULh9Yzlo=; b=eh5B8JGG/5uToYJk3pPjF/RymA6AI1cCaw4mjOG4ICUcPd3+Z3OKDoYI6Y61BIGqoQ LndVyX0TIkt9TPLEhfFhL6QDYONvFqCx0u7A0wsXY/b8BIIhMt/KysWADbSVVZd/UFBm r/I0Roqke5Wcjl8nLYBz9vLSRCYhSR+ORtnjPVRYCRyklCAnf71LGRoN9kT8b0WUFUIS hudJutz4kHCXPWtyhS1zO1FdvZBjRu9hkOVBHdqMqd4tVVApNz9lUn/xuxmN1ty2cMCC Hy+iFQRsLtYwfK4qSICHYeWt0cG4aWH8LAjsCDF5vbBC13m9oMGSKAqCR+lG4cQyaIzv dhiA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-disposition:user-agent; bh=3OExDWMuJNf3M62qjlIdtoh8Q7/XucH08mWULh9Yzlo=; b=rttSD0sTlbQMkHRpy40n89rkehhqhCClSc4qahVYWg1YDBShyd25A53ytgFHQt8H9G s1Xf32OhtxJ9jgiqTQyli6ZwpS2ZHWDdgRAFXUQibkGOUH2Pkc8gtdjgrrvrgosOr4B3 RFCHqrKKTOmirb1Fn2qAMzYnuqFBpQECQTPEDS0mznGu+QYqzfdJYL+vRbklHQNvY7/A N0moR8aVM7vyb/NEZZTLFAKmnp2D8FmzALj7DYUZixJIXuDT4IA06zD1DK42+BgPPLNg MxZ8jIHTiMPqTXOt3KotOOr/0GhnHbMZaea/92CxbVoPWLor/bFLUGzhTNEjibRqV8Eq DWQw== X-Gm-Message-State: AKS2vOy0+EsPhbhJHAKmLfujtSueI6tQ+W/WOxadD6BKlHYhNdpVJ/iW CY7xZEJc6P596Dv0V00= X-Received: by 10.84.216.92 with SMTP id f28mr14554953plj.199.1498692763907; Wed, 28 Jun 2017 16:32:43 -0700 (PDT) Received: from dtor-ws ([2620:0:1000:1311:dce1:d46c:ae7c:b2d7]) by smtp.gmail.com with ESMTPSA id d71sm7549603pfe.106.2017.06.28.16.32.43 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Wed, 28 Jun 2017 16:32:43 -0700 (PDT) Date: Wed, 28 Jun 2017 16:32:41 -0700 From: Dmitry Torokhov To: linux-input@vger.kernel.org Cc: linux-kernel@vger.kernel.org Subject: [PATCH] Input: introduce KEY_ASSISTANT Message-ID: <20170628233241.GA20352@dtor-ws> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This adds a new keycode to allow users invoke a context-aware desktop assistant application. Signed-off-by: Dmitry Torokhov --- include/uapi/linux/input-event-codes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uapi/linux/input-event-codes.h b/include/uapi/linux/input-event-codes.h index f5a8d96e1e09..179891074b3c 100644 --- a/include/uapi/linux/input-event-codes.h +++ b/include/uapi/linux/input-event-codes.h @@ -600,6 +600,7 @@ #define KEY_APPSELECT 0x244 /* AL Select Task/Application */ #define KEY_SCREENSAVER 0x245 /* AL Screen Saver */ #define KEY_VOICECOMMAND 0x246 /* Listening Voice Command */ +#define KEY_ASSISTANT 0x247 /* AL Context-aware desktop assistant */ #define KEY_BRIGHTNESS_MIN 0x250 /* Set Brightness to Minimum */ #define KEY_BRIGHTNESS_MAX 0x251 /* Set Brightness to Maximum */