[OpenWrt-Devel] [PATCH] [ar71xx] Send power to USB port on WNR2200

2015-10-14 Thread Riley Baird
> > This patch fixes ticket #15267 by enabling power on the > > WNR2200's USB port. At present, the USB port on the WNR2200 > > is non-functional due to it not receiving power. > > > > This patch defines an additional GPIO pin, but none of the > > current GPIO definitions have been modified. > >

Re: [OpenWrt-Devel] [PATCH] [ar71xx] Send power to USB port on WNR2200

2015-10-11 Thread John Crispin
comments inline On 10/10/2015 04:44, Riley Baird wrote: > This patch fixes ticket #15267 by enabling power on the > WNR2200's USB port. At present, the USB port on the WNR2200 > is non-functional due to it not receiving power. > > This patch defines an additional GPIO pin, but none of the >

[OpenWrt-Devel] [PATCH] [ar71xx] Send power to USB port on WNR2200

2015-10-09 Thread Riley Baird
This patch fixes ticket #15267 by enabling power on the WNR2200's USB port. At present, the USB port on the WNR2200 is non-functional due to it not receiving power. This patch defines an additional GPIO pin, but none of the current GPIO definitions have been modified. Signed-off-by: Riley Baird

Re: [OpenWrt-Devel] [PATCH] [ar71xx] Send power to USB port on WNR2200

2015-10-03 Thread Felix Fietkau
On 2015-10-03 05:34, Riley Baird wrote: > This patch fixes ticket #15267 by enabling power on the > WNR2200's USB port. At present, the USB port on the WNR2200 > is non-functional due to it not receiving power. > > This patch defines an additional GPIO pin, but none of the > current GPIO

Re: [OpenWrt-Devel] [PATCH] [ar71xx] Send power to USB port on WNR2200

2015-10-03 Thread Felix Fietkau
On 2015-10-03 23:40, Riley Baird wrote: > As curious as it sounds, the USB port GPIO is indeed behind the WMAC. The > WNR2200's GPL code contains the following extract: > /* AR7241 GPIOs */ > #define WPS_LED_GPIO 7 > #define AP_USB_LED_GPIO 8 > > /* AR9287 GPIOs */ > #define WLAN_LED_GPIO 0 >

Re: [OpenWrt-Devel] [PATCH] [ar71xx] Send power to USB port on WNR2200

2015-10-03 Thread Riley Baird
On Sun, 4 Oct 2015 00:24:00 +0200 Felix Fietkau wrote: > On 2015-10-03 23:40, Riley Baird wrote: > > As curious as it sounds, the USB port GPIO is indeed behind the WMAC. The > > WNR2200's GPL code contains the following extract: > > /* AR7241 GPIOs */ > > #define WPS_LED_GPIO

[OpenWrt-Devel] [PATCH] [ar71xx] Send power to USB port on WNR2200

2015-10-03 Thread Riley Baird
> > This patch fixes ticket #15267 by enabling power on the > > WNR2200's USB port. At present, the USB port on the WNR2200 > > is non-functional due to it not receiving power. > > > > This patch defines an additional GPIO pin, but none of the > > current GPIO definitions have been modified. > >

[OpenWrt-Devel] [PATCH] [ar71xx] Send power to USB port on WNR2200

2015-10-02 Thread Riley Baird
This patch fixes ticket #15267 by enabling power on the WNR2200's USB port. At present, the USB port on the WNR2200 is non-functional due to it not receiving power. This patch defines an additional GPIO pin, but none of the current GPIO definitions have been modified. Signed-off-by: Riley Baird