aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/misc/chaoskey.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-11USB: chaoskey: fix error case of a timeoutOliver Neukum1-3/+21
2019-10-10USB: chaoskey: fix use-after-free on releaseJohan Hovold1-2/+3
2018-02-22USB: chaoskey: Use kasprintf() over strcpy()/strcat()Kees Cook1-6/+2
2018-01-24USB: misc: chaoskey: Use true and false for boolean valuesGustavo A. R. Silva1-3/+3
2017-11-04USB: misc: Remove redundant license textGreg Kroah-Hartman1-9/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-07-22USB: misc: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman1-2/+0
2017-05-17USB: chaoskey: fix Alea quirk on big-endian hostsJohan Hovold1-1/+1
2017-03-23USB: chaoskey: refactor endpoint retrievalJohan Hovold1-12/+10
2016-10-24hwrng: chaoskey - drop workaround for old hwrng core limitationJulien Cristau1-13/+1
2016-06-07hwrng: chaoskey - Fix URB warning due to timeout on AleaBob Ham1-2/+15
2016-06-07hwrng: chaoskey - Add support for Araneus Alea I USB RNGBob Ham1-0/+4
2016-02-20usb/misc/chaoskey: introduce an URB for asynchronous readsOliver Neukum1-21/+65
2016-02-20usb/misc/chaoskey: Cleanup probe failure pathsOliver Neukum1-18/+18
2015-10-04USB: chaoskey read offset bugAlexander Inyukhin1-1/+1
2015-04-01usb: Fix warnings in chaoskey driverKeith Packard1-2/+4
2015-03-26usb: Add driver for Altus Metrum ChaosKey device (v2)Keith Packard1-0/+530