index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
misc
/
chaoskey.c
Age
Commit message (
Expand
)
Author
2019-10-10
USB: chaoskey: fix use-after-free on release
Johan Hovold
2018-02-22
USB: chaoskey: Use kasprintf() over strcpy()/strcat()
Kees Cook
2018-01-24
USB: misc: chaoskey: Use true and false for boolean values
Gustavo A. R. Silva
2017-11-04
USB: misc: Remove redundant license text
Greg Kroah-Hartman
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
2017-07-22
USB: misc: remove unneeded MODULE_VERSION() usage
Greg Kroah-Hartman
2017-05-17
USB: chaoskey: fix Alea quirk on big-endian hosts
Johan Hovold
2017-03-23
USB: chaoskey: refactor endpoint retrieval
Johan Hovold
2016-10-24
hwrng: chaoskey - drop workaround for old hwrng core limitation
Julien Cristau
2016-06-07
hwrng: chaoskey - Fix URB warning due to timeout on Alea
Bob Ham
2016-06-07
hwrng: chaoskey - Add support for Araneus Alea I USB RNG
Bob Ham
2016-02-20
usb/misc/chaoskey: introduce an URB for asynchronous reads
Oliver Neukum
2016-02-20
usb/misc/chaoskey: Cleanup probe failure paths
Oliver Neukum
2015-10-04
USB: chaoskey read offset bug
Alexander Inyukhin
2015-04-01
usb: Fix warnings in chaoskey driver
Keith Packard
2015-03-26
usb: Add driver for Altus Metrum ChaosKey device (v2)
Keith Packard