aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/class
AgeCommit message (Expand)Author
2020-09-23usblp: fix race between disconnect() and read()Oliver Neukum
2020-09-03USB: cdc-acm: rework notification_buffer resizingTom Rix
2020-06-30cdc-acm: Add DISABLE_ECHO quirk for Microchip/SMSC chipJoakim Tjernlund
2020-06-24usblp: poison URBs upon disconnectOliver Neukum
2020-06-10CDC-ACM: heed quirk also in error handlingOliver Neukum
2020-04-29cdc-acm: introduce a cool downOliver Neukum
2020-04-29cdc-acm: close race betrween suspend() and acm_softintOliver Neukum
2020-04-01USB: cdc-acm: restore capability check orderMatthias Reichl
2020-03-25USB: cdc-acm: fix rounding error in TIOCSSERIALAnthony Mallet
2020-03-25USB: cdc-acm: fix close_delay and closing_wait units in TIOCSSERIALAnthony Mallet
2019-10-15USB: usblp: fix use-after-free on disconnectJohan Hovold
2019-10-04USB: usblp: fix runtime PM after driver unbindJohan Hovold
2019-09-02Merge 5.3-rc7 into usb-nextGreg Kroah-Hartman
2019-08-28USB: cdc-wdm: fix race between write and disconnect due to flag abuseOliver Neukum
2019-08-21usbtmc: more sanity checking for packet sizeOliver Neukum
2019-08-19Merge 5.3-rc5 into usb-nextGreg Kroah-Hartman
2019-08-15usb: cdc-acm: make sure a refcount is taken early enoughOliver Neukum
2019-08-09USB: usblp: convert to use dev_groupsGreg Kroah-Hartman
2019-08-09USB: usbtmc: convert to use dev_groupsGreg Kroah-Hartman
2019-06-20docs: usb: rename files to .rst and add them to drivers-apiMauro Carvalho Chehab
2019-06-03usb: cdc-wdm: remove redundant assignment to rvColin Ian King
2019-04-29USB: cdc-acm: clean up throttle handlingJohan Hovold
2019-04-29USB: cdc-acm: fix unthrottle racesJohan Hovold
2019-03-28usb: cdc-acm: fix race during wakeup blocking TX trafficRomain Izard
2019-02-19cdc-wdm: pass return value of recover_from_urb_lossYueHaibing
2019-01-22USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman
2019-01-07usb: cdc-acm: send ZLP for Telit 3G Intel based modemsDaniele Palmas
2018-12-20cdc-acm: fix abnormal DATA RX issue for Mediatek Preloader.Macpaul Lin
2018-11-20usb: cdc-acm: add entry for Hiro (Conexant) modemMaarten Jacobs
2018-10-26Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-10-13cdc-acm: switch to ->[sg]et_serial()Al Viro
2018-10-09cdc-acm: correct counting of UART states in serial state notificationTobias Herzog
2018-10-09cdc-acm: do not reset notification buffer index upon urb unlinkingTobias Herzog
2018-10-09cdc-acm: fix race between reset and control messagingOliver Neukum
2018-10-08Merge 4.19-rc7 into usb-nextGreg Kroah-Hartman
2018-10-01usb: cdc_acm: Do not leak URB buffersRomain Izard
2018-09-30Merge 4.19-rc6 into usb-nextGreg Kroah-Hartman
2018-09-28usb: usbtmc: uninitialized symbol 'actual' in usbtmc_ioctl_abort_bulk_in_tagGuido Kiener
2018-09-28usb: usbtmc: uninitialized symbol 'actual' in usbtmc_ioctl_clearGuido Kiener
2018-09-28usb: usbtmc: uninitialized symbol 'actual' in usbtmc_readGuido Kiener
2018-09-28usb: usbtmc: Fix memory leak in usbtmc_ioctl_requestGuido Kiener
2018-09-20usb: usbtmc: Remove sysfs group TermChar and auto_abortGuido Kiener
2018-09-20usb: usbtmc: Fix split quoted string in debug messageGuido Kiener
2018-09-20usb: usbtmc: Remove redundant macro USBTMC_SIZE_IOBUFFERGuido Kiener
2018-09-20usb: usbtmc: Remove redundant codeGuido Kiener
2018-09-20usb: usbtmc: Add ioctl USBTMC_IOCTL_API_VERSIONGuido Kiener
2018-09-20usb: usbtmc: Replace USBTMC_TIMEOUT macros for control messagesGuido Kiener
2018-09-20usb: usbtmc: Fix ioctl USBTMC_IOCTL_ABORT_BULK_OUTGuido Kiener
2018-09-20usb: usbtmc: Fix ioctl USBTMC_IOCTL_ABORT_BULK_INGuido Kiener