From: Nick Dyer Date: Sun, 17 Aug 2014 16:08:42 +0000 (-0700) Subject: Input: atmel_mxt_ts - improve description of gpio-keymap property X-Git-Tag: fixes-v3.17-rc4~28^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5940231a5a27fa015aaff42db8dac05362d53bc;p=pandora-kernel.git Input: atmel_mxt_ts - improve description of gpio-keymap property The below patch improves the documentation for the gpio-property. Stephen Warren has a good example here: https://github.com/swarren/linux-tegra/commit/09789801 trackpad@4b { compatible = "atmel,maxtouch"; reg = <0x4b>; interrupt-parent = <&gpio>; interrupts = ; linux,gpio-keymap = <0 0 0 BTN_LEFT>; }; This maps BTN_LEFT to the 4th bit of the T19 message. Signed-off-by: Nick Dyer Acked-by: Stephen Warren Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed