summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/urng.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sprinkle comments and rename iface to match its use to ctl_iface_idxjasper2018-07-091-5/+8
* replace add_*_randomness with enqueue_randomness()jasper2018-04-281-2/+2
* - sprinkle variable name and printf tweaksjasper2017-09-121-10/+12
* - call usbd_deactivate() rather than simply returning in case of errorsjasper2017-09-101-19/+27
* explicitly clear the output pipejasper2017-09-051-2/+4
* Use endpoint 5 for chaoskey, it should have been 5 from the start, thisabieber2017-08-301-7/+13
* add _MEASURE_RATE bits from uonerng(4)jasper2017-08-291-1/+47
* rename sc_pipe to sc_outpipe to indicate it's direction as there'll come anjasper2017-08-291-6/+6
* Add urng(4) which supports various USB RNG devices. Instead of adding onejasper2017-08-281-0/+237