aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/class (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-28usb: cdc-acm: fix cooldown mechanismJerome Brunet2-9/+6
2020-10-05usb: cdc-acm: add quirk to blacklist ETAS ES58X devicesVincent Mailhol1-0/+11
2020-10-02USB: cdc-wdm: Make wdm_flush() interruptible and add wdm_fsync().Oliver Neukum1-17/+55
2020-09-25USB: cdc-acm: clean up no-union-descriptor handlingJohan Hovold2-28/+15
2020-09-25USB: cdc-acm: use common data-class defineJohan Hovold2-6/+2
2020-09-25USB: cdc-acm: handle broken union descriptorsJohan Hovold1-0/+12
2020-09-25Revert "cdc-acm: hardening against malicious devices"Johan Hovold1-5/+0
2020-09-21Merge 5.0-rc6 into usb-nextGreg Kroah-Hartman1-0/+5
2020-09-17USB: cdc-acm: cleanup of data structuresOliver Neukum2-9/+10
2020-09-17usblp: fix race between disconnect() and read()Oliver Neukum1-0/+5
2020-08-18USB: cdc-acm: rework notification_buffer resizingTom Rix1-12/+10
2020-08-07Merge tag 'media/v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-0/+6
2020-07-15usb: class: cdc-wdm: Provide description for usb_cdc_wdm_register()'s manage_power argLee Jones1-1/+2
2020-07-10usb: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-03usb: class: usbtmc: File headers are not good candidates for kerneldocLee Jones1-1/+1
2020-06-23media: USB: cdc-acm: blacklist IR Droid / IR Toy deviceSean Young1-0/+6
2020-06-18cdc-acm: Add DISABLE_ECHO quirk for Microchip/SMSC chipJoakim Tjernlund1-0/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-2/+2
2020-05-27CDC-ACM: heed quirk also in error handlingOliver Neukum1-1/+1
2020-05-13usblp: poison URBs upon disconnectOliver Neukum1-1/+4
2020-04-16cdc-acm: introduce a cool downOliver Neukum2-3/+32
2020-04-16cdc-acm: close race betrween suspend() and acm_softintOliver Neukum1-3/+3
2020-03-27USB: cdc-acm: restore capability check orderMatthias Reichl1-9/+9
2020-03-17USB: cdc-acm: fix rounding error in TIOCSSERIALAnthony Mallet1-9/+16
2020-03-17USB: cdc-acm: fix close_delay and closing_wait units in TIOCSSERIALAnthony Mallet1-4/+5
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