index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
xhcivar.h
Age
Commit message (
Expand
)
Author
2022-12-12
Fix USB hotplug on type-C connectors of Apple Silicon hardware. The USB
Mark Kettenis
2022-07-15
Missing xhcivar.h bit that should have gone with xhci.c r1.125
Theo Buehler
2020-12-24
Do proper accounting of zero length TDs. Currently a specific number
Marcus Glocker
2019-10-06
Use MSEC_TO_NSEC() to define XHCI_CMD_TIMEOUT & use it w/ tsleep_nsec(9).
Martin Pieuchot
2018-09-05
Serialize synchronous commands with a rwlock.
Martin Pieuchot
2018-05-08
Print xHCI revision in dmesg.
Martin Pieuchot
2015-01-18
Do not trust the content of event TRBs coming from the hardware and
Martin Pieuchot
2015-01-18
Since we are no longer resetting rings when a Babble or Stall condition
Martin Pieuchot
2014-12-15
Stop using usb_{alloc,free}mem() for the rings and internal structures.
Martin Pieuchot
2014-10-30
Do not enable interrupts before attaching usb(4), fix a panic when an
Martin Pieuchot
2014-04-29
Get rid of the per-softc freelist of transfer descriptors and use a
Martin Pieuchot
2014-03-25
Instead of matching root hubs with a custom address, that only works
Martin Pieuchot
2014-03-25
Upon resume do a full reset of the HC, including the command and event
Martin Pieuchot
2014-03-08
Dumb xhci(4) implementation.
Martin Pieuchot