aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/misc
AgeCommit message (Expand)AuthorFilesLines
2018-12-05usb: appledisplay: Add 27" Apple Cinema DisplayGravatar Alexander Theissen 1-0/+1
2018-11-07USB: misc: appledisplay: add 20" Apple Cinema DisplayGravatar Mattias Jacobsson 1-0/+1
2018-10-18USB: misc: appledisplay: fix backlight update_status return codeGravatar Mattias Jacobsson 1-2/+5
2018-09-16Merge 4.19-rc4 into usb-nextGravatar Greg Kroah-Hartman 2-4/+8
2018-09-10usb: misc: fix obsolete functionGravatar Ding Xiang 1-1/+3
2018-09-10usb: iowarrior: replace kmalloc with kmalloc_arrayGravatar Gustavo A. R. Silva 1-2/+2
2018-09-05usb: misc: uss720: Fix two sleep-in-atomic-context bugsGravatar Jia-Ju Bai 1-2/+2
2018-09-05USB: yurex: Check for truncation in yurex_read()Gravatar Ben Hutchings 1-0/+3
2018-09-05USB: yurex: Fix buffer over-read in yurex_write()Gravatar Ben Hutchings 1-2/+3
2018-07-16Merge 4.18-rc5 into usb-nextGravatar Greg Kroah-Hartman 1-17/+6
2018-07-13usb-misc: sisusbvga: remove redundant variable modeyGravatar Colin Ian King 1-2/+2
2018-07-13usb: misc: uss720: remove redundant pointer usbdevGravatar Colin Ian King 1-2/+0
2018-07-06USB: yurex: fix out-of-bounds uaccess in read handlerGravatar Jann Horn 1-17/+6
2018-07-06usb: usbtest: use irqsave() in USB's complete callbackGravatar Sebastian Andrzej Siewior 1-4/+6
2018-07-02USB: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+1
2018-06-28usb: legousbtower: use irqsave() in USB's complete callbackGravatar Sebastian Andrzej Siewior 1-2/+3
2018-06-28usb: ldusb: use irqsave() in USB's complete callbackGravatar Sebastian Andrzej Siewior 1-3/+4
2018-06-28usb: iowarrior: remove intr_idx_lockGravatar Sebastian Andrzej Siewior 1-5/+0
2018-06-28usb: adutux: use irqsave() in USB's complete callbackGravatar Sebastian Andrzej Siewior 1-4/+6
2018-06-12treewide: Use array_size() in vmalloc()Gravatar Kees Cook 1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-2/+7
2018-04-29usb-misc: sisusbvga: fix spelling mistake: "asymmeric" -> "asymmetric"Gravatar Colin Ian King 1-1/+1
2018-04-04Merge tag 'tty-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-16/+52
2018-03-20USB: misc: uss720: more vendor/product ID'sGravatar Daniel Gimpelevich 1-1/+6
2018-03-09USB: adutux: Add waiting in transfer abortionGravatar Kirill Kapranov 1-0/+2
2018-03-09usb: usbtest: Remove stack VLA usageGravatar Tobin C. Harding 1-1/+4
2018-03-06USB: adutux: Delete a misleading commentGravatar Kirill Kapranov 1-1/+1
2018-02-27console: Expand dummy functions for CFIGravatar Kees Cook 1-15/+52
2018-02-27console: SisUSB2VGA: Drop dummy con_font_get()Gravatar Kees Cook 1-1/+0
2018-02-26Merge 4.16-rc3 into usb-nextGravatar Greg Kroah-Hartman 1-0/+6
2018-02-22USB: chaoskey: Use kasprintf() over strcpy()/strcat()Gravatar Kees Cook 1-6/+2
2018-02-15usb: ldusb: add PIDs for new CASSY devices supported by this driverGravatar Karsten Koop 1-0/+6
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 3-10/+10
2018-02-01Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 6-56/+107
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-7/+7
2018-01-24USB: misc: fix up some remaining DEVICE_ATTR() usagesGravatar Greg Kroah-Hartman 2-35/+16
2018-01-24USB: move many drivers to use DEVICE_ATTR_RWGravatar Greg Kroah-Hartman 3-18/+18
2018-01-24USB: misc: chaoskey: Use true and false for boolean valuesGravatar Gustavo A. R. Silva 1-3/+3
2018-01-15Merge 4.15-rc8 into usb-nextGravatar Greg Kroah-Hartman 1-0/+2
2018-01-11usb: misc: usb3503: make sure reset is low for at least 100usGravatar Stefan Agner 1-0/+2
2017-12-15usb: usbtest: Add TEST 29, toggle sync, Clear toggle between bulk writesGravatar Mathias Nyman 1-0/+70
2017-11-28the rest of drivers/*: annotate ->poll() instancesGravatar Al Viro 3-7/+7
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 36-246/+166
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-7/+15
2017-11-07USB: add SPDX identifiers to all remaining MakefilesGravatar Greg Kroah-Hartman 1-0/+1
2017-11-07USB: adutux: remove redundant variable minorGravatar Colin Ian King 1-2/+0
2017-11-07usb: core: introduce a new usb_get_std_status() helperGravatar Felipe Balbi 1-4/+4
2017-11-04USB: misc: Remove redundant license textGravatar Greg Kroah-Hartman 25-195/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Gravatar Greg Kroah-Hartman 34-0/+34
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1