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
v19.07.3_mercusys_ac12_duma
Daniel Dickinson 13 years ago
parent c0a625ffbf
commit b0345ef184

@ -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,

Loading…
Cancel
Save