[OpenWrt-Devel] [PATCH 0/3] Fix triggering failsafe on every booting.

2013-08-01 Thread Yousong Zhou
Hi, this series tries to fix unintended failsafe triggering by initializing buttons' last_status with its actual value instead of always 0 (released). Otherwise devices with like TL-WR720N-v3 would always go into failsafe as some of its GPIO buttons are always in pressed state. It's weird that

Re: [OpenWrt-Devel] [PATCH 0/3] Fix triggering failsafe on every booting.

2013-08-01 Thread John Crispin
On 01/08/13 13:02, Yousong Zhou wrote: Hi, this series tries to fix unintended failsafe triggering by initializing buttons' last_status with its actual value instead of always 0 (released). Otherwise devices with like TL-WR720N-v3 would always go into failsafe as some of its GPIO buttons are

Re: [OpenWrt-Devel] [PATCH 0/3] Fix triggering failsafe on every booting.

2013-08-01 Thread Yousong Zhou
On Thu, Aug 01, 2013 at 12:58:58PM +0200, John Crispin wrote: On 01/08/13 13:02, Yousong Zhou wrote: Hi, this series tries to fix unintended failsafe triggering by initializing buttons' last_status with its actual value instead of always 0 (released). Otherwise devices with like TL-WR720N-v3