Was specifying input-polled-keys and not input-keys-polled as the module name.
authorDaniel Dickinson <crazycshore@gmail.com>
Mon, 3 Oct 2011 04:39:54 +0000 (04:39 +0000)
committerDaniel Dickinson <crazycshore@gmail.com>
Mon, 3 Oct 2011 04:39:54 +0000 (04:39 +0000)
Philip Prindeville - 2011-10-03 03:58:17

SVN-Revision: 28357

target/linux/generic/patches-2.6.39/106-alix_platform_gpio_keys_button.patch

index cd2715cd9f5d1c478ba5d7b8c882ed70d22aac67..8a6bc4ee5f2c5e705de57010fb356b35ce9c96ff 100644 (file)
@@ -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,