Gabor Juhos 3626444c6d 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>

SVN-Revision: 31450
2012-04-23 16:56:05 +00:00
..
2012-03-02 13:23:38 +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
2010-11-22 13:31:46 +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-12 09:43:43 +00:00
2012-04-20 21:03:15 +00:00
2012-04-16 11:38:35 +00:00
2012-02-08 17:35:40 +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