summaryrefslogtreecommitdiff
path: root/drivers/usb/misc
AgeCommit message (Expand)AuthorFilesLines
2019-11-07USB: legousbtower: drop redundant interrupt-in running flagJohan Hovold1-16/+5
2019-11-07USB: legousbtower: drop noisy disconnect messagesJohan Hovold1-2/+0
2019-11-07USB: legousbtower: drop redundant open_count checkJohan Hovold1-8/+0
2019-11-07USB: legousbtower: zero driver data at allocationJohan Hovold1-23/+2
2019-11-07USB: legousbtower: drop redundant NULL checkJohan Hovold1-3/+0
2019-11-07USB: legousbtower: drop redundant MODULE_LICENSE ifdefJohan Hovold1-2/+0
2019-11-07USB: idmouse: clean up runaway white spaceJohan Hovold1-5/+5
2019-11-07USB: idmouse: drop redundant open-count check from releaseJohan Hovold1-6/+0
2019-11-07USB: idmouse: simplify disconnect handlingJohan Hovold1-18/+2
2019-11-04usb: usb251xb: Add support for USB2422Uwe Kleine-König1-0/+12
2019-11-04usb: usb251xb: Drop some unused definesUwe Kleine-König1-5/+0
2019-11-04Merge 5.4-rc6 into usb-nextGreg Kroah-Hartman1-6/+7
2019-10-28USB: ldusb: fix control-message timeoutJohan Hovold1-1/+1
2019-10-28USB: ldusb: use unsigned size format specifiersJohan Hovold1-3/+4
2019-10-28USB: ldusb: fix ring-buffer lockingJohan Hovold1-2/+2
2019-10-27Merge 5.4-rc5 into usb-nextGreg Kroah-Hartman2-16/+14
2019-10-18USB: ldusb: fix read info leaksJohan Hovold1-7/+11
2019-10-15USB: legousbtower: fix a signedness bug in tower_probe()Dan Carpenter1-1/+1
2019-10-15USB: legousbtower: fix memleak on disconnectJohan Hovold1-4/+1
2019-10-15USB: ldusb: fix memleak on disconnectJohan Hovold1-4/+1
2019-10-14Merge 5.4-rc3 into usb-nextGreg Kroah-Hartman11-708/+114
2019-10-10USB: yurex: fix NULL-derefs on disconnectJohan Hovold1-4/+7
2019-10-10USB: iowarrior: use pr_err()Johan Hovold1-1/+1
2019-10-10USB: iowarrior: drop redundant iowarrior mutexJohan Hovold1-12/+1
2019-10-10USB: iowarrior: drop redundant disconnect mutexJohan Hovold1-15/+2
2019-10-10USB: iowarrior: fix use-after-free after driver unbindJohan Hovold1-0/+6
2019-10-10USB: iowarrior: fix use-after-free on releaseJohan Hovold1-1/+2
2019-10-10USB: iowarrior: fix use-after-free on disconnectJohan Hovold1-4/+3
2019-10-10USB: chaoskey: fix use-after-free on releaseJohan Hovold1-2/+3
2019-10-10USB: adutux: fix use-after-free on releaseJohan Hovold1-1/+2
2019-10-10USB: ldusb: fix NULL-derefs on driver unbindJohan Hovold1-12/+12
2019-10-10USB: legousbtower: fix use-after-free on releaseJohan Hovold1-1/+2
2019-10-04usb: usb251xb: add pm_opsMarco Felsch1-0/+24
2019-10-04usb: usb251xb: simplify reset helperMarco Felsch1-8/+7
2019-10-04usb: usb251xb: add vdd supply supportMarco Felsch1-0/+10
2019-10-04usb: ftdi-elan: move a couple of statements to next lineColin Ian King1-2/+4
2019-10-04usb: Fix Kconfig indentationKrzysztof Kozlowski2-5/+5
2019-10-04USB: legousbtower: fix open after failed reset requestJohan Hovold1-2/+2
2019-10-04USB: legousbtower: fix potential NULL-deref on disconnectJohan Hovold1-11/+15
2019-10-04USB: legousbtower: fix deadlock on disconnectJohan Hovold1-17/+2
2019-10-04USB: legousbtower: fix slab info leak at probeJohan Hovold1-2/+4
2019-10-04USB: usblcd: use pr_err()Johan Hovold1-1/+1
2019-10-04USB: usblcd: drop redundant lcd mutexJohan Hovold1-7/+0
2019-10-04USB: usblcd: drop redundant disconnect mutexJohan Hovold1-17/+1
2019-10-04USB: usblcd: fix I/O after disconnectJohan Hovold1-2/+31
2019-10-04USB: yurex: Don't retry on unexpected errorsAlan Stern1-3/+4
2019-10-04USB: adutux: fix NULL-derefs on disconnectJohan Hovold1-6/+10
2019-10-04USB: adutux: fix use-after-free on disconnectJohan Hovold1-3/+4
2019-10-04USB: rio500: Remove Rio 500 kernel driverBastien Nocera4-585/+0
2019-09-03USB: rio500: Fix lockdep violationAlan Stern1-31/+35