Re: acpihid: INT33D5 driver

2020-06-02 Thread Mark Kettenis
> Date: Tue, 2 Jun 2020 09:00:47 -0500 > From: joshua stein > > Here is a new revision that tries to call methods through the node's > _DSM first, as it does on Linux. > > It also no longer takes over power button handling as requested by > Mark. Thanks! ok kettenis@ > acpihid.3 > > diff

Re: acpihid: INT33D5 driver

2020-06-02 Thread joshua stein
Here is a new revision that tries to call methods through the node's _DSM first, as it does on Linux. It also no longer takes over power button handling as requested by Mark. acpihid.3 diff --git share/man/man4/Makefile share/man/man4/Makefile index 2cce0a9a132..bb0b6b10068 100644 --- share/m

Re: acpihid: INT33D5 driver

2020-05-30 Thread Mark Kettenis
> Date: Sat, 30 May 2020 12:26:00 -0500 > From: joshua stein > > A driver for tablet hardware buttons which seems to be a > standardized interface. Used on the Surface Go. > > When pressing the power button, the driver receives a button down > and then a button up event, unlike acpibtn. Sinc

acpihid: INT33D5 driver

2020-05-30 Thread joshua stein
A driver for tablet hardware buttons which seems to be a standardized interface. Used on the Surface Go. When pressing the power button, the driver receives a button down and then a button up event, unlike acpibtn. Since there may be an opportunity to do something different based on the durat