summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2021-11-26usb: max-3421: Use driver data instead of maintaining a list of bound devicesUwe Kleine-König
2021-11-26usb: host: ohci-tmio: check return value after calling platform_get_resource()Yang Yingliang
2021-11-26usb: musb: tusb6010: check return value after calling platform_get_resource()Yang Yingliang
2021-11-26USB: chipidea: fix interrupt deadlockJohan Hovold
2021-11-26usb: gadget: hid: fix error code in do_config()Dan Carpenter
2021-11-26USB: iowarrior: fix control-message timeoutsJohan Hovold
2021-11-26USB: serial: keyspan: fix memleak on probe errorsWang Hai
2021-11-26xhci: Fix USB 3.1 enumeration issues by increasing roothub power-on-good delayMathias Nyman
2021-11-12usb-storage: Add compatibility quirk flags for iODD 2531/2541James Buren
2021-11-12usb: gadget: Mark USB_FSL_QE broken on 64-bitGeert Uytterhoeven
2021-10-27USB: serial: option: add Telit LE910Cx composition 0x1204Daniele Palmas
2021-10-27USB: serial: qcserial: add EM9191 QDL supportAleksander Morgado
2021-10-27xhci: Enable trust tx length quirk for Fresco FL11 USB controllerNikolay Martynov
2021-10-17USB: cdc-acm: fix break reportingJohan Hovold
2021-10-17USB: cdc-acm: fix racy tty buffer accessesJohan Hovold
2021-10-06USB: serial: option: add device id for Foxconn T99W265Slark Xiao
2021-10-06USB: serial: option: remove duplicate USB device IDKrzysztof Kozlowski
2021-10-06USB: serial: option: add Telit LN920 compositionsCarlo Lobrano
2021-10-06USB: serial: mos7840: remove duplicated 0xac24 device IDKrzysztof Kozlowski
2021-10-06USB: serial: cp210x: add ID for GW Instek GDM-834x Digital MultimeterUwe Brandt
2021-10-06usb: musb: tusb6010: uninitialized data in tusb_fifo_write_unaligned()Dan Carpenter
2021-10-06usb: gadget: r8a66597: fix a loop in set_feature()Dan Carpenter
2021-09-22Revert "USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk...Mathias Nyman
2021-09-22usb: gadget: u_ether: fix a potential null pointer dereferenceMaciej Żenczykowski
2021-09-22usb: host: fotg210: fix the actual_length of an iso packetKelly Devilliv
2021-09-22usb: ehci-orion: Handle errors of clk_prepare_enable() in probeEvgeny Novikov
2021-09-22usb: gadget: mv_u3d: request_irq() after initializing UDCNadezda Lutovinova
2021-09-22usb: phy: tahvo: add IRQ checkSergey Shtylyov
2021-09-22usb: host: ohci-tmio: add IRQ checkSergey Shtylyov
2021-09-22usb: phy: twl6030: add IRQ checksSergey Shtylyov
2021-09-22usb: phy: fsl-usb: add IRQ checkSergey Shtylyov
2021-09-22usb: gadget: udc: at91: add IRQ checkSergey Shtylyov
2021-09-22USB: serial: mos7720: improve OOM-handling in read_mos_reg()Tom Rix
2021-09-22usb: phy: isp1301: Fix build warning when CONFIG_OF is disabledJavier Martinez Canillas
2021-09-03USB: serial: option: add new VID/PID to support Fibocom FG150Zhengjun Zhang
2021-09-03Revert "USB: serial: ch341: fix character loss at high transfer rates"Johan Hovold
2021-08-15USB:ehci:fix Kunpeng920 ehci hardware problemLongfang Liu
2021-08-15USB: serial: ftdi_sio: add device ID for Auto-M3 OP-COM v2David Bauer
2021-08-15USB: serial: ch341: fix character loss at high transfer ratesWilly Tarreau
2021-08-15USB: serial: option: add Telit FD980 composition 0x1056Daniele Palmas
2021-07-28USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stickJohn Keeping
2021-07-28USB: serial: cp210x: fix comments for GE CS1000Ian Ray
2021-07-28USB: serial: option: add support for u-blox LARA-R6 familyMarco De Marco
2021-07-28usb: renesas_usbhs: Fix superfluous irqs happen after usb_pkt_pop()Yoshihiro Shimoda
2021-07-28usb: max-3421: Prevent corruption of freed memoryMark Tomlinson
2021-07-28USB: usb-storage: Add LaCie Rugged USB3-FW to IGNORE_UASJulian Sikorski
2021-07-28usb: hub: Disable USB 3 device initiated lpm if exit latency is too highMathias Nyman
2021-07-28xhci: Fix lost USB 2 remote wakeMathias Nyman
2021-07-28Revert "USB: quirks: ignore remote wake-up on Fibocom L850-GL LTE modem"Vincent Palatin
2021-07-20usb: gadget: hid: fix error return code in hid_bind()Yang Yingliang