Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 May 2026 22:11:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 295251] Power button does not work on HP Laptop 15s (new module to poll GPIO and raise ACPI event)
Message-ID:  <bug-295251-227-b23kEdVNkY@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-295251-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295251

Ahmad Khalifa <vexeduxr@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vexeduxr@FreeBSD.org

--- Comment #1 from Ahmad Khalifa <vexeduxr@FreeBSD.org> ---
Hi,

I'm not sure a kernel driver is quite the right fit for this. You could
implement this in userspace with either a script that polls the pin using
gpioctl(8) or, even better, write a program using libgpio that polls the pin,
and have either of those run as a daemon.

Either way we do really need to figure out GPIO interrupts on amd64.

Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-295251-227-b23kEdVNkY>