From patchwork Thu May 20 16:50:28 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jerone Young X-Patchwork-Id: 101214 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 o4KGodfI031171 for ; Thu, 20 May 2010 16:50:39 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752292Ab0ETQui (ORCPT ); Thu, 20 May 2010 12:50:38 -0400 Received: from adelie.canonical.com ([91.189.90.139]:53889 "EHLO adelie.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752146Ab0ETQui (ORCPT ); Thu, 20 May 2010 12:50:38 -0400 Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1OF8x9-0001da-HO for ; Thu, 20 May 2010 17:50:35 +0100 Received: from adsl-70-249-74-11.dsl.austtx.swbell.net ([70.249.74.11] helo=[10.1.106.184]) by hutte.canonical.com with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1OF8x9-0001uZ-33 for linux-input@vger.kernel.org; Thu, 20 May 2010 17:50:35 +0100 Subject: [PATCH][RFC] input: Add KEY_MIC_MUTE From: Jerone Young To: linux-input@vger.kernel.org Date: Thu, 20 May 2010 11:50:28 -0500 Message-ID: <1274374228.24413.150.camel@laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 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]); Thu, 20 May 2010 16:50:39 +0000 (UTC) diff --git a/include/linux/input.h b/include/linux/input.h index 746d426..ca5373a 100644 --- a/include/linux/input.h +++ b/include/linux/input.h @@ -377,6 +377,8 @@ struct input_absinfo { #define KEY_WIMAX 246 +#define KEY_MICROPHONE_MUTE 247 /* mute microphone */ + /* Range 248 - 255 is reserved for special needs of AT keyboard driver */