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
Age
Commit message (
Expand
)
Author
2014-07-13
No need for <netinet/in_systm.h> here.
Martin Pieuchot
2014-07-13
Bye bye
Martin Pieuchot
2014-07-12
resurrect this treasure (still needed to build microcode)
Theo de Raadt
2014-07-12
"Dr. Jones. Again we see there is nothing you can possess which I cannot
Ted Unangst
2014-07-12
Kill the last dumb DVACT_DEACTIVATE handlers.
Martin Pieuchot
2014-07-12
teduuuuuudfu(4) it has never been enabled in 5 years.
Martin Pieuchot
2014-07-12
tedu another bunch of DVACT_DEACTIVATE handlers that do nothing but set
Martin Pieuchot
2014-07-12
Protect the freelists of transfer descriptors with the appropriate spl
Martin Pieuchot
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-07-12
To enable Intel XHCI host controller, re-route all of usb port to xhci
Yojiro Uo
2014-07-12
Rework zyd(4)'s register read/write methods to eliminate race conditions.
Stefan Sperling
2014-07-12
Use the correct poll interval for HS root hub before it gets copied, no
Martin Pieuchot
2014-07-12
Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were to
Martin Pieuchot
2014-07-12
Remove incorrect comment about how autoconf(9) works and document
Martin Pieuchot
2014-07-12
Only detach the USB device you disconnected, fix a regression reported
Martin Pieuchot
2014-07-11
"It's not the years, honey; it's the mileage."
Ted Unangst
2014-07-11
Remove redundant mask check in the interrupt routine.
Paul Irofti
2014-07-11
Fix debug printf formating and kill some trailing whitespaces while here.
Martin Pieuchot
2014-07-11
Be less verbose with task debug messages and kill some trailing
Martin Pieuchot
2014-07-10
Do not set the bus dying flag during DVACT_DEACTIVATE otherwise the
Martin Pieuchot
2014-07-10
Always assign the device address found by the USB stack even if it
Martin Pieuchot
2014-07-10
Print an understandable error message when we fail to read the report
Martin Pieuchot
2014-07-09
autoconf(9) is your friend and it knows you more than you think. It
Martin Pieuchot
2014-07-09
Now that the stack handles properly the xhci(4) way of setting an
Martin Pieuchot
2014-07-09
Adds an optional bus function to set the address of a new device and
Martin Pieuchot
2014-06-13
Make run(4) attach to RT5572.
Stefan Sperling
2014-06-13
regen
Stefan Sperling
2014-06-13
Add USB device ID of Ralink RT5572. Found in a TP-LINK TL-WDN3200 device.
Stefan Sperling
2014-06-07
In run(4), fix TXWI and RXWI offset calculations for RT5592 devices.
Stefan Sperling
2014-06-04
Clearing the data toggle bit only makes sense for endpoints that use it,
Martin Pieuchot
2014-06-04
Use C99 initializers for pipe and bus methods.
Martin Pieuchot
2014-06-04
Properly compare endpoint addresses: ignore the direction bit which
Alexandre Ratchov
2014-06-03
Make zyd(4) compile with ZYD_DEBUG.
Stefan Sperling
2014-06-03
Fix an off-by-one in zyd_rxeof().
Stefan Sperling
2014-06-03
Fix zyd(4)'s frame length adjustment in RX path. Instead of snipping off
Stefan Sperling
2014-05-30
Remove unused fields from the pipes.
Martin Pieuchot
2014-05-28
Apart from the early exploration done to find a console keyboard during
Martin Pieuchot
2014-05-26
Matching USB devices per device IDs is not a good idea, especially if
Martin Pieuchot
2014-05-25
The default case in uhci_deactivate() was missing. Because of that,
Martin Pieuchot
2014-05-24
Support for newer run(4) hardware ported from FreeBSD's run(4) driver.
Stefan Sperling
2014-05-24
regen
Stefan Sperling
2014-05-24
Add device IDs for newer run(4) devices. Obtained from FreeBSD.
Stefan Sperling
2014-05-21
regen
Martin Pieuchot
2014-05-21
Add VIA Labs.
Martin Pieuchot
2014-05-21
Handle the stall condition just like the bable one since in both cases
Martin Pieuchot
2014-05-20
Format string fixes for XHCI_DEBUG.
Martin Pieuchot
2014-05-19
unbreak the build when DIAGNOSTIC is not defined
Jonathan Gray
2014-05-18
hid_start_parse can't fail - it calls malloc(M_WAITOK). ok mpi@
Jeremie Courreges-Anglas
2014-05-18
Do not pass an xfer pointer to the timeout routine checking for root hub
Martin Pieuchot
2014-05-17
fix format mistakes visible if UAUDIO_DEBUG is defined
Alexandre Ratchov
[next]