diff options
author | 2017-08-26 12:45:16 +0000 | |
---|---|---|
committer | 2017-08-26 12:45:16 +0000 | |
commit | f34e5b4b740aaae51090d5e4eedaa341c045101e (patch) | |
tree | e65f3b481563e9b541948bf76e142a9fcd206a72 | |
parent | Don't lose the latest history line & don't crash when shrinking histsize (diff) | |
download | wireguard-openbsd-f34e5b4b740aaae51090d5e4eedaa341c045101e.tar.xz wireguard-openbsd-f34e5b4b740aaae51090d5e4eedaa341c045101e.zip |
Add device ID for Altusmetrum ChaosKey 1.0
OK jasper@
-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 c13bb0cc93e..46811894b25 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.676 2017/08/14 05:50:37 stsp Exp $ +$OpenBSD: usbdevs,v 1.677 2017/08/26 12:45:16 abieber Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -3268,6 +3268,7 @@ product OQO ETHER01 0x8150 model 01 Ethernet * product ID allocations */ product OPENMOKO2 ONERNG 0x6086 Moonbase Otago OneRNG +product OPENMOKO2 CHAOSKEY 0x60c6 Altusmetrum ChaosKey 1.0 /* Oregon Scientific */ product OREGONSCI OWL_CM160 0xca05 OWL CM-160 |