summaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc
Commit message (Expand)AuthorAgeFilesLines
* usb: misc: uss720: check for incompatible versions of the Belkin F5U002Alex Henrie2024-07-051-7/+13
* USB: sisusbvga: Add endpoint checksAlan Stern2023-05-301-0/+14
* USB: misc: iowarrior: fix up header size for USB_DEVICE_ID_CODEMERCS_IOW100Greg Kroah-Hartman2023-01-241-1/+1
* usb: idmouse: fix an uninit-value in idmouse_openDongliang Mu2022-10-261-4/+4
* usb: misc: fix improper handling of refcount in uss720_probe()Hangyu Hua2022-05-121-2/+1
* 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-301-1/+1
* USB: adutux: fix debuggingOliver Neukum2020-11-051-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: iowarrior: fix up report size handling for some devicesGreg Kroah-Hartman2020-08-111-10/+25
* usb: usbtest: fix missing kfree(dev->buf) in usbtest_disconnectZqiang2020-07-091-0/+1
* USB: sisusbvga: Change port variable from signed to unsignedChangming Liu2020-04-292-17/+17
* USB: misc: iowarrior: add support for the 100 deviceGreg Kroah-Hartman2020-02-281-2/+7
* USB: misc: iowarrior: add support for the 28 and 28L devicesGreg Kroah-Hartman2020-02-281-2/+13
* USB: misc: iowarrior: add support for 2 OEMed devicesGreg Kroah-Hartman2020-02-281-2/+13
* USB: adutux: fix interface sanity checkJohan Hovold2019-12-171-1/+1
* USB: idmouse: fix interface sanity checksJohan Hovold2019-12-171-1/+1
* appledisplay: fix error handling in the scheduled workOliver Neukum2019-12-011-1/+7
* USB: chaoskey: fix error case of a timeoutOliver Neukum2019-12-011-3/+21
* USB: misc: appledisplay: fix backlight update_status return codeMattias Jacobsson2019-12-011-2/+5
* USB: ldusb: use unsigned size format specifiersJohan Hovold2019-11-121-3/+4
* 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-7/+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: 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-592/+0