summaryrefslogtreecommitdiff
path: root/drivers/usb/misc
AgeCommit message (Expand)AuthorFilesLines
2019-02-11usb: appledisplay: Add 27" Apple Cinema DisplayAlexander Theissen1-0/+1
2019-02-11USB: misc: appledisplay: add 20" Apple Cinema DisplayMattias Jacobsson1-0/+1
2018-12-17usb: misc: uss720: Fix two sleep-in-atomic-context bugsJia-Ju Bai1-2/+2
2018-12-17USB: yurex: Fix buffer over-read in yurex_write()Ben Hutchings1-2/+3
2018-11-20usb: misc: usb3503: Update error code in print messageTushar Behera1-1/+2
2018-09-26USB: yurex: fix out-of-bounds uaccess in read handlerJann Horn1-17/+6
2018-06-17usb: ldusb: add PIDs for new CASSY devices supported by this driverKarsten Koop1-0/+6
2018-03-03usb: misc: usb3503: make sure reset is low for at least 100usStefan Agner1-0/+2
2017-11-11usb: usbtest: fix NULL pointer dereferenceAlan Stern1-2/+3
2017-09-15USB: iowarrior: fix info ioctl on big-endian hostsJohan Hovold1-1/+1
2017-08-26usb: misc: legousbtower: Fix memory leakMaksim Salau1-0/+1
2017-08-26usb: misc: legousbtower: Fix buffers on stackMaksim Salau1-10/+27
2017-07-18USB: uss720: fix NULL-deref at probeJohan Hovold1-0/+5
2017-07-18USB: idmouse: fix NULL-deref at probeJohan Hovold1-0/+3
2017-07-18USB: iowarrior: fix NULL-deref in writeJohan Hovold1-0/+8
2017-06-05USB: iowarrior: fix NULL-deref at probeJohan Hovold1-6/+7
2017-06-05usb: misc: adutux: remove redundant error check on copy_to_user return codeColin Ian King1-4/+0
2017-02-23usb: misc: legousbtower: Fix NULL pointer deferenceGreg Kroah-Hartman1-18/+17
2016-11-20usb: misc: usbtest: add fix for driver hangLu Baolu1-3/+4
2016-03-29USB: iowarrior: fix oops with malicious USB descriptorsJosh Boyer1-0/+6
2015-02-04USB: adutux: NULL dereferences on disconnectDan Carpenter1-5/+0
2014-10-06USB: sisusb: add device id for Magic Control USB videoStephen Hemminger1-0/+1
2014-06-18USB: usbtest: add a timeout for scatter-gather testsAlan Stern1-1/+15
2014-05-28usb: usbtest: add pattern check on pipe in phase of unlink readHuang Rui1-0/+3
2014-05-28usb: usbtest: fix unlink write error with pattern 1Huang Rui1-0/+10
2014-05-28usb: usb5303: add support for reference clock specified in device treeMarek Szyprowski1-2/+57
2014-05-28USB: yurex: fix race between probe() and read()Oliver Neukum1-2/+1
2014-05-28USB: appledisplay: fix race between reading and writing from the deviceOliver Neukum1-3/+10
2014-05-28USB: iowarrior: Convert local dbg macro to dev_dbgJoe Perches1-21/+17
2014-05-28USB: appledisplay: Convert /n to \nJoe Perches1-1/+1
2014-04-25usb: ftdi-elan: Use pr_<level>Joe Perches1-9/+9
2014-04-25usb: ftdi-elan: Coalesce string fragmentJoe Perches1-4/+3
2014-04-25usb: ftdi-elan: Coalesce formatsJoe Perches1-95/+56
2014-04-25usb: ftdi-elan: Convert leading spaces to tabsJoe Perches1-2451/+2451
2014-04-25usb: ftdi-elan: Fix format fragmentsJoe Perches1-4/+4
2014-03-03USB: sisusb: Use static const, fix typoJoe Perches1-4/+6
2014-02-12usb/misc/usbled: Add Riso Kagaku Webmail NotifierChristian Vogel1-0/+34
2014-02-12USB: ELAN: Remove useless "default M" linesPaul Bolle1-1/+0
2014-01-09usb: delete non-required instances of include <linux/init.h>Paul Gortmaker17-17/+0
2014-01-04USB: misc: idmouse: correct spelling mistake in error stringRahul Bedarkar1-1/+1
2014-01-04USB: yurex: fix spelling mistake in commentRahul Bedarkar1-1/+1
2014-01-04USB: iowarrior: fix spelling mistake in commentRahul Bedarkar1-1/+1
2013-12-22Merge tag 'for-usb-next-2013-12-20' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman1-1/+1
2013-12-19drivers: usb: Mark function as static in usbsevseg.cRashika Kheria1-1/+1
2013-12-19usb: usbtest: Always clear halt else further tests will failRoger Quadros1-1/+10
2013-12-19usb: usbtest: Add timetout to simple_io()Roger Quadros1-3/+11
2013-12-18usbtest: Fix BOS control test for USB 2.01 devices.Sarah Sharp1-1/+1
2013-12-09usb: usbtest: update bos test coverage to usb 2.1 deviceHuang Rui1-1/+1
2013-12-09usb: usbtest: fix the bit mask of usb 2.0 extension descriptorHuang Rui1-2/+2
2013-12-09usb: usbtest: add a test case to support bos for queue controlHuang Rui1-1/+10