summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2022-07-21usb: dwc3: gadget: Fix event pending checkThinh Nguyen1-1/+3
2022-07-21USB: serial: ftdi_sio: add Belimo device idsLucien Buchmann2-0/+9
2022-07-21xhci: make xhci_handshake timeout for xhci_reset() adjustableMathias Nyman4-15/+16
2022-07-21xhci: bail out early if driver can't accress host in resumeMathias Nyman1-1/+3
2022-07-02usb: chipidea: udc: check request status before setting device addressXu Yang1-0/+3
2022-07-02USB: serial: option: add Quectel RM500K module supportMacpaul Lin1-0/+2
2022-07-02USB: serial: option: add Quectel EM05-G modemYonglin Tan1-0/+3
2022-07-02USB: serial: option: add Telit LE910Cx 0x1250 compositionCarlo Lobrano1-0/+1
2022-06-25usb: gadget: u_ether: fix regression in setting fixed MAC addressMarian Postevca1-2/+9
2022-06-25usb: gadget: lpc32xx_udc: Fix refcount leak in lpc32xx_udc_probeMiaoqian Lin1-0/+1
2022-06-25usb: dwc2: Fix memory leak in dwc2_hcd_initMiaoqian Lin1-1/+1
2022-06-25USB: serial: io_ti: add Agilent E5805A supportRobert Eckelmann2-0/+3
2022-06-25USB: serial: option: add support for Cinterion MV31 with new baselineSlark Xiao1-0/+6
2022-06-14usb: dwc2: gadget: don't reset gadget's driver->busMarek Szyprowski1-1/+0
2022-06-14USB: hcd-pci: Fully suspend across freeze/thaw cycleEvan Green1-2/+2
2022-06-14drivers: usb: host: Fix deadlock in oxu_bus_suspend()Duoming Zhou1-0/+2
2022-06-14USB: host: isp116x: check return value after calling platform_get_resource()Zhen Ni1-2/+4
2022-06-14USB: storage: karma: fix rio_karma_init returnLin Ma1-7/+8
2022-06-14usb: usbip: add missing device lock on tweak configuration cmdNiels Dossche1-0/+2
2022-06-14usb: usbip: fix a refcount leak in stub_probe()Hangyu Hua1-1/+1
2022-06-14USB: new quirk for Dell Gen 2 devicesMonish Kumar R1-0/+3
2022-06-14USB: serial: option: add Quectel BG95 modemCarl Yin(殷张成)1-0/+2
2022-05-18USB: serial: option: add Fibocom MA510 modemSven Schwermer1-0/+2
2022-05-18USB: serial: option: add Fibocom L610 modemSven Schwermer1-0/+2
2022-05-18USB: serial: qcserial: add support for Sierra Wireless EM7590Ethan Yang1-0/+2
2022-05-18USB: serial: pl2303: add device id for HP LM930 DisplayScott Chen2-0/+2
2022-05-18usb: cdc-wdm: fix reading stuck on device closeSergey Ryazanov1-0/+1
2022-05-12USB: Fix xhci event ring dequeue pointer ERDP update issueWeitao Wang1-0/+2
2022-05-12usb: gadget: configfs: clear deactivation flag in configfs_composite_unbind()Vijayavardhan Vennapusa1-0/+2
2022-05-12usb: gadget: uvc: Fix crash when encoding data for usb requestDan Vacura1-0/+2
2022-05-12usb: misc: fix improper handling of refcount in uss720_probe()Hangyu Hua1-2/+1
2022-05-12xhci: stop polling roothubs after shutdownHenry Lin1-0/+11
2022-05-12USB: serial: option: add Telit 0x1057, 0x1058, 0x1075 compositionsDaniele Palmas1-0/+6
2022-05-12USB: serial: option: add support for Cinterion MV32-WA/MV32-WBSlark Xiao1-0/+6
2022-05-12USB: serial: cp210x: add PIDs for Kamstrup USB Meter ReaderBruno Thomsen1-0/+2
2022-05-12USB: serial: whiteheat: fix heap overflow in WHITEHEAT_GET_DTR_RTSKees Cook1-3/+2
2022-05-12USB: quirks: add STRING quirk for VCOM deviceOliver Neukum1-0/+3
2022-05-12USB: quirks: add a Realtek card readerOliver Neukum1-0/+3
2022-05-12usb: mtu3: fix USB 3.0 dual-role-switch from device to hostMacpaul Lin1-4/+2
2022-04-20usb: dwc3: omap: fix "unbalanced disables for smps10_out1" on omap5evmH. Nikolaus Schaller1-1/+1
2022-04-20USB: storage: ums-realtek: fix error code in rts51x_read_mem()Dan Carpenter1-1/+1
2022-04-20USB: usb-storage: Fix use of bitfields for hardware data in ene_ub6250.cAlan Stern1-79/+76
2022-04-20USB: serial: simple: add Nokia phone driverJohan Hovold2-0/+8
2022-04-20USB: serial: pl2303: add IBM device IDsEddie James2-0/+4
2022-03-23usb: gadget: Fix use-after-free bug by not setting udc->dev.driverAlan Stern1-3/+0
2022-03-23usb: gadget: rndis: prevent integer overflow in rndis_set_response()Dan Carpenter1-0/+1
2022-03-08usb: gadget: clear related members when goto failHangyu Hua1-2/+5
2022-03-08usb: gadget: don't release an existing dev->bufHangyu Hua1-1/+2
2022-03-02xhci: Prevent futile URB re-submissions due to incorrect return value.Hongyu Xie1-3/+6
2022-03-02xhci: re-initialize the HC during resume if HCE was setPuma Hsu1-6/+13