History log of /openbsd/sys/dev/fdt/gpiokeys.c (Results 1 – 3 of 3)
Revision Date Author Comments
# bbaa01a8 31-Mar-2023 kn <kn@openbsd.org>

Flip label separators to fix previous

-gpiokeys0 at mainbus0, "PWR Button"
+gpiokeys0 at mainbus0: "PWR Button"

OK patrick


# 4303d0d5 07-Nov-2022 patrick <patrick@openbsd.org>

The gpiokeys(4) 'label' property seems to be optional. If we don't have
any, don't try and print it, and especially don't error out.

Tested on Lenovo x13s (myself) and Pinebook Poop (kn@)
ok kn@


# eb27f05f 09-Nov-2021 kn <kn@openbsd.org>

Add gpiokeys(4) for arm64

This driver handles events triggered by GPIO keys such as lid status and
power button.

OK kettenis