diff options
| author | simonb <simonb@NetBSD.org> | 2020-08-18 02:53:01 +0000 |
|---|---|---|
| committer | simonb <simonb@NetBSD.org> | 2020-08-18 02:53:01 +0000 |
| commit | 6a35b3077d65384ecca776d7006d1dbd27cf504b (patch) | |
| tree | a5ea0dbdd4587939946608b5f59470611a7c6179 /sys/dev/usb/usbdevs | |
| parent | 73347317f7193deebbbfdf5a85b0a68a6b54ef43 (diff) | |
Add Moonbase Otago OneRNG Random Number Generator.
Diffstat (limited to 'sys/dev/usb/usbdevs')
| -rw-r--r-- | sys/dev/usb/usbdevs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 63b0d758451..d2db04d91d0 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$NetBSD: usbdevs,v 1.784 2020/07/04 08:05:26 ryoon Exp $ +$NetBSD: usbdevs,v 1.785 2020/08/18 02:53:01 simonb Exp $ /*- * Copyright (c) 1998-2004 The NetBSD Foundation, Inc. @@ -2649,6 +2649,8 @@ product PEGATRON RT3072 0x0011 RT3072 /* Future Bits products */ product FUTUREBITS 4PI 0x6019 4Pi reprap +/* Moonbase Otago share vendor ID with Future Bits products */ +product FUTUREBITS ONERNG 0x6086 OneRNG Random Number Generator /* Pen Driver */ product PEN USBDISKPRO 0x0120 USB Disk Pro |
