aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/class
Commit message (Expand)AuthorAgeFilesLines
* import kernel sourceSiluxsept2025-08-097-0/+6744
* cleanup for new importSiluxsept2025-08-097-6741/+0
* Merge tag 'android-13.0.0_r0.62' into staging/lineage-20_merge-android-13.0.0...Michael Bestas2023-04-111-0/+3
* redbull: import kernel source from correct branch..Siluxsept2022-12-225-55/+150
* redbull: T kernel source squashed importSiluxsept2022-12-225-149/+55
* redbull: sync with LOS sources12.1Siluxsept2022-04-035-55/+149
* Merge android-4.19-stable (4.19.160) into android-msm-pixel-4.19-rvc-ltslucaswei2021-01-274-26/+98
|\
| * usb: cdc-acm: Add DISABLE_ECHO for Renesas USB Download modeChris Brandt2020-11-181-0/+9
| * usb: cdc-acm: fix cooldown mechanismJerome Brunet2020-11-052-9/+6
| * USB: cdc-wdm: Make wdm_flush() interruptible and add wdm_fsync().Oliver Neukum2020-10-301-17/+55
| * usb: cdc-acm: add quirk to blacklist ETAS ES58X devicesVincent Mailhol2020-10-301-0/+11
| * USB: cdc-acm: handle broken union descriptorsJohan Hovold2020-10-301-0/+12
| * usblp: fix race between disconnect() and read()Oliver Neukum2020-09-231-0/+5
* | Merge android-4.19-stable (4.19.145) into android-msm-pixel-4.19-rvc-ltslucaswei2020-12-071-12/+10
|\|
| * USB: cdc-acm: rework notification_buffer resizingTom Rix2020-09-031-12/+10
* | Merge android-4.19-stable (4.19.135) into android-msm-pixel-4.19-rvc-ltslucaswei2020-10-272-2/+7
|\|
| * cdc-acm: Add DISABLE_ECHO quirk for Microchip/SMSC chipJoakim Tjernlund2020-06-301-0/+2
| * usblp: poison URBs upon disconnectOliver Neukum2020-06-251-1/+4
| * CDC-ACM: heed quirk also in error handlingOliver Neukum2020-06-101-1/+1
* | Merge android-4.19-stable (4.19.125) into android-msm-pixel-4.19-rvc-ltslucaswei2020-09-162-6/+35
|\|
| * cdc-acm: introduce a cool downOliver Neukum2020-04-292-3/+32
| * cdc-acm: close race betrween suspend() and acm_softintOliver Neukum2020-04-291-3/+3
* | Merge android-4.19-stable (4.19.115) into android-msm-pixel-4.19-rvc-ltslucaswei2020-08-251-6/+14
|\|
| * USB: cdc-acm: restore capability check orderMatthias Reichl2020-04-021-9/+9
| * USB: cdc-acm: fix rounding error in TIOCSSERIALAnthony Mallet2020-03-251-9/+16
| * USB: cdc-acm: fix close_delay and closing_wait units in TIOCSSERIALAnthony Mallet2020-03-251-4/+5
| * cdc-wdm: pass return value of recover_from_urb_lossYueHaibing2020-01-271-1/+1
* | Merge LA.UM.9.12.R2.10.00.00.685.011 via branch 'qcom-msm-4.19-7250' into and...lucaswei2020-06-151-1/+1
|\ \
| * | Merge android-4.19.110:wq(1984fff) into msm-4.19Ivaylo Georgiev2020-05-281-1/+1
| |/
* | Merge LA.UM.9.12.R1.10.00.00.597.022 via branch 'qcom-msm-4.19-7250' into and...Robin Peng2020-05-301-4/+13
|\|
| * usb: usbtmc: uninitialized symbol 'actual' in usbtmc_ioctl_clearGuido Kiener2019-11-201-0/+1
| * usb: usbtmc: Fix ioctl USBTMC_IOCTL_ABORT_BULK_OUTGuido Kiener2019-11-201-4/+12
* | Merge 'branch LA.UM.8.13.R1.08.00.00.571.037' via branch 'qcom-msm-4.19-7250'...lucaswei2020-05-301-4/+8
|\|
| * USB: usblp: fix use-after-free on disconnectJohan Hovold2019-10-291-1/+3
| * USB: usblp: fix runtime PM after driver unbindJohan Hovold2019-10-171-3/+5
* | Merge branch 'LA.UM.8.13.R1.08.00.00.571.023' via branch 'qcom-msm-4.19-7250'...Alex Hong2019-11-062-9/+19
|\|
| * USB: cdc-wdm: fix race between write and disconnect due to flag abuseOliver Neukum2019-09-061-4/+12
| * usb: cdc-acm: make sure a refcount is taken early enoughOliver Neukum2019-08-251-5/+7
* | USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman2019-10-291-0/+1
|/
* USB: cdc-acm: fix unthrottle racesJohan Hovold2019-05-101-7/+25
* usb: cdc-acm: fix race during wakeup blocking TX trafficRomain Izard2019-04-031-3/+1
* usb: cdc-acm: send ZLP for Telit 3G Intel based modemsDaniele Palmas2019-01-161-0/+7
* cdc-acm: fix abnormal DATA RX issue for Mediatek Preloader.Macpaul Lin2019-01-092-0/+11
* usb: cdc-acm: add entry for Hiro (Conexant) modemMaarten Jacobs2018-11-271-0/+3
* cdc-acm: correct counting of UART states in serial state notificationTobias Herzog2018-10-091-7/+7
* cdc-acm: do not reset notification buffer index upon urb unlinkingTobias Herzog2018-10-091-1/+0
* cdc-acm: fix race between reset and control messagingOliver Neukum2018-10-091-0/+1
* usb: cdc_acm: Do not leak URB buffersRomain Izard2018-10-011-0/+6
* Revert "usb: cdc-wdm: Fix a sleep-in-atomic-context bug in service_outstandin...Sebastian Andrzej Siewior2018-09-201-1/+1
* Revert "cdc-acm: implement put_char() and flush_chars()"Oliver Neukum2018-09-102-74/+0