summaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc
Commit message (Expand)AuthorAgeFilesLines
* usb: ftdi-elan: fix memory leak on device disconnectWei Yongjun2022-01-271-0/+1
* USB: iowarrior: fix control-message timeoutsJohan Hovold2021-11-261-6/+2
* USB: trancevibrator: fix control-request directionJohan Hovold2021-06-031-2/+2
* misc/uss720: fix memory leak in uss720_probeDongliang Mu2021-06-031-0/+1
* USB: yurex: fix control-URB timeout handlingJohan Hovold2021-01-121-0/+3
* USB: sisusbvga: Make console support depend on BROKENThomas Gleixner2020-12-291-1/+1
* USB: adutux: fix debuggingOliver Neukum2020-11-101-0/+1
* USB: yurex: Fix bad gfp argumentAlan Stern2020-09-031-1/+1
* USB: lvtest: return proper error code in probeEvgeny Novikov2020-09-031-1/+1
* USB: sisusbvga: Fix a potential UB casued by left shifting a negative valueChangming Liu2020-09-031-1/+1
* usb: usbtest: fix missing kfree(dev->buf) in usbtest_disconnectZqiang2020-07-091-0/+1
* USB: sisusbvga: Change port variable from signed to unsignedChangming Liu2020-05-022-17/+17
* USB: adutux: fix interface sanity checkJohan Hovold2019-12-211-1/+1
* USB: idmouse: fix interface sanity checksJohan Hovold2019-12-211-1/+1
* appledisplay: fix error handling in the scheduled workOliver Neukum2019-11-281-1/+7
* USB: misc: appledisplay: fix backlight update_status return codeMattias Jacobsson2019-11-281-2/+5
* USB: ldusb: fix control-message timeoutJohan Hovold2019-11-061-1/+1
* USB: ldusb: fix ring-buffer lockingJohan Hovold2019-11-061-2/+2
* USB: legousbtower: fix a signedness bug in tower_probe()Dan Carpenter2019-11-061-1/+1
* USB: ldusb: fix read info leaksJohan Hovold2019-10-291-4/+11
* USB: ldusb: fix memleak on disconnectJohan Hovold2019-10-291-4/+1
* USB: legousbtower: fix memleak on disconnectJohan Hovold2019-10-291-4/+1
* USB: legousbtower: fix use-after-free on releaseJohan Hovold2019-10-171-1/+2
* USB: legousbtower: fix open after failed reset requestJohan Hovold2019-10-171-2/+2
* USB: legousbtower: fix potential NULL-deref on disconnectJohan Hovold2019-10-171-11/+15
* USB: legousbtower: fix deadlock on disconnectJohan Hovold2019-10-171-17/+2
* USB: legousbtower: fix slab info leak at probeJohan Hovold2019-10-171-2/+4
* USB: usblcd: fix I/O after disconnectJohan Hovold2019-10-171-2/+31
* USB: ldusb: fix NULL-derefs on driver unbindJohan Hovold2019-10-171-12/+12
* USB: chaoskey: fix use-after-free on releaseJohan Hovold2019-10-171-2/+3
* USB: iowarrior: fix use-after-free after driver unbindJohan Hovold2019-10-171-0/+6
* USB: iowarrior: fix use-after-free on releaseJohan Hovold2019-10-171-1/+2
* USB: iowarrior: fix use-after-free on disconnectJohan Hovold2019-10-171-4/+3
* USB: adutux: fix use-after-free on releaseJohan Hovold2019-10-171-1/+2
* USB: adutux: fix NULL-derefs on disconnectJohan Hovold2019-10-171-6/+10
* USB: adutux: fix use-after-free on disconnectJohan Hovold2019-10-171-3/+4
* USB: adutux: remove redundant variable minorColin Ian King2019-10-171-2/+0
* USB: yurex: fix NULL-derefs on disconnectJohan Hovold2019-10-171-4/+7
* USB: yurex: Don't retry on unexpected errorsAlan Stern2019-10-171-3/+4
* USB: rio500: Remove Rio 500 kernel driverBastien Nocera2019-10-174-626/+0
* usb: yurex: Fix use-after-free in yurex_deleteSuzuki K Poulose2019-08-251-1/+1
* usb: iowarrior: fix deadlock on disconnectOliver Neukum2019-08-251-3/+4
* USB: rio500: fix memory leak in close after disconnectOliver Neukum2019-06-111-2/+15
* USB: rio500: refuse more than one device at a timeOliver Neukum2019-06-111-6/+18
* USB: sisusbvga: fix oops in error path of sisusb_probeOliver Neukum2019-06-111-7/+8
* USB: yurex: Fix protection fault after device removalAlan Stern2019-05-161-0/+1
* usb: appledisplay: Add 27" Apple Cinema DisplayAlexander Theissen2018-12-131-0/+1
* USB: misc: appledisplay: add 20" Apple Cinema DisplayMattias Jacobsson2018-11-271-0/+1
* USB: yurex: Check for truncation in yurex_read()Ben Hutchings2018-10-101-0/+3
* USB: yurex: Fix buffer over-read in yurex_write()Ben Hutchings2018-09-261-2/+3