summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2021-04-07usb: dwc2: Prevent core suspend when port connection flag is 0Artur Petrosyan1-1/+2
2021-04-07usb: dwc2: Fix HPRT0.PrtSusp bit setting for HiKey 960 board.Artur Petrosyan1-1/+1
2021-04-07usb: gadget: udc: amd5536udc_pci fix null-ptr-dereferenceTong Zhang1-5/+5
2021-04-07USB: cdc-acm: fix use-after-free after probe failureJohan Hovold1-0/+5
2021-04-07USB: cdc-acm: fix double free on probe failureJohan Hovold1-1/+0
2021-04-07USB: cdc-acm: downgrade message to debugOliver Neukum1-1/+2
2021-04-07USB: cdc-acm: untangle a circular dependency between callback and softintOliver Neukum1-16/+32
2021-04-07cdc-acm: fix BREAK rx code path adding necessary callsOliver Neukum1-1/+3
2021-04-07usb: xhci-mtk: fix broken streams issue on 0.96 xHCIChunfeng Yun1-1/+9
2021-04-07usb: musb: Fix suspend with devices connected for a64Tony Lindgren1-4/+8
2021-04-07USB: quirks: ignore remote wake-up on Fibocom L850-GL LTE modemVincent Palatin1-0/+4
2021-04-07usbip: vhci_hcd fix shift out-of-bounds in vhci_hub_control()Shuah Khan1-0/+2
2021-03-24usb: typec: tcpm: Invoke power_supply_changed for tcpm-source-psy-Badhri Jagan Sridharan1-1/+7
2021-03-24usb: gadget: configfs: Fix KASAN use-after-freeJim Lin1-4/+10
2021-03-24USB: replace hardcode maximum usb string length by definitionMacpaul Lin3-5/+5
2021-03-24usbip: Fix incorrect double assignment to udc->ud.tcp_rxColin Ian King1-1/+1
2021-03-24usb-storage: Add quirk to defeat Kindle's automatic unloadAlan Stern2-0/+19
2021-03-17usbip: fix vudc usbip_sockfd_store races leading to gpfShuah Khan1-8/+34
2021-03-17usbip: fix vhci_hcd attach_store() races leading to gpfShuah Khan1-4/+25
2021-03-17usbip: fix stub_dev usbip_sockfd_store() races leading to gpfShuah Khan1-7/+25
2021-03-17usbip: fix vudc to check for stream socketShuah Khan1-0/+9
2021-03-17usbip: fix vhci_hcd to check for stream socketShuah Khan1-1/+9
2021-03-17usbip: fix stub_dev to check for stream socketShuah Khan1-1/+11
2021-03-17USB: serial: cp210x: add some more GE USB IDsSebastian Reichel1-0/+2
2021-03-17USB: serial: cp210x: add ID for Acuity Brands nLight Air AdapterKaran Singhal1-0/+1
2021-03-17USB: serial: ch341: add new Product IDNiv Sardi1-0/+1
2021-03-17USB: serial: io_edgeport: fix memory leak in edge_startupPavel Skripkin1-10/+16
2021-03-17xhci: Fix repeated xhci wake after suspend due to uncleared internal wake stateMathias Nyman1-32/+30
2021-03-17usb: xhci: Fix ASMedia ASM1042A and ASM3242 DMA addressingForest Crossman1-2/+6
2021-03-17xhci: Improve detection of device initiated wake signal.Mathias Nyman1-3/+13
2021-03-17usb: xhci: do not perform Soft Retry for some xHCI hostsStanislaw Gruszka3-1/+8
2021-03-17usb: renesas_usbhs: Clear PIPECFG for re-enabling pipe with other EPNUMYoshihiro Shimoda1-0/+2
2021-03-17USB: usblp: fix a hang in poll() if disconnectedPete Zaitcev1-4/+12
2021-03-17usb: dwc3: qcom: Honor wakeup enabled/disabled stateMatthias Kaehlcke1-2/+5
2021-03-17usb: dwc3: qcom: Add missing DWC3 OF node refcount decrementSerge Semin1-3/+6
2021-03-17usb: gadget: f_uac1: stop playback on function disableRuslan Bilovol1-0/+1
2021-03-17usb: gadget: f_uac2: always increase endpoint max_packet_size by one audio slotRuslan Bilovol1-1/+1
2021-03-17USB: gadget: u_ether: Fix a configfs return codeDan Carpenter1-3/+2
2021-03-17Goodix Fingerprint device is not a modemYorick de Wid1-0/+5
2021-03-04USB: serial: mos7720: fix error code in mos7720_write()Dan Carpenter1-1/+3
2021-03-04USB: serial: mos7840: fix error code in mos7840_write()Dan Carpenter1-1/+3
2021-03-04USB: serial: ftdi_sio: fix FTX sub-integer prescalerJohan Hovold1-2/+3
2021-03-04usb: dwc3: gadget: Fix dep->interval for fullspeed interruptThinh Nguyen1-1/+6
2021-03-04usb: dwc3: gadget: Fix setting of DEPCFG.bInterval_m1Thinh Nguyen1-1/+11
2021-03-04usb: musb: Fix runtime PM race in musb_queue_resume_workPaul Cercueil1-14/+17
2021-03-04USB: serial: option: update interface mapping for ZTE P685MLech Perczak1-1/+2
2021-03-04usb: dwc2: Make "trimming xfer length" a debug messageGuenter Roeck1-1/+1
2021-03-04usb: dwc2: Abort transaction after errors with unknown reasonGuenter Roeck1-0/+12
2021-03-04usb: dwc2: Do not update data length if it is 0 on inbound transfersGuenter Roeck1-7/+8
2021-03-04usb: gadget: u_audio: Free requests only after callbackJack Pham1-3/+14