From cd38e695286156d85a17efd173e1808b042436e0 Mon Sep 17 00:00:00 2001 From: lars Date: Fri, 31 Jul 2009 23:09:58 +0000 Subject: [s3c24xx] Replace gta02 keyboard driver with generic gpio keyboard. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17070 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../s3c24xx/patches-2.6.30/051-gta02kbd.patch | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 target/linux/s3c24xx/patches-2.6.30/051-gta02kbd.patch (limited to 'target/linux/s3c24xx/patches-2.6.30') 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 -- cgit v1.2.3