aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-17USB: iowarrior: fix info ioctl on big-endian hostsJohan Hovold1-1/+1
2017-05-17USB: chaoskey: fix Alea quirk on big-endian hostsJohan Hovold1-1/+1
2017-05-17sisusb_con: fix coccinelle warningJiri Slaby1-1/+1
2017-05-17usb: misc: legousbtower: Fix memory leakMaksim Salau1-0/+1
2017-04-26usb: misc: legousbtower: Fix buffers on stackMaksim Salau1-10/+27
2017-04-08usb: misc: refactor codeGustavo A. R. Silva1-28/+21
2017-04-08usb: misc: add missing continue in switchGustavo A. R. Silva1-0/+1
2017-03-29USB: lvstest: tighten endpoint sanity checkJohan Hovold1-4/+3
2017-03-27Merge 4.11-rc4 into usb-nextGreg Kroah-Hartman3-0/+12
2017-03-23USB: yurex: refactor endpoint retrievalJohan Hovold1-11/+5
2017-03-23USB: uss720: add debug endpoint-type checkJohan Hovold1-4/+6
2017-03-23USB: usblcd: refactor endpoint retrievalJohan Hovold1-29/+18
2017-03-23USB: legousbtower: refactor endpoint retrievalJohan Hovold1-22/+7
2017-03-23USB: ldusb: refactor endpoint retrievalJohan Hovold1-14/+9
2017-03-23USB: iowarrior: refactor endpoint retrievalJohan Hovold1-17/+8
2017-03-23USB: idmouse: refactor endpoint retrievalJohan Hovold1-16/+12
2017-03-23USB: ftdi-elan: refactor endpoint retrievalJohan Hovold1-25/+17
2017-03-23USB: chaoskey: refactor endpoint retrievalJohan Hovold1-12/+10
2017-03-23USB: appledisplay: refactor endpoint retrievalJohan Hovold1-13/+6
2017-03-23USB: adutux: refactor endpoint retrievalJohan Hovold1-23/+8
2017-03-23USB: adutux: fix up error pathsJohan Hovold1-13/+10
2017-03-23USB: adutux: drop redundant sanity checkJohan Hovold1-5/+0
2017-03-17USB: misc: sisusb_con: fix coccinelle warningJiri Slaby1-1/+1
2017-03-17USB: misc: ldusb: changed '*' location to fit coding StyleMilian Reichardt1-10/+10
2017-03-17USB: misc: ldusb: Added Space after ',' to fit the coding styleMilian Reichardt1-1/+1
2017-03-17USB: misc: ldusb: fixed decimal permission coding issueMilian Reichardt1-4/+4
2017-03-17usb: misc: remove unnecessary codeGustavo A. R. Silva1-1/+1
2017-03-16usb: misc: lvs: fix race condition in disconnect handlingOliver Neukum1-0/+1
2017-03-16usb: misc: remove unnecessary codeGustavo A. R. Silva1-1/+1
2017-03-14USB: uss720: fix NULL-deref at probeJohan Hovold1-0/+5
2017-03-14USB: lvtest: fix NULL-deref at probeJohan Hovold1-0/+4
2017-03-14USB: idmouse: fix NULL-deref at probeJohan Hovold1-0/+3
2017-03-09usb: usb251xb: dt: add unit suffix to oc-delay and power-on-timeRichard Leitner1-15/+20
2017-03-09usb: usb251xb: remove max_{power,current}_{sp,bp} propertiesRichard Leitner1-20/+4
2017-03-09USB: iowarrior: fix NULL-deref in writeJohan Hovold1-0/+8
2017-03-09USB: iowarrior: fix NULL-deref at probeJohan Hovold1-6/+7
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar4-1/+4
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan3-8/+8
2017-02-14usb: misc: add USB251xB/xBi Hi-Speed Hub Controller DriverRichard Leitner3-0/+615
2017-02-14usb: misc: usbtest: remove redundant check on retval < 0Colin Ian King1-1/+1
2017-02-08drivers: usb-misc: sisusbvga: remove dead codeGustavo A. R. Silva1-6/+0
2017-02-03usb: misc: adutux: remove redundant error check on copy_to_user return codeColin Ian King1-4/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds4-4/+4
2016-12-13Merge tag 'tty-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-43/+12
2016-12-08usb: misc: rio500: fix result type for error messageKim Jae Joong1-1/+1
2016-11-18Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-3/+3
2016-11-03usb: misc: usbtest: remove unnecessary & operationFelipe Balbi1-1/+1
2016-11-03usb: misc: usbtest: make use of new usb_endpoint_maxp_mult()Felipe Balbi1-2/+2
2016-10-27tty: vgacon+sisusb, move scrolldelta to a common helperJiri Slaby1-35/+2
2016-10-27tty: vt, cleanup and document con_scrollJiri Slaby1-8/+10