#
229381de |
| 11-Oct-2024 |
Graham Percival <gperciva@tarsnap.com> |
manuals: Misc syntax fixes
These were reported by `mandoc -T lint ...` as errors.
The rendered output (in ascii and html) is not affected by this commit.
Signed-off-by: Graham Percival <gperciva@t
manuals: Misc syntax fixes
These were reported by `mandoc -T lint ...` as errors.
The rendered output (in ascii and html) is not affected by this commit.
Signed-off-by: Graham Percival <gperciva@tarsnap.com> Reviewed by: mhorne MFC after: 3 days Sponsored by: Tarsnap Backup Inc. Pull Request: https://github.com/freebsd/freebsd-src/pull/1459
show more ...
|
Revision tags: release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0 |
|
#
fa9896e0 |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
#
f1d955be |
| 06-Aug-2023 |
Vladimir Kondratyev <wulf@FreeBSD.org> |
hidraw(4): Implement HIDRAW_GET_DEVICEINFO ioctl
In commit c77bfaa75051 uhid(4) gained support for ioctl from USB_GET_DEVICEINFO. This is used in libraries like libfido2 to retrieve information abou
hidraw(4): Implement HIDRAW_GET_DEVICEINFO ioctl
In commit c77bfaa75051 uhid(4) gained support for ioctl from USB_GET_DEVICEINFO. This is used in libraries like libfido2 to retrieve information about a device.
This commit adds binary compatible version to hidraw(4).
PR: 264843 MFC after: 1 month Requested by: grembo
show more ...
|
#
12f5f114 |
| 06-Aug-2023 |
Vladimir Kondratyev <wulf@FreeBSD.org> |
hidraw(4): Fix ioctl names in man page.
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0 |
|
#
68445e34 |
| 24-Feb-2022 |
Christian Brueffer <brueffer@FreeBSD.org> |
Fix mdoc macro usage and style in section 4 manpages.
|
Revision tags: release/12.3.0, release/13.0.0, release/12.2.0 |
|
#
94773907 |
| 14-Oct-2020 |
Vladimir Kondratyev <wulf@FreeBSD.org> |
hid: Import hidraw(4) - driver for access to raw HID device data
This driver provides raw access to HID devices through uhid(4)-compatible interface and is based on pre-8.x uhid(4) code. Unlike uhid
hid: Import hidraw(4) - driver for access to raw HID device data
This driver provides raw access to HID devices through uhid(4)-compatible interface and is based on pre-8.x uhid(4) code. Unlike uhid(4) it does not take devices in to monopoly ownership and allows parallel access from other drivers.
hidraw supports Linux's hidraw-compatible interface as well.
Reviewed by: hselasky Differential revision: https://reviews.freebsd.org/D27992
show more ...
|