summaryrefslogtreecommitdiffstats
path: root/target/linux/s3c24xx/patches-2.6.30
diff options
context:
space:
mode:
authorlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-07-31 23:09:58 +0000
committerlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-07-31 23:09:58 +0000
commitcd38e695286156d85a17efd173e1808b042436e0 (patch)
treed9f728b9624377244705fac447dc42077e08287c /target/linux/s3c24xx/patches-2.6.30
parent2e4bbac449c087531d0d7a22228c89f86be4ea18 (diff)
[s3c24xx] Replace gta02 keyboard driver with generic gpio keyboard.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17070 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.30')
-rw-r--r--target/linux/s3c24xx/patches-2.6.30/051-gta02kbd.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.30/051-gta02kbd.patch b/target/linux/s3c24xx/patches-2.6.30/051-gta02kbd.patch
deleted file mode 100644
index cb3c57bcc..000000000
--- a/target/linux/s3c24xx/patches-2.6.30/051-gta02kbd.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- a/drivers/input/keyboard/Kconfig
-+++ b/drivers/input/keyboard/Kconfig
-@@ -332,4 +332,15 @@ config KEYBOARD_SH_KEYSC
-
- To compile this driver as a module, choose M here: the
- module will be called sh_keysc.
-+config KEYBOARD_GTA02
-+ tristate "Openmoko Freerunner buttons"
-+ depends on MACH_NEO1973
-+ default y
-+ help
-+ Say Y here to enable the buttons on the Openmoko Freerunner
-+ GSM phone.
-+
-+ To compile this driver as a module, choose M here: the
-+ module will be called gta02kbd.
-+
- endif
---- a/drivers/input/keyboard/Makefile
-+++ b/drivers/input/keyboard/Makefile
-@@ -14,6 +14,7 @@ obj-$(CONFIG_KEYBOARD_LOCOMO) += locomo
- obj-$(CONFIG_KEYBOARD_NEWTON) += newtonkbd.o
- obj-$(CONFIG_KEYBOARD_STOWAWAY) += stowaway.o
- obj-$(CONFIG_KEYBOARD_CORGI) += corgikbd.o
-+obj-$(CONFIG_KEYBOARD_GTA02) += gta02kbd.o
- obj-$(CONFIG_KEYBOARD_SPITZ) += spitzkbd.o
- obj-$(CONFIG_KEYBOARD_TOSA) += tosakbd.o
- obj-$(CONFIG_KEYBOARD_HIL) += hil_kbd.o