Re: new gpioleds driver

2021-09-15 Thread Klemens Nanni
On 3 September 2021 20:16:33 GMT+05:00, Klemens Nanni wrote: >Here is a tiny driver enabling machines such as the Pinebook Pro to >indicate power, it is intentionally minimal and does not expose anything >via sysctl(8)/sensorsd(8) or gpioctl(8). > >This is helpful for machines where graphics, keyb

Re: new gpiocharger driver

2021-09-15 Thread Klemens Nanni
On 5 September 2021 01:22:53 GMT+05:00, Klemens Nanni wrote: >Read a single GPIO pin indicating whether AC is plugged in or not. > >This gives me a sensor on my Pinebook Pro. >cwfg(4) already provides battery information but not the charger bits. > >apm(4) integration can follow separately. > >Fee

Re: Suspend/Resume on modern Intel laptop platforms

2021-09-15 Thread Mark Kettenis
> Date: Wed, 15 Sep 2021 17:29:39 +0200 (CEST) > From: Mark Kettenis > > The diff below is a preliminary diff to fix a suspend/resume issue on > recent Thinkpads. This needs testing on a wider range of laptops to > make sure it doesn't break things. The diff also puts some > information in dmes

Re: xdpyinfo: can't load library 'libdmx.so.2.0'

2021-09-15 Thread Theo de Raadt
the build system should not be discovering things! Sebastien Marie wrote: > On Wed, Sep 15, 2021 at 05:11:12AM +, Renato Aguiar wrote: > > I noticed this after sysupgrading to latest snapshot: > > > > $ ldd /usr/X11R6/bin/xdpyinfo > > /usr/X11R6/bin/xdpyinfo: > > ld.so: xdpyinfo: can't loa

Suspend/Resume on modern Intel laptop platforms

2021-09-15 Thread Mark Kettenis
The diff below is a preliminary diff to fix a suspend/resume issue on recent Thinkpads. This needs testing on a wider range of laptops to make sure it doesn't break things. The diff also puts some information in dmesg that will help me improve things in the future. So, if you have a laptop where

Re: xdpyinfo: can't load library 'libdmx.so.2.0'

2021-09-15 Thread Matthieu Herrb
On Wed, Sep 15, 2021 at 08:15:20AM +0200, Sebastien Marie wrote: > On Wed, Sep 15, 2021 at 05:11:12AM +, Renato Aguiar wrote: > > I noticed this after sysupgrading to latest snapshot: > > > > $ ldd /usr/X11R6/bin/xdpyinfo > > /usr/X11R6/bin/xdpyinfo: > > ld.so: xdpyinfo: can't load library 'li