aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-28USB: usblcd: Remove the superfluous breakJing Xiangfeng1-1/+0
2020-08-18USB: yurex: remove needless check before usb_free_coherent()Xu Wang1-4/+2
2020-08-18USB: lvtest: return proper error code in probeEvgeny Novikov1-1/+1
2020-08-18USB: yurex: Fix bad gfp argumentAlan Stern1-1/+1
2020-08-06Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-5/+6
2020-07-27USB: iowarrior: fix up report size handling for some devicesGreg Kroah-Hartman1-10/+25
2020-07-21usb: appledisplay: remove needless check before usb_free_coherent()Xu Wang1-2/+1
2020-07-21USB: Replace HTTP links with HTTPS onesAlexander A. Klimov1-2/+2
2020-07-21usb: usbtest: reduce stack usage in test_queueBixuan Cui1-1/+9
2020-07-20Merge 5.8-rc6 into tty-nextGreg Kroah-Hartman1-0/+1
2020-07-15usb: misc: sisusbvga: Move static const tables out to different include fileLee Jones3-631/+689
2020-07-15usb: misc: sisusbvga: sisusb_init: Remove genunine unused static const arraysLee Jones1-31/+0
2020-07-15USB: sisusbvga: Fix a potential UB casued by left shifting a negative valueChangming Liu1-1/+1
2020-07-10usb: Use fallthrough pseudo-keywordGustavo A. R. Silva3-6/+6
2020-07-09usb: misc: legousbtower: Demote function header which is clearly not kerneldocLee Jones1-1/+1
2020-07-09usb: misc: legousbtower: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones1-12/+12
2020-07-09usb: misc: ldusb: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones1-12/+12
2020-07-09usb: misc: iowarrior: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones1-7/+7
2020-07-09usb: misc: iowarrior: Fix odd corruption issue in the file headerLee Jones1-1/+1
2020-07-09usb: misc: adutux: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones1-3/+3
2020-06-29Merge 5.8-rc3 into usb-nextGreg Kroah-Hartman1-0/+1
2020-06-24vt: use newly defined CUR_* macrosJiri Slaby1-1/+1
2020-06-24vc: switch state to boolJiri Slaby1-1/+2
2020-06-24vt: introduce enum vc_intensity for intensityJiri Slaby1-3/+3
2020-06-24USB: ch9: add "USB_" prefix in front of TEST definesGreg Kroah-Hartman1-4/+4
2020-06-18usb: usbtest: fix missing kfree(dev->buf) in usbtest_disconnectZqiang1-0/+1
2020-06-18USB: sisusbvga: change char to u8 for sisusb_copy_memoryChangming Liu3-9/+9
2020-06-18usb: sisusb_con: Use array_size() helper in memcpy()Gustavo A. R. Silva1-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2-4/+4
2020-04-27Merge 5.7-rc3 into usb-nextGreg Kroah-Hartman2-17/+17
2020-04-23USB: sisusbvga: Change port variable from signed to unsignedChangming Liu2-17/+17
2020-04-16USB: misc: Use the correct style for SPDX License IdentifierNishad Kamdar4-4/+4
2020-03-10Merge 5.6-rc5 into usb-nextGreg Kroah-Hartman1-4/+16
2020-03-04usb: usb251xb: fix regulator probe and error handlingMarco Felsch1-4/+16
2020-02-24Merge 5.6-rc3 into usb-nextGreg Kroah-Hartman1-2/+29
2020-02-17USB: misc: iowarrior: add support for the 100 deviceGreg Kroah-Hartman1-2/+7
2020-02-13USB: apple-mfi-fastcharge: fix endianess issue in probeOliver Neukum1-3/+3
2020-02-12USB: Add driver to control USB fast charge for iOS devicesBastien Nocera3-0/+248
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