summaryrefslogtreecommitdiff
path: root/sys/dev/usb/urng.c
AgeCommit message (Expand)Author
2018-07-09sprinkle comments and rename iface to match its use to ctl_iface_idxJasper Lievisse Adriaanse
2018-04-28replace add_*_randomness with enqueue_randomness()Jasper Lievisse Adriaanse
2017-09-12- sprinkle variable name and printf tweaksJasper Lievisse Adriaanse
2017-09-10- call usbd_deactivate() rather than simply returning in case of errorsJasper Lievisse Adriaanse
2017-09-05explicitly clear the output pipeJasper Lievisse Adriaanse
2017-08-30Use endpoint 5 for chaoskey, it should have been 5 from the start, thisAaron Bieber
2017-08-29add _MEASURE_RATE bits from uonerng(4)Jasper Lievisse Adriaanse
2017-08-29rename sc_pipe to sc_outpipe to indicate it's direction as there'll come anJasper Lievisse Adriaanse
2017-08-28Add urng(4) which supports various USB RNG devices. Instead of adding oneJasper Lievisse Adriaanse