summaryrefslogtreecommitdiff
path: root/crypto.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-15curve: curve25519_encode/curve25519_decode: simplify crypto transformsDaniel Borkmann1-0/+4
2013-06-11curve: move selftest to own fileDaniel Borkmann1-0/+4
2013-06-04keypair: Add routines to generate and verify a keypairDaniel Borkmann1-0/+1
2013-06-04crypto: add crypto header with includes and definesDaniel Borkmann1-0/+19
oid'>576b380e34175adb1b6f9c0ec5008eb69c64f722 parentcc50dc28da9109d585416595fc23ebb2171f3b2f (diff)
usb: gadget: f_fs: Fix wrong check on reserved1 of OS_DESC_EXT_COMPAT
Current __ffs_data_do_os_desc() of f_fs.c will check reserved1 field of OS_DESC_EXT_COMPAT and return -EINVAL if it's 1. But MS OS 1.0 Descriptors http://msdn.microsoft.com/en-us/library/windows/hardware/gg463179.aspx defines that field to be 1. Signed-off-by: Jim Lin <jilin@nvidia.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Diffstat