aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/class (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds2-4/+2
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann2-4/+2
2019-10-15USB: usblp: fix use-after-free on disconnectJohan Hovold1-1/+3
2019-10-04USB: usblp: fix runtime PM after driver unbindJohan Hovold1-3/+5
2019-09-02Merge 5.3-rc7 into usb-nextGreg Kroah-Hartman2-4/+15
2019-08-28USB: cdc-wdm: fix race between write and disconnect due to flag abuseOliver Neukum1-4/+12
2019-08-21usbtmc: more sanity checking for packet sizeOliver Neukum1-0/+3
2019-08-19Merge 5.3-rc5 into usb-nextGreg Kroah-Hartman1-5/+7
2019-08-15usb: cdc-acm: make sure a refcount is taken early enoughOliver Neukum1-5/+7
2019-08-09USB: usblp: convert to use dev_groupsGreg Kroah-Hartman1-6/+7
2019-08-09USB: usbtmc: convert to use dev_groupsGreg Kroah-Hartman1-10/+3
2019-06-20docs: usb: rename files to .rst and add them to drivers-apiMauro Carvalho Chehab1-1/+1
2019-06-03usb: cdc-wdm: remove redundant assignment to rvColin Ian King1-1/+1
2019-04-29USB: cdc-acm: clean up throttle handlingJohan Hovold2-27/+9
2019-04-29USB: cdc-acm: fix unthrottle racesJohan Hovold1-7/+25
2019-03-28usb: cdc-acm: fix race during wakeup blocking TX trafficRomain Izard1-3/+1
2019-02-19cdc-wdm: pass return value of recover_from_urb_lossYueHaibing1-1/+1
2019-01-22USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman1-0/+1
2019-01-07usb: cdc-acm: send ZLP for Telit 3G Intel based modemsDaniele Palmas1-0/+7
2018-12-20cdc-acm: fix abnormal DATA RX issue for Mediatek Preloader.Macpaul Lin2-0/+11
2018-11-20usb: cdc-acm: add entry for Hiro (Conexant) modemMaarten Jacobs1-0/+3
2018-10-26Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-373/+1210
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-27/+14
2018-10-13cdc-acm: switch to ->[sg]et_serial()Al Viro1-27/+14
2018-10-09cdc-acm: correct counting of UART states in serial state notificationTobias Herzog1-7/+7
2018-10-09cdc-acm: do not reset notification buffer index upon urb unlinkingTobias Herzog1-1/+0
2018-10-09cdc-acm: fix race between reset and control messagingOliver Neukum1-0/+1
2018-10-08Merge 4.19-rc7 into usb-nextGreg Kroah-Hartman1-0/+6
2018-10-01usb: cdc_acm: Do not leak URB buffersRomain Izard1-0/+6
2018-09-30Merge 4.19-rc6 into usb-nextGreg Kroah-Hartman1-1/+1
2018-09-28usb: usbtmc: uninitialized symbol 'actual' in usbtmc_ioctl_abort_bulk_in_tagGuido Kiener1-0/+1
2018-09-28usb: usbtmc: uninitialized symbol 'actual' in usbtmc_ioctl_clearGuido Kiener1-0/+1
2018-09-28usb: usbtmc: uninitialized symbol 'actual' in usbtmc_readGuido Kiener1-0/+1
2018-09-28usb: usbtmc: Fix memory leak in usbtmc_ioctl_requestGuido Kiener1-4/+0
2018-09-20usb: usbtmc: Remove sysfs group TermChar and auto_abortGuido Kiener1-81/+3
2018-09-20usb: usbtmc: Fix split quoted string in debug messageGuido Kiener1-2/+2
2018-09-20usb: usbtmc: Remove redundant macro USBTMC_SIZE_IOBUFFERGuido Kiener1-6/+0
2018-09-20usb: usbtmc: Remove redundant codeGuido Kiener1-17/+8
2018-09-20usb: usbtmc: Add ioctl USBTMC_IOCTL_API_VERSIONGuido Kiener1-0/+9
2018-09-20usb: usbtmc: Replace USBTMC_TIMEOUT macros for control messagesGuido Kiener1-4/+4
2018-09-20usb: usbtmc: Fix ioctl USBTMC_IOCTL_ABORT_BULK_OUTGuido Kiener1-4/+12
2018-09-20usb: usbtmc: Fix ioctl USBTMC_IOCTL_ABORT_BULK_INGuido Kiener1-68/+51
2018-09-20usb: usbtmc: Fix ioctl USBTMC_IOCTL_CLEARGuido Kiener1-28/+18
2018-09-20usb: usbtmc: Optimize usbtmc_readGuido Kiener1-100/+88
2018-09-20usb: usbtmc: Optimize usbtmc_writeGuido Kiener1-64/+106
2018-09-20usb: usbtmc: Add ioctl USBTMC_IOCTL_AUTO_ABORTGuido Kiener1-7/+16
2018-09-20usb: usbtmc: add ioctl USBTMC_IOCTL_MSG_IN_ATTRGuido Kiener1-0/+8
2018-09-20usb: usbtmc: Add ioctl USBTMC488_IOCTL_WAIT_SRQGuido Kiener1-0/+57
2018-09-20usb: usbtmc: Fix suspend/resumeGuido Kiener1-1/+15
2018-09-20usb: usbtmc: Add ioctl USBTMC_IOCTL_CLEANUP_IOGuido Kiener1-0/+19