diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-01-05 19:50:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-01-05 19:50:06 +0000 |
commit | 01bcb6a82fb19aa64a7fcec6e4ca8e8077f68fea (patch) | |
tree | 31c42ac0b5188aeb8b2888e8f4e069d071ce00e3 /sys/dev | |
parent | 03687e4e91e40d9f3841ce7af73eade70be71939 (diff) |
new vertex device; Jakub TuD^Mek
Diffstat (limited to 'sys/dev')
-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 |