summaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc
AgeCommit message (Expand)AuthorLines
2019-10-28USB: ldusb: fix control-message timeoutJohan Hovold-1/+1
2019-10-28USB: ldusb: use unsigned size format specifiersJohan Hovold-3/+4
2019-10-28USB: ldusb: fix ring-buffer lockingJohan Hovold-2/+2
2019-10-18USB: ldusb: fix read info leaksJohan Hovold-7/+11
2019-10-15USB: legousbtower: fix a signedness bug in tower_probe()Dan Carpenter-1/+1
2019-10-15USB: legousbtower: fix memleak on disconnectJohan Hovold-4/+1
2019-10-15USB: ldusb: fix memleak on disconnectJohan Hovold-4/+1
2019-10-10USB: yurex: fix NULL-derefs on disconnectJohan Hovold-4/+7
2019-10-10USB: iowarrior: use pr_err()Johan Hovold-1/+1
2019-10-10USB: iowarrior: drop redundant iowarrior mutexJohan Hovold-12/+1
2019-10-10USB: iowarrior: drop redundant disconnect mutexJohan Hovold-15/+2
2019-10-10USB: iowarrior: fix use-after-free after driver unbindJohan Hovold-0/+6
2019-10-10USB: iowarrior: fix use-after-free on releaseJohan Hovold-1/+2
2019-10-10USB: iowarrior: fix use-after-free on disconnectJohan Hovold-4/+3
2019-10-10USB: chaoskey: fix use-after-free on releaseJohan Hovold-2/+3
2019-10-10USB: adutux: fix use-after-free on releaseJohan Hovold-1/+2
2019-10-10USB: ldusb: fix NULL-derefs on driver unbindJohan Hovold-12/+12
2019-10-10USB: legousbtower: fix use-after-free on releaseJohan Hovold-1/+2
2019-10-04USB: legousbtower: fix open after failed reset requestJohan Hovold-2/+2
2019-10-04USB: legousbtower: fix potential NULL-deref on disconnectJohan Hovold-11/+15
2019-10-04USB: legousbtower: fix deadlock on disconnectJohan Hovold-17/+2
2019-10-04USB: legousbtower: fix slab info leak at probeJohan Hovold-2/+4
2019-10-04USB: usblcd: use pr_err()Johan Hovold-1/+1
2019-10-04USB: usblcd: drop redundant lcd mutexJohan Hovold-7/+0
2019-10-04USB: usblcd: drop redundant disconnect mutexJohan Hovold-17/+1
2019-10-04USB: usblcd: fix I/O after disconnectJohan Hovold-2/+31
2019-10-04USB: yurex: Don't retry on unexpected errorsAlan Stern-3/+4
2019-10-04USB: adutux: fix NULL-derefs on disconnectJohan Hovold-6/+10
2019-10-04USB: adutux: fix use-after-free on disconnectJohan Hovold-3/+4
2019-10-04USB: rio500: Remove Rio 500 kernel driverBastien Nocera-585/+0
2019-09-03USB: rio500: Fix lockdep violationAlan Stern-31/+35
2019-09-03USB: rio500: simplify lockingOliver Neukum-27/+16
2019-08-12Merge 5.3-rc4 into usb-nextGreg Kroah-Hartman-20/+32
2019-08-09USB: usbsevseg: convert to use dev_groupsGreg Kroah-Hartman-14/+3
2019-08-09USB: trancevibrator: convert to use dev_groupsGreg Kroah-Hartman-8/+7
2019-08-09USB: cytherm: convert to use dev_groupsGreg Kroah-Hartman-45/+19
2019-08-09USB: cypress_cy7c63: convert to use dev_groupsGreg Kroah-Hartman-21/+8
2019-08-09USB: lvstest: convert to use dev_groupsGreg Kroah-Hartman-15/+4
2019-08-08usb: iowarrior: fix deadlock on disconnectOliver Neukum-3/+4
2019-08-08Revert "USB: rio500: simplify locking"Oliver Neukum-16/+27
2019-08-05usb: yurex: Fix use-after-free in yurex_deleteSuzuki K Poulose-1/+1
2019-07-25usb: usb251xb: Reallow swap-dx-lanes to apply to the upstream portLucas Stach-6/+7
2019-07-25Revert "usb: usb251xb: Add US port lanes inversion property"Lucas Stach-2/+0
2019-07-11Merge tag 'usb-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-23/+12
2019-06-21usb: clean up some of the computations in adu_readDaniel M German-9/+7
2019-06-20docs: usb: rename files to .rst and add them to drivers-apiMauro Carvalho Chehab-1/+1
2019-06-14docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab-2/+2
2019-06-10USB: sisusbvga: Remove unneeded variableHariprasad Kelam-6/+4
2019-06-03usb: ftdi-elan: fix possible condition with no effect (if == else)Hariprasad Kelam-7/+0
2019-05-21USB: rio500: simplify lockingOliver Neukum-27/+16