diff options
author | 2015-04-16 08:55:21 +0000 | |
---|---|---|
committer | 2015-04-16 08:55:21 +0000 | |
commit | 782f1359d7c282354b89084b8fb73a677c552677 (patch) | |
tree | 2fac52ba51d58cddbd27b37fd5f477541d7e5bf3 /sys/dev/usb/files.usb | |
parent | Plug leak of address passed to logging. bz#2373, patch from jjelen at redhat, (diff) | |
download | wireguard-openbsd-782f1359d7c282354b89084b8fb73a677c552677.tar.xz wireguard-openbsd-782f1359d7c282354b89084b8fb73a677c552677.zip |
New driver for Araneus Alea II TRNG. All the hardwork has been done by
Sean Levy, aka attila, <attila + stalphonsos ! com>, thanks!
ok deraadt@
Diffstat (limited to 'sys/dev/usb/files.usb')
-rw-r--r-- | sys/dev/usb/files.usb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/usb/files.usb b/sys/dev/usb/files.usb index 4c270b80ef6..4cbbd8ff3df 100644 --- a/sys/dev/usb/files.usb +++ b/sys/dev/usb/files.usb @@ -1,4 +1,4 @@ -# $OpenBSD: files.usb,v 1.122 2015/04/02 14:24:02 jasper Exp $ +# $OpenBSD: files.usb,v 1.123 2015/04/16 08:55:21 mpi Exp $ # $NetBSD: files.usb,v 1.16 2000/02/14 20:29:54 augustss Exp $ # # Config file and device description for machine-independent USB code. @@ -170,6 +170,11 @@ attach uoakv at uhidbus file dev/usb/uoakv.c uoakv # Misc +# Araneus Alea II TRNG +device ualea +attach ualea at uhub +file dev/usb/ualea.c ualea + # Gude Expert mouseCLOCK DCF77 time signal station receiver device udcf attach udcf at uhub |