aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/yurex.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-05usb: yurex: Fix use-after-free in yurex_deleteSuzuki K Poulose1-1/+1
2019-04-25USB: yurex: Fix protection fault after device removalAlan Stern1-0/+1
2018-09-05USB: yurex: Check for truncation in yurex_read()Ben Hutchings1-0/+3
2018-09-05USB: yurex: Fix buffer over-read in yurex_write()Ben Hutchings1-2/+3
2018-07-06USB: yurex: fix out-of-bounds uaccess in read handlerJann Horn1-17/+6
2017-11-04USB: misc: Remove redundant license textGreg Kroah-Hartman1-5/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-03-23USB: yurex: refactor endpoint retrievalJohan Hovold1-11/+5
2016-08-30usb: misc: yurex: don't print on ENOMEMWolfram Sang1-6/+2
2016-08-15usb: misc: yurex: don't print error when allocating urb failsWolfram Sang1-6/+2
2014-11-03usb: yurex: fixed sparse warning of incorrect typeSudip Mukherjee1-2/+4
2014-09-23usb: misc: yurex: remove useless casting of private_dataArjun Sreedharan1-4/+4
2014-05-27USB: yurex: fix race between probe() and read()Oliver Neukum1-2/+1
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-03USB: yurex: fix spelling mistake in commentRahul Bedarkar1-1/+1
2013-04-29yurex: don't wank with fasync on ->release()...Al Viro1-2/+0
2012-05-01USB: yurex.c: remove dbg() usageGreg Kroah-Hartman1-5/+9
2012-04-22Merge 3.4-rc4 into usb-next.Greg Kroah-Hartman1-17/+23
2012-04-20USB: yurex.c: remove err() usageGreg Kroah-Hartman1-17/+23
2012-04-18USB: yurex: Fix missing URB_NO_TRANSFER_DMA_MAP flag in urbTomoki Sekiyama1-1/+1
2012-04-18USB: yurex: Remove allocation of coherent buffer for setup-packet bufferTomoki Sekiyama1-6/+2
2011-11-18USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman1-21/+1
2010-11-30USB: yurex: add .llseek fop to file_operationsTomoki Sekiyama1-0/+1
2010-10-22USB: yurex: fix memory leak and corrupted messagesTomoki Sekiyama1-6/+17
2010-10-22USB: yurex: assign a real minor number to the driverGreg Kroah-Hartman1-2/+2
2010-10-22USB: add driver for Meywa-Denki & Kayac YUREXTomoki Sekiyama1-0/+552