udl.4: Consolidate HARDWARE and add HISTORY

Some of the information needed for the HARDWARE section was the entire
DESCRIPTION section, so merge the two. While here, add the HISTORY of
this driver, add "driver" to the document description matching other
drivers, and tag the SPDX license identifier for mechanical parsing.

MFC after:	3 days
This commit is contained in:
Alexander Ziaee
2025-12-23 09:35:37 -05:00
parent f7245a27e8
commit 97fa62708f
+15 -7
View File
@@ -1,3 +1,6 @@
.\"
.\" SPDX-License-Identifier: ISC
.\"
.\" $OpenBSD: udl.4,v 1.20 2012/09/18 17:11:41 jasper Exp $ .\" $OpenBSD: udl.4,v 1.20 2012/09/18 17:11:41 jasper Exp $
.\" .\"
.\" Copyright (c) 2009 Marcus Glocker <mglocker@openbsd.org> .\" Copyright (c) 2009 Marcus Glocker <mglocker@openbsd.org>
@@ -14,12 +17,12 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\" .\"
.Dd September 9, 2023 .Dd December 23, 2025
.Dt UDL 4 .Dt UDL 4
.Os .Os
.Sh NAME .Sh NAME
.Nm udl .Nm udl
.Nd DisplayLink DL-120 / DL-160 USB display devices .Nd DisplayLink DL-120 / DL-160 USB display device driver
.Sh SYNOPSIS .Sh SYNOPSIS
To compile this driver into the kernel, To compile this driver into the kernel,
place the following lines in your place the following lines in your
@@ -35,13 +38,11 @@ module at boot time, place the following line in
.Bd -literal -offset indent .Bd -literal -offset indent
udl_load="YES" udl_load="YES"
.Ed .Ed
.Sh DESCRIPTION .Sh HARDWARE
The The
.Nm .Nm
driver supports USB display devices based on the DisplayLink DL-120 / DL-160 driver supports USB display devices
graphic chip. based on the DisplayLink DL-120 / DL-160 graphic chip, including:
.Sh HARDWARE
The following devices should work:
.Pp .Pp
.Bl -tag -width Ds -offset indent -compact .Bl -tag -width Ds -offset indent -compact
.It Century Corp. Japan Plus One LCD-8000U .It Century Corp. Japan Plus One LCD-8000U
@@ -66,3 +67,10 @@ The following devices should work:
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr usb 4 .Xr usb 4
.Sh HISTORY
The
.Nm
driver appeared in
.Ox 4.6
and
.Fx 11.0 .