Received: by 2002:a5b:505:0:0:0:0:0 with SMTP id o5csp3061409ybp; Sun, 6 Oct 2019 04:02:05 -0700 (PDT) X-Google-Smtp-Source: APXvYqw8TBzIdUlXakXyfx6+mZKetRq6C88Ng+cRWtJcJIyk/vwmzcvYnbbwk9b37CSDs9xGQ7zn X-Received: by 2002:a50:d98a:: with SMTP id w10mr24045130edj.276.1570359725257; Sun, 06 Oct 2019 04:02:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1570359725; cv=none; d=google.com; s=arc-20160816; b=SpIIpj3wofeoyzaVsx+gyqdu3j4llvw5yfvW3JKyooijMnu6RZQeBNXcSXNY48Zw4f e92t6je1+R+8retNoiWqkKQKKzxE75I0m9Yw0jUXhGKM3CxUgStHdjVr7I3QGFZXimAA p363QUxUh9dPlgmsajO8aEqRF6GuMFJ+RVq5DuCB/BV/ObOt1233zWGb/sxFUa9VzOlK kT468Ps1ANDCga6gsxkjEZPoPeBP4yDbECBvPAzVmmjB9FccPPGrWHPt2oX2otHZSlgS e6dogYscKLQ0RjcKJvjclkdohnhPe/fI+IXrP8e+emvS5ZwG3rRhrE42UkEdZ9Y6dyL2 izlQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=2/FgO5eLC8TsRub9ZAYsRQBlp8XBBLhpQehUjy90zkw=; b=ydD8MQXCHLAQda9SM1iSu71IAcD5GKr8eT7J7FjkEJ1UkwgZISBPe4xAUyfcAd1llJ TFTzeXkbrNRCvIrNHcs90QKCJpEfcJEA4afMcTerpUaQXbsdFAeF02BbwUmnaXv1Px5B t2Uf2e7vlZbYywJsi2oH1Xgzc5I9qHs2xC/sSgAhnLeQkCKPWsTTCYsz41ktw5Rwi6bS Dd5vJ4PPIWUhekh+faYrKo0QqvViEQiAr23FxH9ndqPIehy1bWLzQHMJjfAAi9FMzKWg YoYIGsjRaREdS2GozdAIFP9R4OFJ6QF4wJYXt/lJD5e7EsPAxQ7qcwO+uVN/31+HReyB HIPQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g20si5294279eje.364.2019.10.06.04.01.41; Sun, 06 Oct 2019 04:02:05 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726396AbfJFLAs (ORCPT + 99 others); Sun, 6 Oct 2019 07:00:48 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:43555 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726224AbfJFLAr (ORCPT ); Sun, 6 Oct 2019 07:00:47 -0400 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id 27F0D80471; Sun, 6 Oct 2019 13:00:31 +0200 (CEST) Date: Sun, 6 Oct 2019 13:00:45 +0200 From: Pavel Machek To: Jonathan Corbet Cc: Mat King , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, gregkh@linuxfoundation.org, rafael@kernel.org, Ross Zwisler , Rajat Jain , Lee Jones , Daniel Thompson , Jingoo Han , Alexander Schremmer Subject: Re: New sysfs interface for privacy screens Message-ID: <20191006110045.GB24605@amd> References: <20191002094650.3fc06a85@lwn.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="bCsyhTFzCvuiizWE" Content-Disposition: inline In-Reply-To: <20191002094650.3fc06a85@lwn.net> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --bCsyhTFzCvuiizWE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed 2019-10-02 09:46:50, Jonathan Corbet wrote: > On Tue, 1 Oct 2019 10:09:46 -0600 > Mat King wrote: >=20 > > I have been looking into adding Linux support for electronic privacy > > screens which is a feature on some new laptops which is built into the > > display and allows users to turn it on instead of needing to use a > > physical privacy filter. In discussions with my colleagues the idea of > > using either /sys/class/backlight or /sys/class/leds but this new > > feature does not seem to quite fit into either of those classes. >=20 > FWIW, it seems that you're not alone in this; 5.4 got some support for > such screens if I understand things correctly: >=20 > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/comm= it/?id=3D110ea1d833ad Hmm. We may want to revert that one because it does more damage :-(. Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --bCsyhTFzCvuiizWE Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAl2ZyV0ACgkQMOfwapXb+vLMsgCgvF0IGuV68NhxRO0Vrfpn9drc tRMAoLOK4nrZ6f33bOuuV/8VbK9F49Xk =iq5R -----END PGP SIGNATURE----- --bCsyhTFzCvuiizWE--