History log of /openbsd-current/sys/dev/fdt/gpiokeys.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.3 31-Mar-2023 kn

Flip label separators to fix previous

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

OK patrick


Revision tags: OPENBSD_7_3_BASE
# 1.2 07-Nov-2022 patrick

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@


Revision tags: OPENBSD_7_1_BASE OPENBSD_7_2_BASE
# 1.1 09-Nov-2021 kn

Add gpiokeys(4) for arm64

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

OK kettenis


# 1.2 07-Nov-2022 patrick

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@


Revision tags: OPENBSD_7_1_BASE OPENBSD_7_2_BASE
# 1.1 09-Nov-2021 kn

Add gpiokeys(4) for arm64

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

OK kettenis