projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ar71xx: add driver for the USB LED on the WNDR3700
[openwrt.git]
/
target
/
linux
/
ar71xx
/
files
/
arch
/
mips
/
ar71xx
/
mach-wndr3700.c
diff --git
a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wndr3700.c
b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-wndr3700.c
index
25b5fc0
..
729267a
100644
(file)
--- a/
target/linux/ar71xx/files/arch/mips/ar71xx/mach-wndr3700.c
+++ b/
target/linux/ar71xx/files/arch/mips/ar71xx/mach-wndr3700.c
@@
-325,6
+325,7
@@
static void __init wndr3700_setup(void)
wndr3700_gpio_buttons);
platform_device_register(&wndr3700_rtl8366_smi_device);
+ platform_device_register_simple("wndr3700-led-usb", -1, NULL, 0);
wndr3700_pci_init();
}
This page took
0.025979 seconds
and
4
git commands to generate.