summaryrefslogtreecommitdiff
path: root/drivers/usb/misc
AgeCommit message (Expand)AuthorFilesLines
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-11-12USB: ldusb: use unsigned size format specifiersJohan Hovold1-3/+4
2019-11-06USB: ldusb: fix control-message timeoutJohan Hovold1-1/+1
2019-11-06USB: ldusb: fix ring-buffer lockingJohan Hovold1-2/+2
2019-11-06USB: legousbtower: fix a signedness bug in tower_probe()Dan Carpenter1-1/+1
2019-10-29USB: ldusb: fix read info leaksJohan Hovold1-7/+11
2019-10-29USB: ldusb: fix memleak on disconnectJohan Hovold1-4/+1
2019-10-29USB: legousbtower: fix memleak on disconnectJohan Hovold1-4/+1
2019-10-17USB: legousbtower: fix use-after-free on releaseJohan Hovold1-1/+2
2019-10-17USB: legousbtower: fix open after failed reset requestJohan Hovold1-2/+2
2019-10-17USB: legousbtower: fix potential NULL-deref on disconnectJohan Hovold1-11/+15
2019-10-17USB: legousbtower: fix deadlock on disconnectJohan Hovold1-17/+2
2019-10-17USB: legousbtower: fix slab info leak at probeJohan Hovold1-2/+4
2019-10-17USB: usblcd: fix I/O after disconnectJohan Hovold1-2/+31
2019-10-17USB: ldusb: fix NULL-derefs on driver unbindJohan Hovold1-12/+12
2019-10-17USB: chaoskey: fix use-after-free on releaseJohan Hovold1-2/+3
2019-10-17USB: iowarrior: fix use-after-free after driver unbindJohan Hovold1-0/+6
2019-10-17USB: iowarrior: fix use-after-free on releaseJohan Hovold1-1/+2
2019-10-17USB: iowarrior: fix use-after-free on disconnectJohan Hovold1-4/+3
2019-10-17USB: adutux: fix use-after-free on releaseJohan Hovold1-1/+2
2019-10-17USB: adutux: fix NULL-derefs on disconnectJohan Hovold1-6/+10
2019-10-17USB: adutux: fix use-after-free on disconnectJohan Hovold1-3/+4
2019-10-17USB: yurex: fix NULL-derefs on disconnectJohan Hovold1-4/+7
2019-10-17USB: yurex: Don't retry on unexpected errorsAlan Stern1-3/+4
2019-10-17USB: rio500: Remove Rio 500 kernel driverBastien Nocera4-592/+0
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
2019-07-25usb: usb251xb: Reallow swap-dx-lanes to apply to the upstream portLucas Stach1-6/+7
2019-07-25Revert "usb: usb251xb: Add US port lanes inversion property"Lucas Stach1-2/+0
2019-07-11Merge tag 'usb-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds4-23/+12
2019-06-21usb: clean up some of the computations in adu_readDaniel M German1-9/+7
2019-06-20docs: usb: rename files to .rst and add them to drivers-apiMauro Carvalho Chehab1-1/+1
2019-06-14docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-2/+2
2019-06-10USB: sisusbvga: Remove unneeded variableHariprasad Kelam1-6/+4
2019-06-03usb: ftdi-elan: fix possible condition with no effect (if == else)Hariprasad Kelam1-7/+0
2019-05-21USB: rio500: simplify lockingOliver Neukum1-27/+16
2019-05-21USB: rio500: fix memory leak in close after disconnectOliver Neukum1-2/+15
2019-05-21USB: rio500: refuse more than one device at a timeOliver Neukum1-6/+18
2019-05-21USB: sisusbvga: fix oops in error path of sisusb_probeOliver Neukum1-7/+8
2019-05-14Merge tag 'backlight-next-5.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+0
2019-05-08Merge tag 'usb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-75/+108
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov1-1/+1
2019-05-02usb: usb251xb: Add US port lanes inversion propertySerge Semin1-0/+2
2019-05-02usb: usb251xb: Create a ports field collector methodSerge Semin1-45/+26
2019-04-27usb: usb251xb: Add an empty hub' i2c-bus segment checkerSerge Semin1-0/+7
2019-04-25USB: yurex: Fix protection fault after device removalAlan Stern1-0/+1
2019-04-25usb: usb251xb: Lock i2c-bus segment the hub residesSerge Semin1-0/+55
2019-04-19usb: misc: usb3503: get optional clock by devm_clk_get_optional()Chunfeng Yun1-30/+18