summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
* 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: new quirk for Dell Gen 2 devicesMonish Kumar R2022-06-141-0/+3
* 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: cdc-wdm: fix reading stuck on device closeSergey Ryazanov2022-05-181-0/+1
* usb: gadget: configfs: clear deactivation flag in configfs_composite_unbind()Vijayavardhan Vennapusa2022-05-121-0/+2
* usb: gadget: uvc: Fix crash when encoding data for usb requestDan Vacura2022-05-121-0/+2
* usb: misc: fix improper handling of refcount in uss720_probe()Hangyu Hua2022-05-121-2/+1
* xhci: stop polling roothubs after shutdownHenry Lin2022-05-121-0/+11
* USB: serial: option: add Telit 0x1057, 0x1058, 0x1075 compositionsDaniele Palmas2022-05-121-0/+6
* USB: serial: option: add support for Cinterion MV32-WA/MV32-WBSlark Xiao2022-05-121-0/+6
* USB: serial: cp210x: add PIDs for Kamstrup USB Meter ReaderBruno Thomsen2022-05-121-0/+2
* USB: serial: whiteheat: fix heap overflow in WHITEHEAT_GET_DTR_RTSKees Cook2022-05-121-3/+2
* USB: quirks: add STRING quirk for VCOM deviceOliver Neukum2022-05-121-0/+3
* USB: quirks: add a Realtek card readerOliver Neukum2022-05-121-0/+3
* usb: dwc3: omap: fix "unbalanced disables for smps10_out1" on omap5evmH. Nikolaus Schaller2022-04-201-1/+1
* USB: storage: ums-realtek: fix error code in rts51x_read_mem()Dan Carpenter2022-04-201-1/+1
* USB: usb-storage: Fix use of bitfields for hardware data in ene_ub6250.cAlan Stern2022-04-201-79/+76
* USB: serial: simple: add Nokia phone driverJohan Hovold2022-04-202-0/+8
* USB: serial: pl2303: add IBM device IDsEddie James2022-04-202-0/+4
* 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
* usb: dwc3: gadget: Let the interrupt handler disable bottom halves.Sebastian Andrzej Siewior2022-03-021-0/+2
* USB: serial: option: add Telit LE910R1 compositionsDaniele Palmas2022-03-021-0/+6
* USB: serial: option: add support for DW5829eSlark Xiao2022-03-021-0/+6
* USB: gadget: validate endpoint index for xilinx udcSzymon Heidrich2022-03-021-0/+6
* usb: gadget: rndis: add spinlock for rndis response listDaehwan Jung2022-03-022-0/+9
* Revert "USB: serial: ch341: add new Product ID for CH341A"Dmytro Bagrii2022-03-021-1/+0
* USB: serial: cp210x: add CPI Bulk Coin Recycler idJohan Hovold2022-02-161-0/+1
* USB: serial: cp210x: add NCR Retail IO box idJohan Hovold2022-02-161-0/+1
* USB: serial: ch341: add support for GW Instek USB2.0-Serial devicesStephan Brunner2022-02-161-0/+1
* USB: serial: option: add ZTE MF286D modemPawel Dembicki2022-02-161-0/+2
* USB: serial: ftdi_sio: add support for Brainboxes US-159/235/320Cameron Williams2022-02-162-0/+6
* usb: gadget: rndis: check size of RNDIS_MSG_SET commandGreg Kroah-Hartman2022-02-161-3/+6
* USB: gadget: validate interface OS descriptor requestsSzymon Heidrich2022-02-161-0/+3
* usb: dwc3: gadget: Prevent core from processing stale TRBsUdipto Goswami2022-02-161-0/+13
* usb: dwc2: gadget: don't try to disable ep0 in dwc2_hsotg_suspendAmelie Delaunay2022-02-161-1/+1
* USB: core: Fix hang in usb_kill_urb by adding memory barriersAlan Stern2022-02-082-0/+26
* usb: gadget: f_sourcesink: Fix isoc transfer for USB_SPEED_SUPER_PLUSPavankumar Kondeti2022-02-081-0/+1
* usb-storage: Add unusual-devs entry for VL817 USB-SATA bridgeAlan Stern2022-02-081-0/+10
* usb: hub: Add delay for SuperSpeed hub resume to let links transit to U0Kai-Heng Feng2022-01-271-1/+4
* usb: gadget: f_fs: Use stream_open() for endpoint filesPavankumar Kondeti2022-01-271-2/+2
* usb: ftdi-elan: fix memory leak on device disconnectWei Yongjun2022-01-271-0/+1
* USB: Fix "slab-out-of-bounds Write" bug in usb_hcd_poll_rh_statusAlan Stern2022-01-271-1/+8