summaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-08-061-5/+6
|\
| * Merge 5.8-rc6 into tty-nextGreg Kroah-Hartman2020-07-201-0/+1
| |\
| * | vt: use newly defined CUR_* macrosJiri Slaby2020-06-241-1/+1
| * | vc: switch state to boolJiri Slaby2020-06-241-1/+2
| * | vt: introduce enum vc_intensity for intensityJiri Slaby2020-06-241-3/+3
* | | USB: iowarrior: fix up report size handling for some devicesGreg Kroah-Hartman2020-07-271-10/+25
* | | usb: appledisplay: remove needless check before usb_free_coherent()Xu Wang2020-07-211-2/+1
* | | USB: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-211-2/+2
* | | usb: usbtest: reduce stack usage in test_queueBixuan Cui2020-07-211-1/+9
* | | usb: misc: sisusbvga: Move static const tables out to different include fileLee Jones2020-07-153-631/+689
* | | usb: misc: sisusbvga: sisusb_init: Remove genunine unused static const arraysLee Jones2020-07-151-31/+0
* | | USB: sisusbvga: Fix a potential UB casued by left shifting a negative valueChangming Liu2020-07-151-1/+1
* | | usb: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-103-6/+6
* | | usb: misc: legousbtower: Demote function header which is clearly not kerneldocLee Jones2020-07-091-1/+1
* | | usb: misc: legousbtower: Demote obvious misuse of kerneldoc to standard comme...Lee Jones2020-07-091-12/+12
* | | usb: misc: ldusb: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones2020-07-091-12/+12
* | | usb: misc: iowarrior: Demote obvious misuse of kerneldoc to standard comment ...Lee Jones2020-07-091-7/+7
* | | usb: misc: iowarrior: Fix odd corruption issue in the file headerLee Jones2020-07-091-1/+1
* | | usb: misc: adutux: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones2020-07-091-3/+3
* | | Merge 5.8-rc3 into usb-nextGreg Kroah-Hartman2020-06-291-0/+1
|\ \ \ | | |/ | |/|
| * | usb: usbtest: fix missing kfree(dev->buf) in usbtest_disconnectZqiang2020-06-181-0/+1
| |/
* | USB: ch9: add "USB_" prefix in front of TEST definesGreg Kroah-Hartman2020-06-241-4/+4
* | USB: sisusbvga: change char to u8 for sisusb_copy_memoryChangming Liu2020-06-183-9/+9
* | usb: sisusb_con: Use array_size() helper in memcpy()Gustavo A. R. Silva2020-06-181-1/+1
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-142-4/+4
* Merge 5.7-rc3 into usb-nextGreg Kroah-Hartman2020-04-272-17/+17
|\
| * USB: sisusbvga: Change port variable from signed to unsignedChangming Liu2020-04-232-17/+17
* | USB: misc: Use the correct style for SPDX License IdentifierNishad Kamdar2020-04-164-4/+4
|/
* Merge 5.6-rc5 into usb-nextGreg Kroah-Hartman2020-03-101-4/+16
|\
| * usb: usb251xb: fix regulator probe and error handlingMarco Felsch2020-03-041-4/+16
* | Merge 5.6-rc3 into usb-nextGreg Kroah-Hartman2020-02-241-2/+29
|\|
| * USB: misc: iowarrior: add support for the 100 deviceGreg Kroah-Hartman2020-02-171-2/+7
| * USB: misc: iowarrior: add support for the 28 and 28L devicesGreg Kroah-Hartman2020-02-121-2/+13
| * USB: misc: iowarrior: add support for 2 OEMed devicesGreg Kroah-Hartman2020-02-121-2/+13
* | USB: apple-mfi-fastcharge: fix endianess issue in probeOliver Neukum2020-02-131-3/+3
* | USB: Add driver to control USB fast charge for iOS devicesBastien Nocera2020-02-123-0/+248
|/
* usb: usb3503: Convert to use GPIO descriptorsLinus Walleij2019-12-301-59/+35
* USB: adutux: fix interface sanity checkJohan Hovold2019-12-101-1/+1
* USB: idmouse: fix interface sanity checksJohan Hovold2019-12-101-1/+1
* usb: misc: Fix Kconfig indentationKrzysztof Kozlowski2019-11-211-9/+9
* USB: chaoskey: fix error case of a timeoutOliver Neukum2019-11-111-3/+21
* appledisplay: fix error handling in the scheduled workOliver Neukum2019-11-071-1/+7
* USB: legousbtower: drop superfluous newlinesJohan Hovold2019-11-071-5/+0
* USB: legousbtower: drop superfluous bracketsJohan Hovold2019-11-071-12/+6
* USB: legousbtower: clean up runaway white spaceJohan Hovold2019-11-071-85/+87
* USB: legousbtower: drop redundant endianness commentsJohan Hovold2019-11-071-3/+3
* USB: legousbtower: drop unnecessary packed attributesJohan Hovold2019-11-071-2/+2
* USB: legousbtower: clean up pointer declarations in driver dataJohan Hovold2019-11-071-8/+8
* USB: legousbtower: remove tower_abort_transfers()Johan Hovold2019-11-071-15/+5
* USB: legousbtower: stop interrupt-out URB unconditionallyJohan Hovold2019-11-071-2/+1