diff options
author | 2016-03-31 12:27:48 +0000 | |
---|---|---|
committer | 2016-03-31 12:27:48 +0000 | |
commit | 670458cc586b9c2f93028ae237d7b5a945792c51 (patch) | |
tree | b0fd3d130f4c51dc26491ddc5d92fb1b2bc5dab8 /sys/dev | |
parent | Don't forget to initialize scope_id. This fixes semarie@ and sthen@'s (diff) | |
download | wireguard-openbsd-670458cc586b9c2f93028ae237d7b5a945792c51.tar.xz wireguard-openbsd-670458cc586b9c2f93028ae237d7b5a945792c51.zip |
Add Aruba CP210x for the integrated "Aruba Networks USB to UART Bridge
Controller" that is found in HP Aruba 7xxx wireless controllers.
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 3ba04c933a1..5eb31abfe70 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.662 2016/01/08 09:31:32 mpi Exp $ +$OpenBSD: usbdevs,v 1.663 2016/03/31 12:27:48 reyk Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -623,6 +623,7 @@ vendor ARDUINO 0x2341 Arduino SA vendor TPLINK 0x2357 TP-Link vendor WMR 0x2405 West Mountain Radio vendor TRIPPLITE 0x2478 Tripp-Lite +vendor ARUBA 0x2626 Aruba vendor NHJ 0x2770 NHJ vendor ASUSTEK 0x2821 ASUSTeK Computer vendor PLANEX 0x2c02 Planex Communications @@ -1000,6 +1001,9 @@ product ARDUINO LEONARDO 0x8036 Leonardo /* Arkmicro products */ product ARKMICRO ARK3116 0x0232 ARK3116 Serial +/* Aruba products */ +product ARUBA CP210X 0xea60 CP210x Serial + /* Asahi Optical products */ product ASAHIOPTICAL OPTIO230 0x0004 PENTAX Optio230 |