FreeBSD Bugzilla – Attachment 158028 Details for
Bug 201084
[PATCH] Add USB product id for i-tec USB 2.0 Docking Station
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch to add usb product id and change man page
2015-06-24_patch_itec_usb20dock.txt (text/plain), 1.51 KB, created by
Matthias Petermann
on 2015-06-23 23:01:20 UTC
(
hide
)
Description:
patch to add usb product id and change man page
Filename:
MIME Type:
Creator:
Matthias Petermann
Created:
2015-06-23 23:01:20 UTC
Size:
1.51 KB
patch
obsolete
>Index: share/man/man4/udl.4 >=================================================================== >--- share/man/man4/udl.4 (Revision 284740) >+++ share/man/man4/udl.4 (Arbeitskopie) >@@ -62,6 +62,7 @@ > .It Sunweit USB to DVI > .It Unitek Y-2240 USB to DVI > .It VideoHome NBdock1920 >+.It i-tec USB 2.0 Docking Station (USBDVIDOCK) > .El > .Sh SEE ALSO > .Xr usb 4 >Index: sys/dev/usb/usbdevs >=================================================================== >--- sys/dev/usb/usbdevs (Revision 284740) >+++ sys/dev/usb/usbdevs (Arbeitskopie) >@@ -1678,6 +1678,7 @@ > product DISPLAYLINK LT1421 0x03e0 Lenovo ThinkVision LT1421 > product DISPLAYLINK POLARIS2 0x0117 Polaris2 USB dock > product DISPLAYLINK PLUGABLE 0x0377 Plugable docking station >+product DISPLAYLINK ITEC 0x02e9 i-tec USB 2.0 Docking Station > > /* DMI products */ > product DMI CFSM_RW 0xa109 CF/SM Reader/Writer >Index: sys/dev/usb/video/udl.c >=================================================================== >--- sys/dev/usb/video/udl.c (Revision 284740) >+++ sys/dev/usb/video/udl.c (Arbeitskopie) >@@ -177,7 +177,8 @@ > {USB_VPI(USB_VENDOR_DISPLAYLINK, USB_PRODUCT_DISPLAYLINK_PLUGABLE, DL160)}, > {USB_VPI(USB_VENDOR_DISPLAYLINK, USB_PRODUCT_DISPLAYLINK_LUM70, DL125)}, > {USB_VPI(USB_VENDOR_DISPLAYLINK, USB_PRODUCT_DISPLAYLINK_POLARIS2, DLUNK)}, >- {USB_VPI(USB_VENDOR_DISPLAYLINK, USB_PRODUCT_DISPLAYLINK_LT1421, DLUNK)} >+ {USB_VPI(USB_VENDOR_DISPLAYLINK, USB_PRODUCT_DISPLAYLINK_LT1421, DLUNK)}, >+ {USB_VPI(USB_VENDOR_DISPLAYLINK, USB_PRODUCT_DISPLAYLINK_ITEC, DL165)}, > }; > > static void
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 201084
: 158028