summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2021-09-07ugen(4): Refuse non-forced detach with EBUSY if endpoints are open.riastradh
2021-09-07ugen(4): Prevent ugenopen while ugen_set_config is in progress.riastradh
2021-09-07ugen(4): Fix race of ugenopen against itself.riastradh
2021-09-07ugen(4): Sprinkle KERNEL_LOCKED_P assertions around sc_is_open.riastradh
2021-09-03fix typos in comments, mainly s/extention/extension/ and s/sufficent/sufficient/andvar
2021-08-31add missing newline and fix conditional for askroot/single usermrg
2021-08-26Add missing RCSID in header files and one __KERNEL_RCSID().andvar
2021-08-21fix some more typos in comments/log messages, improve wording as well.andvar
2021-08-17fix multiplei repetitive typos in comments, messages and documentation. mainl...andvar
2021-08-13fix typos in words "pointer" and s/fram /frame/andvar
2021-08-08s/varable/variable s/explictly/explicitly/ s/proerly/properly/ in comments.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-08-02fix various typos in comments and log messages.andvar
2021-07-31s/threshhold/thresholdandvar
2021-07-31fix more typos in style found one in file - check/fix them all.andvar
2021-07-21need <sys/param.h> for COHERENCY_UNITskrll
2021-07-15back out the previous accidental commitnisimura
2021-07-15explanation typonisimura
2021-07-14The second REQ_RESET USB request by reset_chip() makes LCR, PRE and DIVnisimura
2021-06-29Regen for new sys/dev/devlist2h.awkpgoyette
2021-06-29Remove uscanner(4) drivernia
2021-06-27Since there's a bit of code that is conditionally compiled based onpgoyette
2021-06-24clarify some comments about what the "send callback" is.mrg
2021-06-24turn off ohcidebug by default. none of the other HCs do this.mrg
2021-06-24update a couple of lists of drivers that have had a few changesmrg
2021-06-24ucom(4): Fix earlier mistake causing pipes not to be closed.riastradh
2021-06-19Relax identification of interfaces and endpoints. Now also attachesmlelstv
2021-06-16usb(4): Fix uninitialized variable for error branch.riastradh
2021-06-16if_attach and if_initialize cannot fail, don't test return valueriastradh
2021-06-15ohci(4): Constify a constant debug string table.riastradh
2021-06-14appease gcc9mlelstv
2021-06-13usb(4): Bus exploration is single-threaded -- assert it so.riastradh
2021-06-13uhub(4): Defer rescan to USB event thread.riastradh
2021-06-13Refactor handling of "quad utms" devices and more.mlelstv
2021-06-13Handle IXON,IXOFF individually.mlelstv
2021-06-13Fix envsys detach paths.mlelstv
2021-06-13Remove duplicate.mlelstv
2021-06-13Align product name.mlelstv
2021-06-13Remove duplicatemlelstv
2021-06-13Regenmlelstv
2021-06-13Correct some vendor names, remove duplicates.mlelstv
2021-06-13Fix last patch.mlelstv
2021-06-13Use correct integer lengths for properties.mlelstv
2021-06-13Fix non-DIAGNOSTIC build.mlelstv
2021-06-13Don't use aprint* for non-autoconf errors. Also print status value.mlelstv
2021-06-13Don't ignore detach errors from children.mlelstv
2021-06-13usb(4): Tighten interface locking and pipe references.riastradh
2021-06-13uhub(4): Trigger bus exploration after rescanning children.riastradh
2021-06-12usb(4): Nix unused struct usbd_interface::ui_priv.riastradh
2021-06-12usb(4): Make usbd_fill_iface_data atomic.riastradh