From owner-svn-src-head@freebsd.org Fri Apr 17 06:26:36 2020 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D842B2AC209; Fri, 17 Apr 2020 06:26:36 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 493R245NQZz4drr; Fri, 17 Apr 2020 06:26:36 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 976ED8B18; Fri, 17 Apr 2020 06:26:36 +0000 (UTC) Date: Fri, 17 Apr 2020 06:26:36 +0000 From: Alexey Dokuchaev To: Colin Percival Cc: Oliver Pinter , "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" Subject: Re: svn commit: r360025 - head/sys/dev/acpica Message-ID: <20200417062636.GC24371@FreeBSD.org> References: <202004162156.03GLuqgw058432@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 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: Fri, 17 Apr 2020 06:26:36 -0000 On Thu, Apr 16, 2020 at 03:12:15PM -0700, Colin Percival wrote: > On 2020-04-16 15:05, Oliver Pinter wrote: > > On Thursday, April 16, 2020, Colin Percival > > wrote: > > Log: > > Alert devd when acpi_video brightness changes > > > > Please add this to release notes! > > I considered that, but so far I don't have any evidence that other > systems exist with the same half-working ACPI. Unless you're aware of > people who are seeing the same "hw.apci.video.lcd0.brightness changes > but thebacklight doesn't" syndrome? So this is more like a work-around for the problem which lies elsewhere: something is missing in acpi_video(4) or perhaps we need a (nonexistent) acpi_dell(4)? In this case, shouldn't it be disabled by default, or at least be toggable since as you say, evidently just a minority of systems exist with the same half-working ACPI? ./danfe