1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-02-23 20:24:42 +02:00
juhosg 06add57343 ramips: rt305x: add support for the Asus WL-330N3G board
This patch adds support for the ASUS WL-330N3G

Comparing to the WL-330N, It have 32MB ram, usb support and a bicolor led.

The bi-color led is driven by 2 gpio.
I don't know how to handle this, so I simply made 2 leds : one red, one blue.
But the red light takes precedence over the blue one according to the chart below.

r = led is red
b = led is blue
0 = led is off

xy= x->r for red, b for blue led, y->value of brightness in /sys/class/leds/x/brughtness

initial state	action	 led	gpio state

r0	b0	r0->r1	 r  	r0	b0
r0	b0	b0->b1   b	r0	b1

r1	b0	r1->r0	 0	r0	b0
r1	b0	b0->b1	 r	r1	*b1*

r1	b1	r1->r0   b	r0	b1
r1	b1	b1->b0   r	r1	b0

r0	b1	r0->r1   r	r1	*b1*
r0	b1	b1->b0   0	r0	r0

Signed-off-by: Frédéric Leroy <fredo@starox.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31450 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-23 16:56:05 +00:00
..
2012-04-22 07:20:53 +00:00
2012-02-13 16:05:27 +00:00
2011-12-09 07:52:10 +00:00
2012-04-21 16:30:40 +00:00
2012-04-19 21:23:07 +00:00
2012-04-21 16:42:05 +00:00
2012-04-20 15:25:00 +00:00
2012-04-18 15:36:33 +00:00
2012-04-22 07:20:55 +00:00
2011-04-03 13:59:07 +00:00
2011-04-03 13:59:07 +00:00
2012-04-23 12:33:30 +00:00
2012-04-21 12:36:47 +00:00
2012-04-21 16:51:59 +00:00
2012-04-21 16:45:32 +00:00
2012-04-21 17:16:40 +00:00
2012-04-20 21:03:15 +00:00
2012-04-16 11:38:35 +00:00
2012-04-23 12:33:24 +00:00
2012-04-21 16:17:48 +00:00
2012-04-21 17:03:10 +00:00
2010-08-06 21:36:35 +00:00