From fdb6efb1bcf3a27afc9bf535059c18c926983ebb Mon Sep 17 00:00:00 2001 From: cshore Date: Mon, 3 Oct 2011 04:39:54 +0000 Subject: [PATCH] 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 --- .../patches-2.6.39/106-alix_platform_gpio_keys_button.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 cd2715cd9..8a6bc4ee5 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,