Page MenuHomeFreeBSD

D41798.id.diff
No OneTemporary

D41798.id.diff

diff --git a//usr/src/share/man/man4/udl.4.orig b//usr/src/share/man/man4/udl.4
--- a//usr/src/share/man/man4/udl.4.orig
+++ b//usr/src/share/man/man4/udl.4
@@ -19,13 +19,14 @@
.Os
.Sh NAME
.Nm udl
-.Nd DisplayLink DL-120 / DL-160 USB display devices
+.Nd DisplayLink DL-120 / DL-160 / DL-195 USB display devices
.Sh SYNOPSIS
To compile this driver into the kernel,
-place the following line in your
+place the following lines in your
kernel configuration file:
.Bd -ragged -offset indent
.Cd "device udl"
+.Cd "device videomode"
.Ed
.Pp
Alternatively, to load the driver as a
@@ -37,8 +38,8 @@
.Sh DESCRIPTION
The
.Nm
-driver supports USB display devices based on the DisplayLink DL-120 / DL-160
-graphic chip.
+driver supports USB display devices based on the DisplayLink DL-120 / DL-160 / DL-195
+graphic chips.
.Sh HARDWARE
The following devices should work:
.Pp
@@ -62,6 +63,7 @@
.It Unitek Y-2240 USB to DVI
.It VideoHome NBdock1920
.It i-tec USB 2.0 Docking Station (USBDVIDOCK)
+.It SIIG USB 2.0 DVI/VGA Pro
.El
.Sh SEE ALSO
.Xr usb 4
diff --git a//usr/src/sys/dev/usb/usbdevs.orig b//usr/src/sys/dev/usb/usbdevs
--- a//usr/src/sys/dev/usb/usbdevs.orig
+++ b//usr/src/sys/dev/usb/usbdevs
@@ -1807,6 +1807,7 @@
product DISPLAYLINK M01061 0x01e2 Lenovo DVI
product DISPLAYLINK SWDVI 0x024c SUNWEIT DVI
product DISPLAYLINK NBDOCK 0x0215 VideoHome NBdock1920
+product DISPLAYLINK AN2440D3 0x028f SIIG USB 2.0 DVI/VGA Pro
product DISPLAYLINK LUM70 0x02a9 Lilliput UM-70
product DISPLAYLINK DVI_19 0x0360 USB to DVI-19
product DISPLAYLINK UM7X0 0x401a nanovision MiMo
diff --git a//usr/src/sys/dev/usb/video/udl.c.orig b//usr/src/sys/dev/usb/video/udl.c
--- a//usr/src/sys/dev/usb/video/udl.c.orig
+++ b//usr/src/sys/dev/usb/video/udl.c
@@ -178,6 +178,7 @@
{USB_VPI(USB_VENDOR_DISPLAYLINK, USB_PRODUCT_DISPLAYLINK_LT1421, DLUNK)},
{USB_VPI(USB_VENDOR_DISPLAYLINK, USB_PRODUCT_DISPLAYLINK_ITEC, DL165)},
{USB_VPI(USB_VENDOR_DISPLAYLINK, USB_PRODUCT_DISPLAYLINK_DVI_19, DL165)},
+ {USB_VPI(USB_VENDOR_DISPLAYLINK, USB_PRODUCT_DISPLAYLINK_AN2440D3, DL195)},
};
static void

File Metadata

Mime Type
text/plain
Expires
Wed, May 20, 10:54 PM (2 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33361082
Default Alt Text
D41798.id.diff (2 KB)

Event Timeline