summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Dickinson <crazycshore@gmail.com>2011-10-03 04:39:54 +0000
committerDaniel Dickinson <crazycshore@gmail.com>2011-10-03 04:39:54 +0000
commitb0345ef1848b1d5cef0d92f2b640f849666f5f8a (patch)
treeae31e422c12206d9c401c3dec14bc23fc96b1e8e
parentc0a625ffbf258ebcfb94b055d9c14759121c3011 (diff)
downloadmaster-31e0f0ae-b0345ef1848b1d5cef0d92f2b640f849666f5f8a.tar.gz
master-31e0f0ae-b0345ef1848b1d5cef0d92f2b640f849666f5f8a.tar.bz2
master-31e0f0ae-b0345ef1848b1d5cef0d92f2b640f849666f5f8a.zip
Was specifying input-polled-keys and not input-keys-polled as the module name. Philip Prindeville - 2011-10-03 03:58:17
SVN-Revision: 28357
-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,