aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/misc/yurex.c
AgeCommit message (Expand)Author
2020-12-28USB: yurex: fix control-URB timeout handlingJohan Hovold
2020-11-23usb: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-08-31Merge 5.9-rc3 into usb-nextGreg Kroah-Hartman
2020-08-18USB: yurex: remove needless check before usb_free_coherent()Xu Wang
2020-08-18USB: yurex: Fix bad gfp argumentAlan Stern
2020-07-10usb: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-10-10USB: yurex: fix NULL-derefs on disconnectJohan Hovold
2019-10-04USB: yurex: Don't retry on unexpected errorsAlan Stern
2019-08-05usb: yurex: Fix use-after-free in yurex_deleteSuzuki K Poulose
2019-04-25USB: yurex: Fix protection fault after device removalAlan Stern
2018-09-05USB: yurex: Check for truncation in yurex_read()Ben Hutchings
2018-09-05USB: yurex: Fix buffer over-read in yurex_write()Ben Hutchings
2018-07-06USB: yurex: fix out-of-bounds uaccess in read handlerJann Horn
2017-11-04USB: misc: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-03-23USB: yurex: refactor endpoint retrievalJohan Hovold
2016-08-30usb: misc: yurex: don't print on ENOMEMWolfram Sang
2016-08-15usb: misc: yurex: don't print error when allocating urb failsWolfram Sang
2014-11-03usb: yurex: fixed sparse warning of incorrect typeSudip Mukherjee
2014-09-23usb: misc: yurex: remove useless casting of private_dataArjun Sreedharan
2014-05-27USB: yurex: fix race between probe() and read()Oliver Neukum
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-03USB: yurex: fix spelling mistake in commentRahul Bedarkar
2013-04-29yurex: don't wank with fasync on ->release()...Al Viro
2012-05-01USB: yurex.c: remove dbg() usageGreg Kroah-Hartman
2012-04-22Merge 3.4-rc4 into usb-next.Greg Kroah-Hartman
2012-04-20USB: yurex.c: remove err() usageGreg Kroah-Hartman
2012-04-18USB: yurex: Fix missing URB_NO_TRANSFER_DMA_MAP flag in urbTomoki Sekiyama
2012-04-18USB: yurex: Remove allocation of coherent buffer for setup-packet bufferTomoki Sekiyama
2011-11-18USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman
2010-11-30USB: yurex: add .llseek fop to file_operationsTomoki Sekiyama
2010-10-22USB: yurex: fix memory leak and corrupted messagesTomoki Sekiyama
2010-10-22USB: yurex: assign a real minor number to the driverGreg Kroah-Hartman
2010-10-22USB: add driver for Meywa-Denki & Kayac YUREXTomoki Sekiyama