Was specifying "input-polled-keys" and not "input-keys-polled" as the module 
name.
Index: 
target/linux/generic/patches-2.6.39/106-alix_platform_gpio_keys_button.patch
===================================================================
--- 
target/linux/generic/patches-2.6.39/106-alix_platform_gpio_keys_button.patch    
    (revision 28356)
+++ 
target/linux/generic/patches-2.6.39/106-alix_platform_gpio_keys_button.patch    
    (working copy)
@@ -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,
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to