summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc2: gadget: don't reset gadget's driver->busMarek Szyprowski2022-06-141-1/+0
* USB: hcd-pci: Fully suspend across freeze/thaw cycleEvan Green2022-06-141-2/+2
* drivers: usb: host: Fix deadlock in oxu_bus_suspend()Duoming Zhou2022-06-141-0/+2
* USB: host: isp116x: check return value after calling platform_get_resource()Zhen Ni2022-06-141-2/+4
* usb: dwc3: pci: Fix pm_runtime_get_sync() error checkingZheng Yongjun2022-06-141-1/+1
* usb: musb: Fix missing of_node_put() in omap2430_probeMiaoqian Lin2022-06-141-0/+1
* USB: storage: karma: fix rio_karma_init returnLin Ma2022-06-141-7/+8
* usb: usbip: add missing device lock on tweak configuration cmdNiels Dossche2022-06-141-0/+2
* usb: usbip: fix a refcount leak in stub_probe()Hangyu Hua2022-06-141-1/+1
* usb: core: hcd: Add support for deferring roothub registrationKishon Vijay Abraham I2022-06-141-6/+23
* USB: new quirk for Dell Gen 2 devicesMonish Kumar R2022-06-141-0/+3
* USB: serial: option: add Quectel BG95 modemCarl Yin(殷张成)2022-06-141-0/+2
* USB: serial: option: add Fibocom MA510 modemSven Schwermer2022-05-181-0/+2
* USB: serial: option: add Fibocom L610 modemSven Schwermer2022-05-181-0/+2
* USB: serial: qcserial: add support for Sierra Wireless EM7590Ethan Yang2022-05-181-0/+2
* USB: serial: pl2303: add device id for HP LM930 DisplayScott Chen2022-05-182-0/+2
* usb: typec: tcpci: Don't skip cleanup in .remove() on errorUwe Kleine-König2022-05-181-1/+1
* usb: cdc-wdm: fix reading stuck on device closeSergey Ryazanov2022-05-181-0/+1
* USB: Fix xhci event ring dequeue pointer ERDP update issueWeitao Wang2022-05-091-0/+2
* usb: dwc3: gadget: Return proper request statusThinh Nguyen2022-05-091-1/+30
* usb: dwc3: core: Fix tx/rx threshold settingsThinh Nguyen2022-05-091-4/+4
* usb: gadget: configfs: clear deactivation flag in configfs_composite_unbind()Vijayavardhan Vennapusa2022-05-091-0/+2
* usb: gadget: uvc: Fix crash when encoding data for usb requestDan Vacura2022-05-091-0/+2
* usb: typec: ucsi: Fix role swappingHeikki Krogerus2022-05-091-7/+13
* usb: misc: fix improper handling of refcount in uss720_probe()Hangyu Hua2022-05-091-2/+1
* xhci: increase usb U3 -> U0 link resume timeout from 100ms to 500msMathias Nyman2022-05-091-1/+1
* xhci: stop polling roothubs after shutdownHenry Lin2022-05-091-0/+11
* USB: serial: option: add Telit 0x1057, 0x1058, 0x1075 compositionsDaniele Palmas2022-05-091-0/+6
* USB: serial: option: add support for Cinterion MV32-WA/MV32-WBSlark Xiao2022-05-091-0/+6
* USB: serial: cp210x: add PIDs for Kamstrup USB Meter ReaderBruno Thomsen2022-05-091-0/+2
* USB: serial: whiteheat: fix heap overflow in WHITEHEAT_GET_DTR_RTSKees Cook2022-05-091-3/+2
* USB: quirks: add STRING quirk for VCOM deviceOliver Neukum2022-05-091-0/+3
* USB: quirks: add a Realtek card readerOliver Neukum2022-05-091-0/+3
* usb: mtu3: fix USB 3.0 dual-role-switch from device to hostMacpaul Lin2022-05-091-4/+2
* usb: dwc3: omap: fix "unbalanced disables for smps10_out1" on omap5evmH. Nikolaus Schaller2022-04-151-1/+1
* usb: ehci: add pci device support for Aspeed platformsNeal Liu2022-04-151-0/+9
* USB: storage: ums-realtek: fix error code in rts51x_read_mem()Dan Carpenter2022-04-151-1/+1
* xhci: fix uninitialized string returned by xhci_decode_ctrl_ctx()Anssi Hannula2022-04-151-0/+2
* xhci: make xhci_handshake timeout for xhci_reset() adjustableMathias Nyman2022-04-154-15/+16
* xhci: fix runtime PM imbalance in USB2 resumeHenry Lin2022-04-151-0/+3
* USB: usb-storage: Fix use of bitfields for hardware data in ene_ub6250.cAlan Stern2022-04-151-79/+76
* USB: serial: simple: add Nokia phone driverJohan Hovold2022-04-152-0/+8
* USB: serial: pl2303: add IBM device IDsEddie James2022-04-152-0/+4
* usb: usbtmc: Fix bug in pipe direction for control transfersAlan Stern2022-03-231-3/+10
* usb: gadget: Fix use-after-free bug by not setting udc->dev.driverAlan Stern2022-03-231-3/+0
* usb: gadget: rndis: prevent integer overflow in rndis_set_response()Dan Carpenter2022-03-231-0/+1
* usb: gadget: clear related members when goto failHangyu Hua2022-03-081-2/+5
* usb: gadget: don't release an existing dev->bufHangyu Hua2022-03-081-1/+2
* xhci: Prevent futile URB re-submissions due to incorrect return value.Hongyu Xie2022-03-021-3/+6
* xhci: re-initialize the HC during resume if HCE was setPuma Hsu2022-03-021-6/+13