From: David Brownell Date: Sun, 7 Sep 2008 03:19:02 +0000 (-0700) Subject: ngw100: export J15 through sysfs X-Git-Tag: v2.6.28-rc1~700^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96706600de83966812b01a3cb310a13da2a1a4e9;p=pandora-kernel.git ngw100: export J15 through sysfs The NGW100 board has jumper J15 (near the reset button) which is unused. This patch exports it through the GPIO sysfs support (as /sys/class/gpio/gpio62/value) so that it's easily queried by boot scripts or whatever might want to know if the jumper has been installed (value = 0) or not (value = 1, "default"). Signed-off-by: David Brownell [haavard.skinnemoen@atmel.com: add missing include] Signed-off-by: Haavard Skinnemoen --- Reading git-diff-tree failed