aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/class
AgeCommit message (Expand)AuthorFilesLines
2024-04-18Revert "usb: cdc-wdm: close race between read and workqueue"Greg Kroah-Hartman1-5/+1
2024-03-26usb: cdc-wdm: close race between read and workqueueOliver Neukum1-1/+5
2023-12-15usb: cdc-acm: return correct error code on unsupported breakOliver Neukum1-0/+3
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-4/+4
2023-08-22USB: cdc-acm: support flushing write buffers (TCOFLUSH)Simon Arlott1-0/+14
2023-08-22usb: cdc-acm: move ldisc dcd notification outside of acm's read lockDan Drown1-10/+11
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)1-3/+4
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)1-2/+1
2023-08-08usb: cdc-acm: add PPS supportDan Drown1-1/+11
2023-05-13USB: usbtmc: Fix direction for 0-length ioctl control messagesAlan Stern1-0/+2
2023-03-17wwan: core: Support slicing in port TX flow of WWAN subsystemhaozhe chang1-1/+2
2023-01-19tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen1-2/+2
2023-01-19tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen1-1/+1
2022-10-20USB: make devnode() callback in usb_class_driver take a const *Greg Kroah-Hartman1-1/+1
2022-10-07Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2022-09-27usb: cdc-wdm: Use skb_put_data() instead of skb_put/memcpy pairShang XiaoJing1-1/+1
2022-09-05Merge 6.0-rc4 into tty-nextGreg Kroah-Hartman1-0/+3
2022-08-30tty: Make ->set_termios() old ktermios constIlpo Järvinen1-2/+2
2022-08-19USB: cdc-acm: Add Icom PMR F3400 support (0c26:0020)Thierry GUIBERT1-0/+3
2022-07-25USB: cdc-acm: use CDC serial-state definesJohan Hovold2-25/+12
2022-07-25USB: cdc-acm: use CDC control-line definesJohan Hovold2-16/+9
2022-06-29USB: cdc-acm: use define for timeoutOliver Neukum1-1/+1
2022-05-19tty: remove CMSPAR ifdefsIlpo Järvinen1-8/+0
2022-05-05usb: cdc-wdm: fix reading stuck on device closeSergey Ryazanov1-0/+1
2022-03-15usb: usbtmc: Fix bug in pipe direction for control transfersAlan Stern1-3/+10
2021-12-21tty: tty_io: Switch to vmalloc() fallback in case of TTY_NO_WRITE_SPLITAndy Shevchenko1-4/+0
2021-10-11Merge 5.15-rc5 into usb-nextGreg Kroah-Hartman2-3/+11
2021-10-05USB: cdc-acm: fix break reportingJohan Hovold1-0/+3
2021-10-05USB: cdc-acm: fix racy tty buffer accessesJohan Hovold1-0/+5
2021-10-05usb: cdc-wdm: Fix check for WWANRikard Falkeborn1-3/+3
2021-10-05usb: cdc-wdm: Constify static struct wwan_port_opsRikard Falkeborn1-1/+1
2021-09-27Merge 5.15-rc3 into usb-nextGreg Kroah-Hartman2-2/+7
2021-09-21USB: cdc-acm: remove duplicate USB device IDKrzysztof Kozlowski1-1/+0
2021-09-14USB: cdc-acm: fix minor-number releaseJohan Hovold2-2/+7
2021-08-09Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman2-11/+4
2021-07-27USB: usbtmc: Fix RCU stall warningQiang.zhang1-8/+1
2021-07-27tty: drop put_tty_driverJiri Slaby1-3/+3
2021-07-27tty: stop using alloc_tty_driverJiri Slaby1-4/+4
2021-07-21usb: cdc-wdm: fix build error when CONFIG_WWAN_CORE is not setWei Yongjun1-3/+3
2021-07-05Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-2/+8
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-17/+4
2021-06-24USB: cdc-acm: blacklist Heimann USB Appset deviceHannu Hartikainen1-0/+5
2021-06-24usb: class: cdc-wdm: return the correct errno codeJunlin Yang1-2/+3
2021-06-15tty: make use of tty_get_{char,frame}_sizeJiri Slaby1-15/+2
2021-05-31Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman1-8/+22
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+24
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby1-1/+1
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby1-1/+1
2021-05-11usb: class: cdc-wdm: WWAN framework integrationLoic Poulain1-4/+176
2021-05-10cdc-wdm: untangle a circular dependency between callback and softintOliver Neukum1-8/+22
2021-04-22Merge tag 'usb-serial-5.13-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman1-3/+11
2021-04-22USB: CDC-ACM: fix poison/unpoison imbalanceOliver Neukum1-1/+2
2021-04-13USB: cdc-acm: add more Maxlinear/Exar models to ignore listMauro Carvalho Chehab1-3/+11
2021-04-09USB: cdc-acm: fix TIOCGSERIAL implementationJohan Hovold1-2/+1
2021-04-09USB: cdc-acm: fix unprivileged TIOCCSERIALJohan Hovold1-2/+0
2021-04-09Revert "USB: cdc-acm: fix rounding error in TIOCSSERIAL"Johan Hovold1-9/+2
2021-03-23USB: cdc-acm: do not log successful probe on later errorsJohan Hovold1-2/+2
2021-03-23USB: cdc-acm: always claim data interfaceJohan Hovold1-8/+6
2021-03-23USB: cdc-acm: use negation for NULL checksJohan Hovold1-2/+2
2021-03-23USB: cdc-acm: clean up probe error labelsJohan Hovold1-17/+18
2021-03-23USB: cdc-acm: drop redundant driver-data resetJohan Hovold1-1/+0
2021-03-23USB: cdc-acm: drop redundant driver-data assignmentJohan Hovold1-1/+0
2021-03-23USB: cdc-acm: fix use-after-free after probe failureJohan Hovold1-0/+5
2021-03-23USB: cdc-acm: fix double free on probe failureJohan Hovold1-1/+0
2021-03-23USB: cdc-acm: downgrade message to debugOliver Neukum1-1/+2
2021-03-23USB: cdc-acm: untangle a circular dependency between callback and softintOliver Neukum1-16/+32
2021-03-23cdc-acm: fix BREAK rx code path adding necessary callsOliver Neukum1-1/+3
2021-03-10USB: usblp: fix a hang in poll() if disconnectedPete Zaitcev1-4/+12
2021-03-10Goodix Fingerprint device is not a modemYorick de Wid1-0/+5
2021-02-10Merge tag 'usb-serial-5.12-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman1-0/+6
2021-02-08Merge 5.11-rc7 into usb-nextGreg Kroah-Hartman1-8/+11
2021-01-26USB: usblp: don't call usb_set_interface if there's a single altJeremy Figgins1-8/+11
2021-01-21USB: cdc-acm: ignore Exar XR21V141X when serial driver is builtMauro Carvalho Chehab1-0/+6
2021-01-11Merge 5.11-rc3 into usb-nextGreg Kroah-Hartman3-5/+36
2021-01-04USB: usblp: fix DMA to stackJohan Hovold1-2/+19
2020-12-28USB: usbtmc: Bump USBTMC_API_VERSION valueDave Penkler1-1/+1
2020-12-28USB: usbtmc: Add separate USBTMC_IOCTL_GET_SRQ_STBDave Penkler1-0/+31
2020-12-28USB: usbtmc: Add USBTMC_IOCTL_GET_STBDave Penkler1-0/+6
2020-12-28USB: usbtmc: Fix reading stale status byteDave Penkler1-21/+25
2020-12-28USB: cdc-wdm: Fix use after free in service_outstanding_interrupt().Tetsuo Handa1-3/+13
2020-12-28USB: cdc-acm: blacklist another IR Droid deviceSean Young1-0/+4
2020-11-13usb: cdc-acm: Add DISABLE_ECHO for Renesas USB Download modeChris Brandt1-0/+9
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/mch...Linus Torvalds1-0/+6
2020-07-15usb: class: cdc-wdm: Provide description for usb_cdc_wdm_register()'s manage_...Lee 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/gi...Linus 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/gre...Linus Torvalds1-373/+1210
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus 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
2018-09-20usb: usbtmc: Add ioctl USBTMC_IOCTL_CANCEL_IOGuido Kiener1-0/+4
2018-09-20usb: usbtmc: Add ioctl for vendor specific readGuido Kiener1-1/+335
2018-09-20usb: usbtmc: Add ioctl USBTMC_IOCTL_WRITE_RESULTGuido Kiener1-0/+25
2018-09-20usb: usbtmc: Add ioctl for vendor specific writeGuido Kiener1-2/+374
2018-09-20usb: usbtmc: Add ioctl for generic requests on controlGuido Kiener1-0/+69
2018-09-20Revert "usb: cdc-wdm: Fix a sleep-in-atomic-context bug in service_outstandin...Sebastian Andrzej Siewior1-1/+1
2018-09-10Revert "cdc-acm: implement put_char() and flush_chars()"Oliver Neukum2-74/+0
2018-09-05usb: cdc-wdm: Fix a sleep-in-atomic-context bug in service_outstanding_interr...Jia-Ju Bai1-1/+1
2018-07-30Merge 4.18-rc7 into usb-nextGreg Kroah-Hartman1-0/+3
2018-07-24usb: usbtmc: Add support for 32 bit compat applicationsGuido Kiener1-0/+4
2018-07-21usb: usbtmc: Add ioctl for termination characterGuido Kiener1-2/+34
2018-07-21usb: usbtmc: Add ioctl for EOM bitGuido Kiener1-1/+27
2018-07-21usb: usbtmc: Add ioctl for triggerGuido Kiener1-0/+49
2018-07-21usb: usbtmc: Add ioctls to set/get usb timeoutGuido Kiener1-6/+59
2018-07-21usb: usbtmc: use consistent timeout errorGuido Kiener1-1/+1
2018-07-21usb: usbtmc: Support Read Status Byte with SRQ per fileGuido Kiener1-31/+105
2018-07-16usb: cdc_acm: Add quirk for Castles VEGA3000Lubomir Rintel1-0/+3
2018-07-02Merge 4.18-rc3 into usb-nextGreg Kroah-Hartman1-0/+3
2018-06-28usb: cdc-wdm: use irqsave() in USB's complete callbackSebastian Andrzej Siewior1-6/+10
2018-06-28USB: cdc-wdm: don't enable interrupts in USB-givebackSebastian Andrzej Siewior1-7/+24
2018-06-28usb: usblp: use irqsave() in USB's complete callbackSebastian Andrzej Siewior1-4/+6
2018-06-28usb: cdc-acm: use irqsave() in USB's complete callbackSebastian Andrzej Siewior1-2/+3
2018-06-25usb: cdc-acm: Decrement tty port's refcount if probe() failJaejoong Kim1-18/+17
2018-06-25usb: cdc_acm: Add quirk for Uniden UBC125 scannerHouston Yaroschoff1-0/+3
2018-05-18usb: usbtmc: Remove rigol_quirkGuido Kiener1-69/+12
2018-02-16usb: cdc_acm: prevent race at write to acm while system resumesDominik Bozek1-3/+6
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds3-8/+8
2018-02-01Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-9/+12
2018-01-24USB: move many drivers to use DEVICE_ATTR_ROGreg Kroah-Hartman2-8/+8
2018-01-22CDC-ACM: apply quirk for card readerOliver Neukum1-0/+3
2018-01-16USB: cdc-acm: Do not log urb submission errors on disconnectHans de Goede1-1/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro3-6/+6
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds5-43/+6
2017-11-07USB: add SPDX identifiers to all remaining MakefilesGreg Kroah-Hartman1-0/+1
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-0/+1
2017-11-04USB: class: Remove redundant license textGreg Kroah-Hartman3-43/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman4-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-27usb: class: usbtmc: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland1-1/+1
2017-10-17usb: cdc_acm: Add quirk for Elatec TWN3Maksim Salau1-0/+3
2017-09-25USB: cdc-wdm: ignore -EPIPE from GetEncapsulatedResponseBjørn Mork1-1/+3
2017-08-10usb: usbtmc: constify attribute_group structures.Arvind Yadav1-2/+2