summaryrefslogtreecommitdiff
path: root/drivers/usb/misc
AgeCommit message (Expand)AuthorFilesLines
2020-07-09usb: usbtest: fix missing kfree(dev->buf) in usbtest_disconnectZqiang1-0/+1
2020-04-29USB: sisusbvga: Change port variable from signed to unsignedChangming Liu2-17/+17
2020-02-28USB: misc: iowarrior: add support for the 100 deviceGreg Kroah-Hartman1-2/+7
2020-02-28USB: misc: iowarrior: add support for the 28 and 28L devicesGreg Kroah-Hartman1-2/+13
2020-02-28USB: misc: iowarrior: add support for 2 OEMed devicesGreg Kroah-Hartman1-2/+13
2019-12-17USB: adutux: fix interface sanity checkJohan Hovold1-1/+1
2019-12-17USB: idmouse: fix interface sanity checksJohan Hovold1-1/+1
2019-11-29appledisplay: fix error handling in the scheduled workOliver Neukum1-1/+7
2019-11-29USB: chaoskey: fix error case of a timeoutOliver Neukum1-3/+21
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-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-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: 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
2019-09-03USB: rio500: simplify lockingOliver Neukum1-27/+16
2019-08-12Merge 5.3-rc4 into usb-nextGreg Kroah-Hartman3-20/+32
2019-08-09USB: usbsevseg: convert to use dev_groupsGreg Kroah-Hartman1-14/+3
2019-08-09USB: trancevibrator: convert to use dev_groupsGreg Kroah-Hartman1-8/+7
2019-08-09USB: cytherm: convert to use dev_groupsGreg Kroah-Hartman1-45/+19
2019-08-09USB: cypress_cy7c63: convert to use dev_groupsGreg Kroah-Hartman1-21/+8
2019-08-09USB: lvstest: convert to use dev_groupsGreg Kroah-Hartman1-15/+4
2019-08-08usb: iowarrior: fix deadlock on disconnectOliver Neukum1-3/+4
2019-08-08Revert "USB: rio500: simplify locking"Oliver Neukum1-16/+27
2019-08-05usb: yurex: Fix use-after-free in yurex_deleteSuzuki K Poulose1-1/+1