index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
misc
/
yurex.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-28
USB: yurex: fix control-URB timeout handling
Johan Hovold
1
-0
/
+3
2020-11-23
usb: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2020-08-31
Merge 5.9-rc3 into usb-next
Greg Kroah-Hartman
1
-1
/
+1
2020-08-18
USB: yurex: remove needless check before usb_free_coherent()
Xu Wang
1
-4
/
+2
2020-08-18
USB: yurex: Fix bad gfp argument
Alan Stern
1
-1
/
+1
2020-07-10
usb: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2019-10-10
USB: yurex: fix NULL-derefs on disconnect
Johan Hovold
1
-4
/
+7
2019-10-04
USB: yurex: Don't retry on unexpected errors
Alan Stern
1
-3
/
+4
2019-08-05
usb: yurex: Fix use-after-free in yurex_delete
Suzuki K Poulose
1
-1
/
+1
2019-04-25
USB: yurex: Fix protection fault after device removal
Alan Stern
1
-0
/
+1
2018-09-05
USB: yurex: Check for truncation in yurex_read()
Ben Hutchings
1
-0
/
+3
2018-09-05
USB: yurex: Fix buffer over-read in yurex_write()
Ben Hutchings
1
-2
/
+3
2018-07-06
USB: yurex: fix out-of-bounds uaccess in read handler
Jann Horn
1
-17
/
+6
2017-11-04
USB: misc: Remove redundant license text
Greg Kroah-Hartman
1
-5
/
+0
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
1
-0
/
+1
2017-03-23
USB: yurex: refactor endpoint retrieval
Johan Hovold
1
-11
/
+5
2016-08-30
usb: misc: yurex: don't print on ENOMEM
Wolfram Sang
1
-6
/
+2
2016-08-15
usb: misc: yurex: don't print error when allocating urb fails
Wolfram Sang
1
-6
/
+2
2014-11-04
usb: yurex: fixed sparse warning of incorrect type
Sudip Mukherjee
1
-2
/
+4
2014-09-24
usb: misc: yurex: remove useless casting of private_data
Arjun Sreedharan
1
-4
/
+4
2014-05-28
USB: yurex: fix race between probe() and read()
Oliver Neukum
1
-2
/
+1
2014-01-09
usb: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2014-01-04
USB: yurex: fix spelling mistake in comment
Rahul Bedarkar
1
-1
/
+1
2013-04-29
yurex: don't wank with fasync on ->release()...
Al Viro
1
-2
/
+0
2012-05-02
USB: yurex.c: remove dbg() usage
Greg Kroah-Hartman
1
-5
/
+9
2012-04-23
Merge 3.4-rc4 into usb-next.
Greg Kroah-Hartman
1
-17
/
+23
2012-04-21
USB: yurex.c: remove err() usage
Greg Kroah-Hartman
1
-17
/
+23
2012-04-19
USB: yurex: Fix missing URB_NO_TRANSFER_DMA_MAP flag in urb
Tomoki Sekiyama
1
-1
/
+1
2012-04-19
USB: yurex: Remove allocation of coherent buffer for setup-packet buffer
Tomoki Sekiyama
1
-6
/
+2
2011-11-18
USB: convert drivers/usb/* to use module_usb_driver()
Greg Kroah-Hartman
1
-21
/
+1
2010-11-30
USB: yurex: add .llseek fop to file_operations
Tomoki Sekiyama
1
-0
/
+1
2010-10-22
USB: yurex: fix memory leak and corrupted messages
Tomoki Sekiyama
1
-6
/
+17
2010-10-22
USB: yurex: assign a real minor number to the driver
Greg Kroah-Hartman
1
-2
/
+2
2010-10-22
USB: add driver for Meywa-Denki & Kayac YUREX
Tomoki Sekiyama
1
-0
/
+552