RE: FW: [PATCH 1/1] input: keypad controller driver for Intel low power Moorestown platform
From: Ba, Zheng <hidden>
Date: 2009-08-12 09:26:35
From: Ba, Zheng <hidden>
Date: 2009-08-12 09:26:35
Hi Marek, Can you tell me where the correct location for such keymapping in userspace is and how I can re-use your matrix driver for our keypad? Thanks, Zheng -----Original Message----- From: Marek Vasut [mailto:marek.vasut@gmail.com] Sent: Wednesday, August 12, 2009 5:07 PM To: Ba, Zheng Cc: Dmitry Torokhov; linux-input@vger.kernel.org Subject: Re: FW: [PATCH 1/1] input: keypad controller driver for Intel low power Moorestown platform Dne St 12. srpna 2009 10:45:08 Ba, Zheng napsal(a):
Hi Dmitry, Here's the second version with changes inline per your comments, please help review. Thanks! Thanks, Zheng
Hi! just a quick skim over the code revealed a few things: 1) cant you make the NumLk and Fn keys into normal keys (therefore getting rid of those three keymaps) and make the keymap stuff in userspace? 2) cant you just use the GPIO-driven matrix keypad driver instead of this? Cheers!