summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2021-12-18Fix two bugsskrll
2021-12-17add two additional cyperpower ups ids for ignore hid.mrg
2021-12-17regen.mrg
2021-12-17add two more models of cyperpower UPS.mrg
2021-12-11remove clause 3 from all my licenses that aren't conflicting withmrg
2021-12-07Match variable names to register names. Same binary before and after.skrll
2021-12-07More usb_status_t -> intskrll
2021-12-07Code consistency. NFCI.skrll
2021-12-05ehci: Replace bogus polling during suspend by taking bus lock.riastradh
2021-11-14revert bPreferedVersion rename. It's named like the by spec (from jmcneill).andvar
2021-11-13s/bPreferedVersion/bPreferredVersion/ in struct property definition.andvar
2021-11-13Release interrupt lock while allocating ressources in triggermlelstv
2021-11-06USB style. NFC.skrll
2021-11-06Fix typo in comment. s/notifcation/notification/msaitoh
2021-11-06config_pending_incr doesn't need KERNEL_LOCK protectionskrll
2021-10-23xhci: Always read/write both halves of 64-bit registersjakllsch
2021-10-21regenjakllsch
2021-10-21add Edimax N150 adapter; tested on my PBPjnemeth
2021-10-21regenjnemeth
2021-10-21add Edimax N150 adapter; tested on my PBPjnemeth
2021-10-17regenandvar
2021-10-17s/Techonology/Technology/andvar
2021-10-16apply always-open quirk for logitech B100 mouse.mrg
2021-10-16regen.mrg
2021-10-16add logitech B100 mousemrg
2021-10-15Revert "usb: uhub: remove unnecessary delays when powering on ports"jmcneill
2021-10-11Add missing inclusion of sys/bitops.h.msaitoh
2021-10-11Update USB_PORT_RESET_RECOVERT to comply with the USB 2.0 specificationjmcneill
2021-10-11uhub: Skip USB_POWER_DOWN_TIME delay for root hubsjmcneill
2021-10-11Fix previous; restore 'up' pointer in second uhub_explore loop.jmcneill
2021-10-11ukbd: blink LEDs asynchronously at bootjmcneill
2021-10-10usb: uhub: remove unnecessary delays when powering on portsjmcneill
2021-10-10usb: usb_event_thread: remove delay at startup for USB >= 2.0 HCsjmcneill
2021-10-10xhci: shrink port reset delayjmcneill
2021-10-04remove duplicate the article in comments.andvar
2021-10-01use quirk bit for devices that need sc_alwayson instead of adding yet anothermacallan
2021-10-01add a quirk for devices that need ums::sc_alwaysonmacallan
2021-10-01regenmacallan
2021-10-01add PixArt Raspberry Pi Mousemacallan
2021-09-26- Use seltrue_filtops rather than rolling our own with filt_seltrue.thorpej
2021-09-26Use seltrue_filtops rather than rolling our own with filt_seltrue.thorpej
2021-09-26Change the kqueue filterops::f_isfd field to filterops::f_flags, andthorpej
2021-09-21don't opencode kauth_cred_get()christos
2021-09-17Sprinkle a little delay.nat
2021-09-17Initialize firmware mailbox counter when firmware is reset.nat
2021-09-17Serialize sending of firmware commands to device.nat
2021-09-17Use urtwn_delay_ms were possibile.nat
2021-09-16fix typos in word "successful".andvar
2021-09-07usb(4): Fix xfer race between software abort and hardware completion.riastradh
2021-09-07ugen(4): Keep fields null when not allocated; kassert on close.riastradh