diff options
author | 2016-01-08 09:31:32 +0000 | |
---|---|---|
committer | 2016-01-08 09:31:32 +0000 | |
commit | 4e2359d49ea3da74631a77d996853b8b19fcc637 (patch) | |
tree | 18a860ef7310e4abe49ba8e0b6a91739ae4428f8 | |
parent | Must set MAX_PORTS to 65536, since we assign to (diff) | |
download | wireguard-openbsd-4e2359d49ea3da74631a77d996853b8b19fcc637.tar.xz wireguard-openbsd-4e2359d49ea3da74631a77d996853b8b19fcc637.zip |
OpenMoko OneRNG, from Devin Reade.
-rw-r--r-- | sys/dev/usb/usbdevs | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 81c0de62bee..3ba04c933a1 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.661 2015/11/27 10:58:05 mpi Exp $ +$OpenBSD: usbdevs,v 1.662 2016/01/08 09:31:32 mpi Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -602,6 +602,7 @@ vendor LONGCHEER 0x1c9e Longcheer Technology vendor DRESDENELEC 0x1cf1 Dresden Elektronic vendor DREAMLINK 0x1d34 Dream Link vendor PEGATRON 0x1d4d Pegatron +vendor OPENMOKO2 0x1d50 OpenMoko vendor SELUXIT 0x1d6f Seluxit vendor METAGEEK 0x1dd5 MetaGeek vendor FESTO 0x1e29 Festo @@ -3247,6 +3248,12 @@ product OQO BT01 0x0003 model 01 Bluetooth product OQO ETHER01PLUS 0x7720 model 01+ Ethernet product OQO ETHER01 0x8150 model 01 Ethernet +/* + * OpenMoko permits other open hardware products to use their + * product ID allocations + */ +product OPENMOKO2 ONERNG 0x6086 Moonbase Otago OneRNG + /* Oregon Scientific */ product OREGONSCI OWL_CM160 0xca05 OWL CM-160 |