From owner-svn-src-head@freebsd.org Sun Jul 31 06:52:20 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54E65BA9CEC; Sun, 31 Jul 2016 06:52:20 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 21E89121A; Sun, 31 Jul 2016 06:52:20 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6V6qJfa025814; Sun, 31 Jul 2016 06:52:19 GMT (envelope-from adrian@FreeBSD.org) Received: (from adrian@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6V6qJp2025813; Sun, 31 Jul 2016 06:52:19 GMT (envelope-from adrian@FreeBSD.org) Message-Id: <201607310652.u6V6qJp2025813@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adrian set sender to adrian@FreeBSD.org using -f From: Adrian Chadd Date: Sun, 31 Jul 2016 06:52:19 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r303578 - head/sys/mips/conf X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2016 06:52:20 -0000 Author: adrian Date: Sun Jul 31 06:52:19 2016 New Revision: 303578 URL: https://svnweb.freebsd.org/changeset/base/303578 Log: [wdr4300] invert the GPIO LED polarity. This makes them behave correctly. Submitted by: Dan Nelson Modified: head/sys/mips/conf/TL-WDR4300.hints Modified: head/sys/mips/conf/TL-WDR4300.hints ============================================================================== --- head/sys/mips/conf/TL-WDR4300.hints Sun Jul 31 06:51:34 2016 (r303577) +++ head/sys/mips/conf/TL-WDR4300.hints Sun Jul 31 06:52:19 2016 (r303578) @@ -206,21 +206,26 @@ hint.gpio.0.func.19.gpiomode=1 # output, hint.gpioled.0.at="gpiobus0" hint.gpioled.0.name="USB1" hint.gpioled.0.pins=0x0800 +hint.gpioled.0.invert=1 hint.gpioled.1.at="gpiobus0" hint.gpioled.1.name="USB2" hint.gpioled.1.pins=0x1000 +hint.gpioled.1.invert=1 hint.gpioled.2.at="gpiobus0" hint.gpioled.2.name="WLAN2G" hint.gpioled.2.pins=0x2000 +hint.gpioled.2.invert=1 hint.gpioled.3.at="gpiobus0" hint.gpioled.3.name="SYSTEM" hint.gpioled.3.pins=0x4000 +hint.gpioled.3.invert=1 hint.gpioled.4.at="gpiobus0" hint.gpioled.4.name="QSS" hint.gpioled.4.pins=0x8000 +hint.gpioled.4.invert=1 # XXX TODO: WPS/RFKILL switch