summaryrefslogtreecommitdiff
path: root/drivers/usb/misc
AgeCommit message (Expand)AuthorFilesLines
2026-07-24usb: iowarrior: remove inherent race with minor numberOliver Neukum1-14/+3
2026-07-24USB: misc: uss720: unregister parport on probe failureMyeonghun Pak1-1/+4
2026-07-24USB: legousbtower: fix use-after-free on disconnect raceJohan Hovold1-18/+19
2026-07-24USB: iowarrior: fix use-after-free on disconnectJohan Hovold1-1/+3
2026-07-24USB: ldusb: fix use-after-free on disconnect raceJohan Hovold1-20/+18
2026-07-24USB: idmouse: fix use-after-free on disconnect raceJohan Hovold1-23/+22
2026-07-24USB: chaoskey: Fix slab-use-after-free in chaoskey_release()Alan Stern1-1/+0
2026-04-18usb: misc: uss720: properly clean up reference in uss720_probe()Greg Kroah-Hartman1-1/+1
2026-04-18usb: yurex: fix race in probeOliver Neukum1-1/+1
2026-01-19usb: chaoskey: fix locking for O_NONBLOCKOliver Neukum1-3/+13
2025-08-28usb: misc: apple-mfi-fastcharge: Make power supply names uniqueCharalampos Mitrodimas1-3/+21
2024-12-14USB: chaoskey: Fix possible deadlock chaoskey_list_lockEdward Adam Davis1-2/+2
2024-12-14USB: chaoskey: fail open after removalOliver Neukum1-11/+24
2024-12-14usb: yurex: make waiting on yurex_write interruptibleOliver Neukum2-5/+4
2024-12-14usb: using mutex lock and supporting O_NONBLOCK flag in iowarrior_read()Jeongjun Park1-10/+36
2024-10-17Revert "usb: yurex: Replace snprintf() with the safer scnprintf() variant"Oliver Neukum1-11/+8
2024-10-17usb: yurex: Fix inconsistent locking bug in yurex_read()Harshit Mogalapalli1-1/+3
2024-10-17USB: misc: yurex: fix race between read and writeOliver Neukum1-4/+6
2024-10-17usb: yurex: Replace snprintf() with the safer scnprintf() variantLee Jones1-5/+7
2024-10-17USB: misc: cypress_cy7c63: check for short transferOliver Neukum1-0/+4
2024-10-17USB: appledisplay: close race between probe and completion handlerOliver Neukum1-4/+11
2024-07-05usb: misc: uss720: check for incompatible versions of the Belkin F5U002Alex Henrie1-7/+13
2023-05-30USB: sisusbvga: Add endpoint checksAlan Stern1-0/+14
2023-01-24USB: misc: iowarrior: fix up header size for USB_DEVICE_ID_CODEMERCS_IOW100Greg Kroah-Hartman1-1/+1
2022-10-26usb: idmouse: fix an uninit-value in idmouse_openDongliang Mu1-4/+4
2022-05-09usb: misc: fix improper handling of refcount in uss720_probe()Hangyu Hua1-2/+1
2022-01-27usb: ftdi-elan: fix memory leak on device disconnectWei Yongjun1-0/+1
2021-11-18USB: iowarrior: fix control-message timeoutsJohan Hovold1-6/+2
2021-08-13usb: misc: brcmstb-usb-pinmap: add IRQ checkSergey Shtylyov1-0/+2
2021-08-05usb: misc: adutux: use swap()Salah Triki1-4/+1
2021-06-24usb: ftdi-elan: remove redundant continue statement in a while-loopColin Ian King1-1/+0
2021-06-18Revert "USB: misc: Add onboard_usb_hub driver"Greg Kroah-Hartman3-515/+0
2021-06-15USB: misc: Add onboard_usb_hub driverMatthias Kaehlcke3-0/+515
2021-06-09usb: misc: brcmstb-usb-pinmap: check return value after calling platform_get_...Yang Yingliang1-0/+2
2021-05-21USB: trancevibrator: fix control-request directionJohan Hovold1-2/+2
2021-05-21misc/uss720: fix memory leak in uss720_probeDongliang Mu1-0/+1
2021-04-22usb: misc: adutux: fix whitespace coding style issueMalte Deiseroth1-3/+3
2021-03-28usb: misc: usbsevseg: update to use usb_control_msg_send()Anant Thazhemadam1-43/+17
2021-03-28usb: misc: ezusb: update to use usb_control_msg_send()Anant Thazhemadam1-14/+2
2021-03-28usb: misc: ehset: update to use the usb_control_msg_{send|recv}() APIAnant Thazhemadam1-44/+32
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-1/+0
2021-02-22Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+5
2021-02-11usb: misc: usb3503: Fix logic in usb3503_init()Michal Simek1-2/+7
2021-01-26usb: usb251xb: Use of_device_get_match_data()Stephen Boyd1-7/+5
2020-12-28USB: yurex: fix control-URB timeout handlingJohan Hovold1-0/+3
2020-12-16Merge tag 'usb-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds8-14/+368
2020-12-08USB: legotower: fix logical error in recent commitAlan Stern1-1/+1
2020-12-04USB: apple-mfi-fastcharge: Fix use after free in probeDan Carpenter1-1/+3
2020-11-23usb: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-11-18USB: apple-mfi-fastcharge: Fix kfree after failed kzallocLucas Tanure1-11/+4