aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* xhci(4): Don't allocate an IRQ vector if hw.usb.xhci.use_polling=1 is set.Hans Petter Selasky2022-10-201-1/+1
* Add random VMware device IDs.Alexander Motin2022-10-203-0/+20
* usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned"...Hans Petter Selasky2022-10-0722-72/+72
* usb(4): Make the enumeration thread nice time a variable.Hans Petter Selasky2022-10-074-2/+10
* uslcom(4): Clear stall at every open.Hans Petter Selasky2022-10-061-6/+4
* usb(4): Make sure the enumeration thread doesn't loop too fast.Hans Petter Selasky2022-10-051-0/+3
* usb: musb_otg_allwinner: de-constify bus_space_tagsMitchell Horne2022-09-271-8/+9
* if_clone: migrate some consumers to the new KPI.Alexander V. Chernikov2022-09-221-8/+15
* usbhid(4): Increase probe priority to BUS_PROBE_DEFAULT + 1Vladimir Kondratyev2022-09-111-1/+1
* USB: add 2 (3) more device IDs for rtw88-usb devices and a quirkBjoern A. Zeeb2022-09-072-2/+6
* net80211(4): Bring back an accidently reverted grammar correctionGordon Bergling2022-09-071-1/+1
* Revert "usb: Remove a double words in a source code comments"Gordon Bergling2022-09-053-3/+3
* usb: Remove a double words in a source code commentsGordon Bergling2022-09-043-3/+3
* usb: Fix two typos in source code commentsGordon Bergling2022-09-032-2/+2
* ucom(4): Make sure the open routine is executed synchronously.Dave Baukus2022-08-301-2/+2
* umodem(4): Clear stall at every open.Hans Petter Selasky2022-08-301-8/+14
* USB id of yet another Lenovo USB-C ethernet dongle.Poul-Henning Kamp2022-08-282-0/+2
* usb(4): Quirk for non-compliant USB devices.Hans Petter Selasky2022-08-271-0/+10
* u3g(4): Add more USB IDs.Hans Petter Selasky2022-08-262-0/+28
* Add support for RockChip RK356X to DWC3 driver.Søren Schmidt2022-08-162-1/+9
* XHCI: remove a self-assignmentBjoern A. Zeeb2022-08-071-1/+0
* uftdi(4): Add new USB ID.Hans Petter Selasky2022-08-012-0/+4
* Fix unused variable warning in usb's atp.cDimitry Andric2022-07-261-3/+0
* dwc3: add ACPI attachmentBjoern A. Zeeb2022-07-061-51/+148
* dwc3: fix from not workingBjoern A. Zeeb2022-07-051-1/+2
* dwc3: improve debuggingBjoern A. Zeeb2022-07-031-9/+24
* dwc3: add more quirks and checksBjoern A. Zeeb2022-07-032-4/+53
* dwc3: uncondinationally enable Host IN Auto RetryBjoern A. Zeeb2022-07-032-0/+10
* dwc3: fix snps,dis-del-phy-power-chg-quirkBjoern A. Zeeb2022-07-031-1/+1
* USB: dwc3: use device_{has,get}_property()Bjoern A. Zeeb2022-06-281-15/+19
* uhid(4): Don't read-ahead from the USB IN endpoint.Hans Petter Selasky2022-06-231-0/+6
* XHCI: clear warm and port resetBjoern A. Zeeb2022-06-151-0/+15
* USB: add quirks to XHCIBjoern A. Zeeb2022-06-152-1/+9
* uchcom(4): Add new USB ID.Hans Petter Selasky2022-06-121-0/+1
* upgt(4): Adjust all pause calls to use milliseconds instead of ticks.Hans Petter Selasky2022-06-091-2/+2
* urtw(4): Adjust all pause calls to use milliseconds instead of ticks.Hans Petter Selasky2022-06-091-55/+61
* usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-0689-287/+103
* Remove unused hidraw_devclass.John Baldwin2022-05-061-1/+1
* Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin2022-05-069-9/+9
* xhci(4): Tweak USB port speed checks to allow newer super speed generations.Hans Petter Selasky2022-05-041-2/+2
* xhci(4): Properly define all basic USB port speeds.Hans Petter Selasky2022-05-042-4/+8
* xhci(4): Always add and evaluate the slot context.Hans Petter Selasky2022-05-031-1/+5
* xhci(4): Only drop BULK and INTERRUPT endpoints to reset data toggle.Hans Petter Selasky2022-05-031-2/+9
* uath(4): Fix incorrect byte-swapping and a buffer length check.Hans Petter Selasky2022-04-301-4/+3
* Add USB ID and quirks for Huawei E3372Kornel Duleba2022-04-282-0/+3
* usb: Respect NO_INQUIRY quirk during device enumerationKornel Duleba2022-04-281-2/+4
* xhci(4): Ensure the so-called data toggle gets properly reset.Hans Petter Selasky2022-04-211-4/+23
* uhid_snes: Remove USB_ST_TRANSFERRED handling for the status request.John Baldwin2022-04-181-9/+0
* usb: Add a __usbdebug_used for variables only used under #ifdef USB_DEBUG.John Baldwin2022-04-135-4/+6
* usb: Use __diagused for variables only used in KASSERT().John Baldwin2022-04-131-3/+3