aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-17USB: misc: iowarrior: add support for the 100 deviceGreg Kroah-Hartman1-2/+7
2020-02-12USB: misc: iowarrior: add support for the 28 and 28L devicesGreg Kroah-Hartman1-2/+13
2020-02-12USB: misc: iowarrior: add support for 2 OEMed devicesGreg Kroah-Hartman1-2/+13
2019-12-30usb: usb3503: Convert to use GPIO descriptorsLinus Walleij1-59/+35
2019-12-10USB: adutux: fix interface sanity checkJohan Hovold1-1/+1
2019-12-10USB: idmouse: fix interface sanity checksJohan Hovold1-1/+1
2019-11-21usb: misc: Fix Kconfig indentationKrzysztof Kozlowski1-9/+9
2019-11-11USB: chaoskey: fix error case of a timeoutOliver Neukum1-3/+21
2019-11-07appledisplay: fix error handling in the scheduled workOliver Neukum1-1/+7
2019-11-07USB: legousbtower: drop superfluous newlinesJohan Hovold1-5/+0
2019-11-07USB: legousbtower: drop superfluous bracketsJohan Hovold1-12/+6
2019-11-07USB: legousbtower: clean up runaway white spaceJohan Hovold1-85/+87
2019-11-07USB: legousbtower: drop redundant endianness commentsJohan Hovold1-3/+3
2019-11-07USB: legousbtower: drop unnecessary packed attributesJohan Hovold1-2/+2
2019-11-07USB: legousbtower: clean up pointer declarations in driver dataJohan Hovold1-8/+8
2019-11-07USB: legousbtower: remove tower_abort_transfers()Johan Hovold1-15/+5
2019-11-07USB: legousbtower: stop interrupt-out URB unconditionallyJohan Hovold1-2/+1
2019-11-07USB: legousbtower: drop redundant interrupt-in running flagJohan Hovold1-16/+5
2019-11-07USB: legousbtower: drop noisy disconnect messagesJohan Hovold1-2/+0
2019-11-07USB: legousbtower: drop redundant open_count checkJohan Hovold1-8/+0
2019-11-07USB: legousbtower: zero driver data at allocationJohan Hovold1-23/+2
2019-11-07USB: legousbtower: drop redundant NULL checkJohan Hovold1-3/+0
2019-11-07USB: legousbtower: drop redundant MODULE_LICENSE ifdefJohan Hovold1-2/+0
2019-11-07USB: idmouse: clean up runaway white spaceJohan Hovold1-5/+5
2019-11-07USB: idmouse: drop redundant open-count check from releaseJohan Hovold1-6/+0
2019-11-07USB: idmouse: simplify disconnect handlingJohan Hovold1-18/+2
2019-11-04usb: usb251xb: Add support for USB2422Uwe Kleine-König1-0/+12
2019-11-04usb: usb251xb: Drop some unused definesUwe Kleine-König1-5/+0
2019-11-04Merge 5.4-rc6 into usb-nextGreg Kroah-Hartman1-6/+7
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-27Merge 5.4-rc5 into usb-nextGreg Kroah-Hartman2-16/+14
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-14Merge 5.4-rc3 into usb-nextGreg Kroah-Hartman11-708/+114
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: usb251xb: add pm_opsMarco Felsch1-0/+24