summaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/yurex.c
Commit message (Expand)AuthorAgeFilesLines
* usb: yurex: Fix inconsistent locking bug in yurex_read()Harshit Mogalapalli2024-01-021-1/+3
* usb: yurex: Replace snprintf() with the safer scnprintf() variantLee Jones2023-12-151-5/+7
* USB: yurex: fix control-URB timeout handlingJohan Hovold2020-12-281-0/+3
* usb: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-231-0/+1
* Merge 5.9-rc3 into usb-nextGreg Kroah-Hartman2020-08-311-1/+1
|\
| * USB: yurex: Fix bad gfp argumentAlan Stern2020-08-181-1/+1
* | USB: yurex: remove needless check before usb_free_coherent()Xu Wang2020-08-181-4/+2
|/
* usb: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-101-1/+1
* USB: yurex: fix NULL-derefs on disconnectJohan Hovold2019-10-101-4/+7
* USB: yurex: Don't retry on unexpected errorsAlan Stern2019-10-041-3/+4
* usb: yurex: Fix use-after-free in yurex_deleteSuzuki K Poulose2019-08-051-1/+1
* USB: yurex: Fix protection fault after device removalAlan Stern2019-04-251-0/+1
* USB: yurex: Check for truncation in yurex_read()Ben Hutchings2018-09-051-0/+3
* USB: yurex: Fix buffer over-read in yurex_write()Ben Hutchings2018-09-051-2/+3
* USB: yurex: fix out-of-bounds uaccess in read handlerJann Horn2018-07-061-17/+6
* USB: misc: Remove redundant license textGreg Kroah-Hartman2017-11-041-5/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* USB: yurex: refactor endpoint retrievalJohan Hovold2017-03-231-11/+5
* usb: misc: yurex: don't print on ENOMEMWolfram Sang2016-08-301-6/+2
* usb: misc: yurex: don't print error when allocating urb failsWolfram Sang2016-08-151-6/+2
* usb: yurex: fixed sparse warning of incorrect typeSudip Mukherjee2014-11-031-2/+4
* usb: misc: yurex: remove useless casting of private_dataArjun Sreedharan2014-09-231-4/+4
* USB: yurex: fix race between probe() and read()Oliver Neukum2014-05-271-2/+1
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-081-1/+0
* USB: yurex: fix spelling mistake in commentRahul Bedarkar2014-01-031-1/+1
* yurex: don't wank with fasync on ->release()...Al Viro2013-04-291-2/+0
* USB: yurex.c: remove dbg() usageGreg Kroah-Hartman2012-05-011-5/+9
* Merge 3.4-rc4 into usb-next.Greg Kroah-Hartman2012-04-221-17/+23
|\
| * USB: yurex.c: remove err() usageGreg Kroah-Hartman2012-04-201-17/+23
* | USB: yurex: Fix missing URB_NO_TRANSFER_DMA_MAP flag in urbTomoki Sekiyama2012-04-181-1/+1
* | USB: yurex: Remove allocation of coherent buffer for setup-packet bufferTomoki Sekiyama2012-04-181-6/+2
|/
* USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-21/+1
* USB: yurex: add .llseek fop to file_operationsTomoki Sekiyama2010-11-301-0/+1
* USB: yurex: fix memory leak and corrupted messagesTomoki Sekiyama2010-10-221-6/+17
* USB: yurex: assign a real minor number to the driverGreg Kroah-Hartman2010-10-221-2/+2
* USB: add driver for Meywa-Denki & Kayac YUREXTomoki Sekiyama2010-10-221-0/+552