diff options
author | 2012-01-05 19:50:05 +0000 | |
---|---|---|
committer | 2012-01-05 19:50:05 +0000 | |
commit | 1d02720d23073afab786040ff1476c99edda4471 (patch) | |
tree | 7f44f38f9f40ae3d8c4c622f2c74b1e574b42574 | |
parent | Sync with current kernel state (diff) | |
download | wireguard-openbsd-1d02720d23073afab786040ff1476c99edda4471.tar.xz wireguard-openbsd-1d02720d23073afab786040ff1476c99edda4471.zip |
new vertex device; Jakub TuD^Mek
-rw-r--r-- | sys/dev/usb/usbdevs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 123b1be86fb..31e8ad0e348 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.567 2011/12/01 22:49:26 dhill Exp $ +$OpenBSD: usbdevs,v 1.568 2012/01/05 19:50:05 deraadt Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -573,6 +573,7 @@ vendor PEGATRON 0x1d4d Pegatron vendor METAGEEK 0x1dd5 MetaGeek vendor MODACOM 0x1eb8 Modacom vendor AIRTIES 0x1eda AirTies +vendor VERTEX 0x1fe7 Vertex Wireless Co., Ltd. vendor DLINK 0x2001 D-Link vendor PLANEX2 0x2019 Planex Communications vendor ENCORE 0x203d Encore @@ -3858,6 +3859,9 @@ product USI MC60 0x10c5 MC60 Serial /* Velleman products */ product VELLEMAN K8055 0x5500 K8055 USB Experiment interface board +/* Vertex Wireless products */ +product VERTEX VW110L 0x0100 VW110L + /* Moxa products */ product MOXA UPORT1110 0x1110 UPort 1110 |