summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2020-10-29usb: core: Solve race condition in anchor cleanup functionsEli Billauer1-35/+54
2020-10-29usb: ohci: Default to per-port over-current protectionHamish Martin1-6/+10
2020-10-29usb: dwc3: simple: add support for Hikey 970Mauro Carvalho Chehab1-0/+1
2020-10-29USB: cdc-acm: handle broken union descriptorsJohan Hovold1-0/+12
2020-10-29usb: gadget: function: printer: fix use-after-free in __lock_acquireZqiang1-2/+14
2020-10-29usb: dwc3: Add splitdisable quirk for Hisilicon Kirin SocYu Chen2-0/+32
2020-10-29usb: dwc2: Fix INTR OUT transfers in DDMA mode.Minas Harutyunyan1-7/+33
2020-10-29usb: gadget: u_ether: enable qmult on SuperSpeed Plus as wellLorenzo Colitti1-1/+1
2020-10-29usb: gadget: u_serial: clear suspended flag when disconnectingYoshihiro Shimoda1-0/+1
2020-10-29usb: gadget: f_ncm: fix ncm_bitrate for SuperSpeed and above.Lorenzo Colitti1-2/+4
2020-10-29usb: dwc2: Add missing cleanups when usb_add_gadget_udc() failsMartin Blumenstingl1-1/+5
2020-10-29usb: dwc3: core: Properly default unspecified speedThinh Nguyen1-17/+18
2020-10-29usb: dwc2: Fix parameter type in function pointer prototypeNathan Chancellor1-1/+1
2020-10-29xhci: don't create endpoint debugfs entry before ring buffer is set.Mathias Nyman1-2/+1
2020-10-17USB: serial: ftdi_sio: add support for FreeCalypso JTAG+UART adaptersMychaela N. Falconia2-0/+12
2020-10-17USB: serial: pl2303: add device-id for HP GC deviceScott Chen2-0/+2
2020-10-17USB: serial: option: Add Telit FT980-KS compositionLeonid Bloch1-0/+2
2020-10-17USB: serial: option: add Cellient MPL200 cardWilken Gottwalt1-0/+3
2020-10-07usbcore/driver: Accommodate usbipM. Vefa Bicakci1-6/+31
2020-10-07usbcore/driver: Fix incorrect downcastM. Vefa Bicakci1-9/+2
2020-10-07usbcore/driver: Fix specific driver selectionM. Vefa Bicakci1-1/+1
2020-10-07Revert "usbip: Implement a match function to fix usbip"M. Vefa Bicakci1-6/+0
2020-10-07USB: gadget: f_ncm: Fix NDP16 datagram validationBryan O'Donoghue1-28/+2
2020-09-23ehci-hcd: Move include to keep CRC stableQuentin Perret2-1/+1
2020-09-23usb: typec: ucsi: Prevent mode overrunHeikki Krogerus1-6/+16
2020-09-23usb: typec: ucsi: acpi: Increase command completion timeout valueHeikki Krogerus1-1/+1
2020-09-23usblp: fix race between disconnect() and read()Oliver Neukum1-0/+5
2020-09-23USB: UAS: fix disconnect by unplugging a hubOliver Neukum1-2/+12
2020-09-23USB: quirks: Add USB_QUIRK_IGNORE_REMOTE_WAKEUP quirk for BYD zhaoxin notebookPenghao1-0/+4
2020-09-17usb: typec: intel_pmc_mux: Do not configure SBU and HSL Orientation in Altern...Utkarsh Patel1-8/+0
2020-09-17usb: typec: intel_pmc_mux: Do not configure Altmode HPD HighUtkarsh Patel1-4/+0
2020-09-17usb: typec: intel_pmc_mux: Un-register the USB role switchMadhusudanarao Amara1-0/+2
2020-09-17usb: typec: ucsi: acpi: Check the _DEP dependenciesHeikki Krogerus1-0/+4
2020-09-17usb: Fix out of sync data toggle if a configured device is reconfiguredMathias Nyman1-49/+42
2020-09-17USB: serial: option: add support for SIM7070/SIM7080/SIM7090 modulesAleksander Morgado1-0/+2
2020-09-17USB: serial: option: support dynamic Quectel USB compositionsBjørn Mork1-8/+12
2020-09-17USB: serial: ftdi_sio: add IDs for Xsens Mti USB converterPatrick Riphagen2-0/+2
2020-09-17usb: core: fix slab-out-of-bounds Read in read_descriptorsZeng Tao1-0/+5
2020-09-17Revert "usb: dwc3: meson-g12a: fix shared reset control use"Amjad Ouled-Ameur1-9/+6
2020-09-03usb: typec: tcpm: Fix Fix source hard reset response for TDA 2.3.1.1 and TDA ...Badhri Jagan Sridharan1-3/+25
2020-09-03usb: typec: ucsi: Hold con->lock for the entire duration of ucsi_register_port()Hans de Goede2-17/+23
2020-09-03usb: typec: ucsi: Rework ppm_lock handlingHans de Goede1-34/+22
2020-09-03usb: typec: ucsi: Fix 2 unlocked ucsi_run_command callsHans de Goede1-2/+4
2020-09-03usb: typec: ucsi: Fix AB BA lock inversionHans de Goede1-9/+9
2020-09-03USB: Fix device driver raceBastien Nocera1-2/+38
2020-09-03USB: Also match device drivers using the ->match vfuncBastien Nocera1-2/+3
2020-09-03usb: storage: Add unusual_uas entry for Sony PSZ drivesAlan Stern1-0/+7
2020-09-03USB: cdc-acm: rework notification_buffer resizingTom Rix1-12/+10
2020-09-03usb: dwc3: gadget: Handle ZLP for sg requestsThinh Nguyen1-0/+31
2020-09-03usb: dwc3: gadget: Fix handling ZLPThinh Nguyen1-2/+23