From patchwork Sat Feb 20 09:18:47 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dmitry Torokhov X-Patchwork-Id: 80923 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 o1K9JBIn008631 for ; Sat, 20 Feb 2010 09:19:12 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752719Ab0BTJS4 (ORCPT ); Sat, 20 Feb 2010 04:18:56 -0500 Received: from mail-yx0-f200.google.com ([209.85.210.200]:61760 "EHLO mail-yx0-f200.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752566Ab0BTJSy (ORCPT ); Sat, 20 Feb 2010 04:18:54 -0500 Received: by yxe38 with SMTP id 38so875580yxe.4 for ; Sat, 20 Feb 2010 01:18:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=phz384gmnHl1z126fvXwOkbFNdcEIXbh3KZgy+0raww=; b=FiKRaEG2u9GH41Y9EAitmF+TOkJTbRx0tu4KXq5rwzxBkWLaYIGzhJy1DBmyTig4Rj GYDXnShX/seGcNtRM33u0Wur7Mx58bcUb67xxOGPSiBIzqFsUW0DYfik0hVVqDRhl7Fl ib6eRHhSPltEjWNPyKeBcGw29RiaWY07m3KQw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=XRgZbH6DVJrtqWOtwk9z6QkvCEVhY3y4483OosNJ4YiOh0F2PyG6y47k3eeTGp6f0H wZ01JN50f9fKzlvvh+LocZsUs0yIbpVf3lLNnwfSxUP99T4oxPUsNJSHhYQzbu5sogCH ipUUhG3jSCRGP4o0Wxp8Z0sWMm7YLDss4eVx0= Received: by 10.101.129.29 with SMTP id g29mr1192355ann.231.1266657532776; Sat, 20 Feb 2010 01:18:52 -0800 (PST) Received: from mailhub.coreip.homeip.net (c-24-6-153-206.hsd1.ca.comcast.net [24.6.153.206]) by mx.google.com with ESMTPS id 15sm487065yxh.22.2010.02.20.01.18.50 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 20 Feb 2010 01:18:51 -0800 (PST) Date: Sat, 20 Feb 2010 01:18:47 -0800 From: Dmitry Torokhov To: Christian Lamparter Cc: Matthew Garrett , "johannes@sipsolutions.net" , "linux-wireless@vger.kernel.org" , "linux-input@vger.kernel.org" , "marcel@holtmann.org" Subject: Re: [PATCH 1/2] input: Add KEY_RFKILL Message-ID: <20100220091847.GB30739@core.coreip.homeip.net> References: <20100217180342.GA22522@srcf.ucam.org> <22ee4e771002171043u2aaf97vd73c1090c2fce901@mail.gmail.com> <20100217191708.GA15554@core.coreip.homeip.net> <22ee4e771002171142q1496842ap4079026a5c0be8c6@mail.gmail.com> <20100217195435.GA15742@core.coreip.homeip.net> <22ee4e771002171218t69cc4348ia0300a645ce9763d@mail.gmail.com> <069C4DAE-598D-45F1-99B5-DA5BAF718179@gmail.com> <22ee4e771002171328w3c9cbb8n663c291e9d3634e5@mail.gmail.com> <2C0E2BCD-7589-45DE-B7D4-DBEFBFAE879D@gmail.com> <22ee4e771002171403o6f0b99e8qd683d78e74fe4522@mail.gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <22ee4e771002171403o6f0b99e8qd683d78e74fe4522@mail.gmail.com> User-Agent: Mutt/1.5.20 (2009-08-17) Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@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]); Sat, 20 Feb 2010 09:19:12 +0000 (UTC) diff --git a/include/linux/input.h b/include/linux/input.h index 04416f6..6825308 100644 --- a/include/linux/input.h +++ b/include/linux/input.h @@ -597,6 +597,7 @@ struct input_absinfo { #define KEY_NUMERIC_POUND 0x20b #define KEY_CAMERA_FOCUS 0x210 +#define KEY_WPS_BUTTON 0x211 /* WiFi Protected Setup key */ /* We avoid low common keys in module aliases so they don't get huge. */ #define KEY_MIN_INTERESTING KEY_MUTE