diff options
author | 2012-09-18 17:07:53 +0000 | |
---|---|---|
committer | 2012-09-18 17:07:53 +0000 | |
commit | 32f77add7c235dda5d9fb775d7d0ac9282cdc40d (patch) | |
tree | 8e845adfabc290891b62f43df13085f7f47b268c | |
parent | add support for 1366x768 widescreen displays; tested on the Lenovo ThinkVision LT1421. (diff) | |
download | wireguard-openbsd-32f77add7c235dda5d9fb775d7d0ac9282cdc40d.tar.xz wireguard-openbsd-32f77add7c235dda5d9fb775d7d0ac9282cdc40d.zip |
add Lenovo ThinkVision LT1421 (portable displaylink monitor)
-rw-r--r-- | sys/dev/usb/usbdevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index b9ee5342788..7e587f56c4d 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.586 2012/09/17 12:08:49 yuo Exp $ +$OpenBSD: usbdevs,v 1.587 2012/09/18 17:07:53 jasper Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -1465,6 +1465,7 @@ product DISPLAYLINK SWDVI 0x024c SUNWEIT DVI product DISPLAYLINK NBDOCK 0x0215 VideoHome NBdock1920 product DISPLAYLINK LUM70 0x02a9 Lilliput UM-70 product DISPLAYLINK UM7X0 0x401a nanovision MiMo +product DISPLAYLINK LT1421 0x03e0 Lenovo ThinkVision LT1421 product DISPLAYLINK POLARIS2 0x0117 Polaris2 USB dock /* DMI products */ |