From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yin Kangkai Date: Fri, 07 May 2010 08:34:05 +0000 Subject: [PATCH] keymap: Add keymap quirk of WebCam key for MSI netbooks Message-Id: <20100507083405.GY6648@kai-debian> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org Hi, Patch below add support for Fn+F6 (WebCam) key event in some MSI netbooks. I've verified that this patch works on MSI U100, N014, U135 http://bugs.meego.com/show_bug.cgi?id41 >From b70a4ad8cf7e39bdcff8f328239291c7309622de Mon Sep 17 00:00:00 2001 From: Yin Kangkai Date: Fri, 7 May 2010 15:05:21 +0800 Subject: [PATCH] keymap: Add keymap quirk of WebCam key for MSI netbooks. I've verified that this patch fixes MSI U100, N014, U135 http://bugs.meego.com/show_bug.cgi?id41 Signed-off-by: Yin Kangkai --- extras/keymap/keymaps/micro-star | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/extras/keymap/keymaps/micro-star b/extras/keymap/keymaps/micro-star index 0469434..0de5ae6 100644 --- a/extras/keymap/keymaps/micro-star +++ b/extras/keymap/keymaps/micro-star @@ -6,6 +6,7 @@ 0xE2 bluetooth # satellite dish2 0xE4 f22 # Fn-F3 Touchpad disable 0xEC email # envelope button +0xEE camera # Fn-F6 camera disable 0xF6 wlan # satellite dish1 0xF7 brightnessdown # Fn-F4 0xF8 brightnessup # Fn-F5 -- 1.6.5