mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
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
This commit is contained in:
parent
bc83ff8f51
commit
f07ea057ee
@ -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…
x
Reference in New Issue
Block a user