Re: [OpenWrt-Devel] Understanding LEDs on WNDR3800

2012-10-02 Thread Adam Gensler
Mark, Thanks for the reply, I appreciate the clarification. May I ask how you're turning the WAN LED to green in your setup? What mechanism do you use to do it? I've been unsuccesful thus far but perhaps I'm not trying the proper set of adjustments. More specifically can you share your /etc/c

Re: [OpenWrt-Devel] [PATCH] [video] gspca: JPEG improvements for sn9c20x

2012-10-02 Thread Tim Harvey
John, Not yet - but I'll put that together. Thanks, Tim On Mon, Oct 1, 2012 at 10:49 AM, John Crispin wrote: > On 01/10/12 19:50, Tim Harvey wrote: > >> >> SN9C20x/GSPCA JPEG improvements >> >> This increases the JPEG buffersize and adds JPEG quality set/get methods. >> The largest framesize

[OpenWrt-Devel] [PATCH] [cns3xxx] GPIO: add gpio IRQ support

2012-10-02 Thread Tim Harvey
Fix cns3xxx gpio recursion and add gpio IRQ support Signed-off-by: Tim Harvey target/linux/cns3xxx/patches-3.3/470-gpio_irq.patch | 536 1 file changed, 536 insertions(+) Index: trunk/target/linux/cns3xxx/patches-3.3/470-gpio_irq.patch ===

[OpenWrt-Devel] [PATCH] [cns3xxx] add GW2383 board support

2012-10-02 Thread Tim Harvey
Add GPIO/LED support for Gateworks GW2383 Signed-off-by: Tim Harvey target/linux/cns3xxx/patches-3.3/300-laguna_support.patch | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) Index: trunk/target/linux/cns3xxx/patches-3.3/300-laguna_support.patch =

[OpenWrt-Devel] [PATCH] [cns3xxx] FIQ: update header file and disable RWFO

2012-10-02 Thread Tim Harvey
Update header file appropriately and disable read for ownership Note that the FIQ support implements a workaround that provides a performance boost over the traditional upstream workaround which ensures cache lines are exclusive on driver CPU using 'read for ownership'. Signed-off-by: Tim Harvey

[OpenWrt-Devel] [PATCH v2][packages] net/mrtg: fix missing perl dependencies

2012-10-02 Thread Paolo Pisati
Add missing Perl dependencies. Signed-off-by: Paolo Pisati -- bye, p. Index: packages/net/mrtg/Makefile === --- packages/net/mrtg/Makefile (revision 33444) +++ packages/net/mrtg/Makefile (working copy) @@ -29,7 +29,8 @@ +perlba

Re: [OpenWrt-Devel] [PATCH] netifd: Fix race condition in fixup_interface()

2012-10-02 Thread Christian Gagneraud
On 02/10/12 15:12, Jo-Philipp Wich wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. While carrying endurance testing of my system, i came accross a problem: At some point I was unable to get the ppp link up. The problem was that my device option had changed from /dev/ttyHS5 to ppp0 and

Re: [OpenWrt-Devel] [PATCH] netifd: Fix race condition in fixup_interface()

2012-10-02 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. > While carrying endurance testing of my system, i came accross a > problem: At some point I was unable to get the ppp link up. The > problem was that my device option had changed from /dev/ttyHS5 to > ppp0 and so the 3g hotplug refused to decl

Re: [OpenWrt-Devel] Understanding LEDs on WNDR3800

2012-10-02 Thread Mark Mentovai
Adam Gensler wrote: > I recently acquired a Netgear WNDR3800. To date I've been playing > exclusively on an alix 2D13 platform so I have a few new things to learn. > In any case, I've been tinkering with the LEDs and I'm having some trouble > getting my head around a few things. Specifically: > >

[OpenWrt-Devel] [PATCH] netifd: Fix race condition in fixup_interface()

2012-10-02 Thread chris
While carrying endurance testing of my system, i came accross a problem: At some point I was unable to get the ppp link up. The problem was that my device option had changed from /dev/ttyHS5 to ppp0 and so the 3g hotplug refused to declare the wwan proto as available. This patch fix this issue.