From f791b4a37742bfbdd6d029d3286b3990d6dd0b98 Mon Sep 17 00:00:00 2001 From: kettenis Date: Mon, 1 Nov 2021 09:21:24 +0000 Subject: [PATCH] aplhidev(4), aplkbd(4) and aplms(4) --- share/man/man4/man4.arm64/Makefile | 7 ++-- share/man/man4/man4.arm64/aplhidev.4 | 50 ++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+), 3 deletions(-) create mode 100644 share/man/man4/man4.arm64/aplhidev.4 diff --git a/share/man/man4/man4.arm64/Makefile b/share/man/man4/man4.arm64/Makefile index 64be0ea4a72..57e0fd13726 100644 --- a/share/man/man4/man4.arm64/Makefile +++ b/share/man/man4/man4.arm64/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.18 2021/10/31 17:47:06 kettenis Exp $ +# $OpenBSD: Makefile,v 1.19 2021/11/01 09:21:24 kettenis Exp $ -MAN= agtimer.4 ampintc.4 apldart.4 apldog.4 aplintc.4 aplns.4 aplpcie.4 \ - aplpinctrl.4 aplpmu.4 aplspi.4 aplspmi.4 apm.4 efi.4 intro.4 smbios.4 +MAN= agtimer.4 ampintc.4 apldart.4 apldog.4 aplhidev.4 aplintc.4 aplns.4 \ + aplpcie.4 aplpinctrl.4 aplpmu.4 aplspi.4 aplspmi.4 apm.4 \ + efi.4 intro.4 smbios.4 MANSUBDIR=arm64 diff --git a/share/man/man4/man4.arm64/aplhidev.4 b/share/man/man4/man4.arm64/aplhidev.4 new file mode 100644 index 00000000000..42751a5737d --- /dev/null +++ b/share/man/man4/man4.arm64/aplhidev.4 @@ -0,0 +1,50 @@ +.\" $OpenBSD: aplhidev.4,v 1.1 2021/11/01 09:21:24 kettenis Exp $ +.\" +.\" Copyright (c) 2021 Mark Kettenis +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: November 1 2021 $ +.Dt APLHIDEV 4 +.Os +.Sh NAME +.Nm aplhidev , +.Nm aplkbd , +.Nm aplms +.Nd Apple HID over SPI support +.Sh SYNOPSIS +.Cd "aplhidev* at spi?" +.Cd "aplkbd* at aplhidev?" +.Cd "wskbd* at aplkbd? mux 1" +.Cd "aplms* at aplhidev?" +.Cd "wsmouse* at aplms? mux 0" +.Sh DESCRIPTION +The +.Nm +driver provides support for Human Interface Devices (HID) on +Serial Peripheral Interface (SPI) buses on Apple Silicon Macs. +.Sh SEE ALSO +.Xr aplspi 4, +.Xr intro 4, +.Xr wskbd 4, +.Xr wsmouse 4 +.Sh HISTORY +The +.Nm +device driver first appeared in +.Ox 7.1 . +.Sh AUTHORS +The +.Nm +driver was written by +.An Mark Kettenis Aq Mt kettenis@openbsd.org . -- 2.20.1