summaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/chaoskey.c
Commit message (Expand)AuthorAgeFilesLines
* hwrng: core - treat default_quality as a maximum and default to 1024Jason A. Donenfeld2022-11-181-1/+0
* USB: chaoskey: fix error case of a timeoutOliver Neukum2019-11-111-3/+21
* USB: chaoskey: fix use-after-free on releaseJohan Hovold2019-10-101-2/+3
* USB: chaoskey: Use kasprintf() over strcpy()/strcat()Kees Cook2018-02-221-6/+2
* USB: misc: chaoskey: Use true and false for boolean valuesGustavo A. R. Silva2018-01-241-3/+3
* USB: misc: Remove redundant license textGreg Kroah-Hartman2017-11-041-9/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* USB: misc: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman2017-07-221-2/+0
* USB: chaoskey: fix Alea quirk on big-endian hostsJohan Hovold2017-05-171-1/+1
* USB: chaoskey: refactor endpoint retrievalJohan Hovold2017-03-231-12/+10
* hwrng: chaoskey - drop workaround for old hwrng core limitationJulien Cristau2016-10-241-13/+1
* hwrng: chaoskey - Fix URB warning due to timeout on AleaBob Ham2016-06-071-2/+15
* hwrng: chaoskey - Add support for Araneus Alea I USB RNGBob Ham2016-06-071-0/+4
* usb/misc/chaoskey: introduce an URB for asynchronous readsOliver Neukum2016-02-201-21/+65
* usb/misc/chaoskey: Cleanup probe failure pathsOliver Neukum2016-02-201-18/+18
* USB: chaoskey read offset bugAlexander Inyukhin2015-10-041-1/+1
* usb: Fix warnings in chaoskey driverKeith Packard2015-04-011-2/+4
* usb: Add driver for Altus Metrum ChaosKey device (v2)Keith Packard2015-03-261-0/+530