Re: [LEDE-DEV] [PATCH] apm821xx: fix USB LED trigger for WNDR4700

2016-10-28 Thread Rafał Miłecki
On 22 October 2016 at 18:10, Christian Lamparter wrote: > On Saturday, October 22, 2016 11:22:35 AM CEST Rafał Miłecki wrote: >> From: Rafał Miłecki >> >> The old usbdev trigger never supported assigning more than 1 USB port. >> This code we got was never working as expected. Switch to usbport to

Re: [LEDE-DEV] [PATCH] apm821xx: fix USB LED trigger for WNDR4700

2016-10-24 Thread Christian Lamparter
I forgot to mention the builtin sdcard reader in the original post. On Saturday, October 22, 2016 6:10:52 PM CEST Christian Lamparter wrote: > Hello, > > On Saturday, October 22, 2016 11:22:35 AM CEST Rafał Miłecki wrote: > > From: Rafał Miłecki > > > > The old usbdev trigger never supported as

Re: [LEDE-DEV] [PATCH] apm821xx: fix USB LED trigger for WNDR4700

2016-10-22 Thread Christian Lamparter
Hello, On Saturday, October 22, 2016 11:22:35 AM CEST Rafał Miłecki wrote: > From: Rafał Miłecki > > The old usbdev trigger never supported assigning more than 1 USB port. > This code we got was never working as expected. Switch to usbport to > have LED working with both ports. > > Signed-off-b

[LEDE-DEV] [PATCH] apm821xx: fix USB LED trigger for WNDR4700

2016-10-22 Thread Rafał Miłecki
From: Rafał Miłecki The old usbdev trigger never supported assigning more than 1 USB port. This code we got was never working as expected. Switch to usbport to have LED working with both ports. Signed-off-by: Rafał Miłecki --- target/linux/apm821xx/base-files/etc/board.d/01_leds | 3 +-- 1 fil