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
2015-02-10
Convert pool(9) usages.
Masao Uebayashi
2015-02-10
s/device_t/struct device */
Masao Uebayashi
2015-02-10
s/mutex/mtx/
Masao Uebayashi
2015-02-10
Whitespace.
Masao Uebayashi
2015-02-10
s/usb_dma_t/struct usb_dma */
Masao Uebayashi
2015-02-10
s/usbd_xfer_handle/struct usbd_xfer */
Masao Uebayashi
2015-02-10
s/Static/static/
Masao Uebayashi
2015-02-10
Convert header paths.
Masao Uebayashi
2015-02-10
Add RCS IDs.
Masao Uebayashi
2015-02-10
Adjust paths. Add RCS ID.
Masao Uebayashi
2015-02-10
Import dwc2 core and glue code from NetBSD. OK deraadt@ jsing@ miod@ mpi@
Masao Uebayashi
2015-02-10
Redo dwc2 import with CVS tags expanded.
Masao Uebayashi
2015-02-10
Import dwc2 core and glue code from NetBSD. OK deraadt@ jsing@ miod@ mpi@
Masao Uebayashi
2015-02-09
Whitespace.
Masao Uebayashi
2015-02-09
Trim blank lines.
Masao Uebayashi
2015-02-07
Fix a logic error when enabling MAC and reset the checksum report bit
Martin Pieuchot
2015-02-04
Kill annoying comments about ether_input()
Martin Pieuchot
2015-01-27
Vommiting errors about failed reset or stall clear are not usefull to
Martin Pieuchot
2015-01-22
Replace some obvious '$OpenBSD' and '$OpenBSD:' typos with '$OpenBSD$'.
Kenneth R Westerback
2015-01-22
Reduce the number of intermediate buffers by pre-allocating DMA buffers
Martin Pieuchot
2015-01-22
Use correct error type and remove unused interface pointer.
Martin Pieuchot
2015-01-21
Do not try to stop and reset endpoints if USB transfers are aborted
Martin Pieuchot
2015-01-19
`wellspring' Apple keyboards found on Macbook Air need slightly different
Miod Vallat
2015-01-18
Do not trust the content of event TRBs coming from the hardware and
Martin Pieuchot
2015-01-18
Complete synchronous abort method modeled after the existing ones.
Martin Pieuchot
2015-01-18
Do not try to free xfers before aborting the pipes, otherwise a clown
Martin Pieuchot
2015-01-18
Since we are no longer resetting rings when a Babble or Stall condition
Martin Pieuchot
2015-01-17
Split the consumer & producer logic into two different functions in
Martin Pieuchot
2015-01-13
Always allow abort tasks to be scheduled, even if the device is beeing
Martin Pieuchot
2015-01-12
Fix axen(4) build with AXEN_DEBUG defined. From Fabien Raetz.
Stefan Sperling
2015-01-12
pretty up some malloc() calls
Theo de Raadt
2015-01-12
Some fixes and tidying up of the receive filter handling bits.
Brad Smith
2015-01-11
There's no simple way so check for DMA buffer overrun with isochronous
Martin Pieuchot
2015-01-11
use mallocarray(), then set the size afterwards. Prefer if people learn
Theo de Raadt
2015-01-11
use mallocarray()
Theo de Raadt
2015-01-11
KUE_MCFILTCNT() is non-constant, so use mallocarray()
Theo de Raadt
2015-01-09
The "SunMicro Virtual Eth Device" found on Oracle's more recent SPARC systems
Mark Kettenis
2015-01-09
regen
Mark Kettenis
2015-01-09
SunMicro Virtual Eth Device
Mark Kettenis
2015-01-09
Properly unwind from a failure in usbd_dma_contig_alloc(). Calling
Mark Kettenis
2015-01-09
Always check for DMA buffer overrun, not just for some specific xfers.
Martin Pieuchot
2015-01-09
Correctly report memory allocation failure in uhidev_set_report_async().
Martin Pieuchot
2015-01-09
Add an asynchronous version of uhidev_get_report(), from David Higgs
Martin Pieuchot
2015-01-09
regen
Jonathan Gray
2015-01-09
add rate matching hubs seen on a C610 system
Jonathan Gray
2015-01-06
We do not support freeing memory using reqbufs with a zero size so
Jonathan Armani
2015-01-06
Support for MEDION S4222 which needs another funky umass quirk. From
Martin Pieuchot
2015-01-06
regen
Martin Pieuchot
2015-01-06
MediaTek Inc. from Ingo Feinerer.
Martin Pieuchot
2015-01-05
Prevent a race condition upon resume by adding a supplementary delay.
Martin Pieuchot
[next]