From patchwork Tue Feb 16 21:36:24 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthew Garrett X-Patchwork-Id: 79784 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o1GLagHb002892 for ; Tue, 16 Feb 2010 21:36:42 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933294Ab0BPVgk (ORCPT ); Tue, 16 Feb 2010 16:36:40 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55520 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933090Ab0BPVgk (ORCPT ); Tue, 16 Feb 2010 16:36:40 -0500 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o1GLaXhl020981 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 16 Feb 2010 16:36:33 -0500 Received: from cavan.codon.org.uk (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o1GLaVCb014426 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Tue, 16 Feb 2010 16:36:32 -0500 Received: from lan-nat-pool-bos.redhat.com ([66.187.234.200] helo=localhost.localdomain) by cavan.codon.org.uk with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1NhV5o-0001Pv-Tf; Tue, 16 Feb 2010 21:36:29 +0000 From: Matthew Garrett To: johannes@sipsolutions.net Cc: linux-wireless@vger.kernel.org, linux-input@vger.kernel.org, dmitry.torokhov@gmail.com, marcel@holtmann.org, Matthew Garrett Subject: [PATCH 1/2] input: Add KEY_RFKILL Date: Tue, 16 Feb 2010 16:36:24 -0500 Message-Id: <1266356185-10324-1-git-send-email-mjg@redhat.com> X-SA-Do-Not-Run: Yes X-SA-Exim-Connect-IP: 66.187.234.200 X-SA-Exim-Mail-From: mjg@redhat.com X-SA-Exim-Scanned: No (on cavan.codon.org.uk); SAEximRunCond expanded to false X-Scanned-By: MIMEDefang 2.67 on 10.5.11.21 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Tue, 16 Feb 2010 21:36:42 +0000 (UTC) diff --git a/include/linux/input.h b/include/linux/input.h index 735ceaf..3294a89 100644 --- a/include/linux/input.h +++ b/include/linux/input.h @@ -594,7 +594,7 @@ struct input_absinfo { #define KEY_NUMERIC_9 0x209 #define KEY_NUMERIC_STAR 0x20a #define KEY_NUMERIC_POUND 0x20b - +#define KEY_RFKILL 0x20c /* Key that controls all radios */ #define KEY_CAMERA_FOCUS 0x210 /* We avoid low common keys in module aliases so they don't get huge. */