summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2023-06-05- Fix clearing of EINT and other transient flags.mlelstv
2023-05-14fix typqpgoyette
2023-05-14Regenpgoyette
2023-05-14Add a Lenovo mouse so we can set the ALWAYS_ON quirk.pgoyette
2023-05-10uts(4): Use config_detach_children.riastradh
2023-05-10udsbr(4): Use config_detach_children.riastradh
2023-05-10irmce(4): Use config_detach_children.riastradh
2023-05-07RISC-V support that works on QEMU with a single hart.skrll
2023-04-30xhci doesn't like 80 packets per USB interval, but 40 seems to be finemlelstv
2023-04-27Remove an unnecessary cast in a KASSERTMSGskrll
2023-04-23Weed out duplicate sample rates and add comment about UAC2 clocks.mlelstv
2023-04-16Handle packet scheduling for high/super speed.mlelstv
2023-04-11usb(9): Assert ud_ifaces is null before we clobber it.riastradh
2023-04-10Reduce excessive settle delay.mlelstv
2023-04-10Better descriptor parsing.mlelstv
2023-04-10Handle more UAC2 descriptors and add debug output.mlelstv
2023-04-09xhci(4): Avoid crash in suspend/resume/resume if first resume fails.riastradh
2023-04-07xhci(4): Defer root intr xfers while polling.riastradh
2023-04-03Remove unconditional UAUDIO_DEBUG again.mlelstv
2023-04-03Fix UAUDIO_DEBUG build.mlelstv
2023-04-02Add support for USB Audio Class 2.0.mlelstv
2023-04-02Add code for USB Audio Class 2.0.mlelstv
2023-03-28s/interrput/interrupt/ and s/accesss/access/ in comments.andvar
2023-03-05ucom(4): Simplify logic fixing PR kern/57259.riastradh
2023-03-05In the HUP-wait path in ucomopen():thorpej
2023-02-17ucom(4): Missed a spot in previous -- nix now-unused local.riastradh
2023-02-17ucom(4): Nix broken error branch.riastradh
2023-02-13Add support for ZTE MF112 and D-Link DWM222 3G USB modemsmanu
2023-02-11urndis(4): Add OnePlus 5T to the quirky devices list. This allows it tonia
2023-02-11regennia
2023-02-11Add my phone to usbdevsnia
2023-01-21fix typos in comment and log message.andvar
2023-01-10ukbd(4): remember how much of attach worked so detach works.mrg
2022-12-13fix grammar in commentjakllsch
2022-12-13ehci_device_isoc_init() returns errno not usbd_error; remove blank linejakllsch
2022-12-13"periodic frame list", not "period frame list" in commentsjakllsch
2022-12-13Add missing whitespace in error message.jakllsch
2022-11-04Back out r1.82 ("Do not explicitly set the HID Report Protocol upon attach")jmcneill
2022-11-01s/faild/failed/ in comments and messages.andvar
2022-10-31fix various typos in comments and one output message.andvar
2022-10-26uhso(4): Convert locking comments to locking assertions.riastradh
2022-10-26ucycom(4): Convert to ttylock/ttyunlock.riastradh
2022-10-26ucom(4): Convert to ttylock/ttyunlock.riastradh
2022-10-23ugen(4): Make sure opened is initialized in ugenopen.riastradh
2022-10-23Fix USBDEBUG build on ILP32skrll
2022-10-21ugen(4): convert to USBHIST style debugging.mrg
2022-10-11KNF a bit. No functional change.msaitoh
2022-10-11"Add" number of ports because the same speed's ECR may appear multiple times.msaitoh
2022-10-11There is an xHCI device which has USB 2 port only. Support it.msaitoh
2022-10-10ETHERCAP_VLAN_MTU does not go into ifp->if_capabilities but ethercommartin