aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Dickinson <daniel@cshore.neomailbox.net>2011-10-03 04:39:54 +0000
committerDaniel Dickinson <daniel@cshore.neomailbox.net>2011-10-03 04:39:54 +0000
commitf07ea057eed147ae6bb15e07962c9cd38e5bd056 (patch)
tree2422b397d78a24f37c2ec7b816c9126594c55cdb
parentbc83ff8f5171857df334feb2df8ff6e5cb4a540c (diff)
downloadmaster-187ad058-f07ea057eed147ae6bb15e07962c9cd38e5bd056.tar.gz
master-187ad058-f07ea057eed147ae6bb15e07962c9cd38e5bd056.tar.bz2
master-187ad058-f07ea057eed147ae6bb15e07962c9cd38e5bd056.zip
Was specifying input-polled-keys and not input-keys-polled as the module name.
Philip Prindeville - 2011-10-03 03:58:17 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28357 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/generic/patches-2.6.39/106-alix_platform_gpio_keys_button.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-2.6.39/106-alix_platform_gpio_keys_button.patch b/target/linux/generic/patches-2.6.39/106-alix_platform_gpio_keys_button.patch
index cd2715cd9f..8a6bc4ee5f 100644
--- a/target/linux/generic/patches-2.6.39/106-alix_platform_gpio_keys_button.patch
+++ b/target/linux/generic/patches-2.6.39/106-alix_platform_gpio_keys_button.patch
@@ -47,7 +47,7 @@
+};
+
+static struct platform_device alix_buttons_dev = {
-+ .name = "gpio-polled-keys",
++ .name = "gpio-keys-polled",
+ .id = 1,
+ .dev = {
+ .platform_data = &alix_buttons_data,