diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2016-01-08 09:31:33 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2016-01-08 09:31:33 +0000 |
commit | f6bac7a912a0245275f55bd88c5f2ee8ba110d05 (patch) | |
tree | fbff2b2927c83051f8bd652f02cafde92f860561 /sys/dev/usb/usbdevs | |
parent | 2b168b2cfc8b723ced8c029c034d59c6a49e6b7c (diff) |
OpenMoko OneRNG, from Devin Reade.
Diffstat (limited to 'sys/dev/usb/usbdevs')
-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 |