summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ualea.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Crank the timeout and decrease the buffer size to not end up droppingmpi2015-04-171-4/+6
| | | | | | | | | all the entropy provided by the device. Also make sure we match the right endpoint. From Sean Levy based on comments from Andreas Gustafsson who's behind Alea.
* New driver for Araneus Alea II TRNG. All the hardwork has been done bympi2015-04-161-0/+193
Sean Levy, aka attila, <attila + stalphonsos ! com>, thanks! ok deraadt@