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-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
2014-05-16
Reduce the difference between HC drivers by always passing a generic
Martin Pieuchot
2014-05-16
There is no need to remember which usb(4) device is the child of an USB
Martin Pieuchot
2014-05-16
It seems that there is new and old revision of CH340.
sasano
2014-05-16
regen
David Coppa
2014-05-16
Add Alcatel OneTouch L100V
David Coppa
2014-05-12
Backport FreeBSD's HID parser in order to properly parse `moderm'
Martin Pieuchot
2014-05-11
The relation between uhci(4), ohci(4) and their root hub device is
Martin Pieuchot
2014-05-09
Format string fixes and removal of -Wno-format for *ppc kernels.
Miod Vallat
2014-05-09
Plug an xfer leak when detaching root hubs.
Martin Pieuchot
2014-05-08
Plug one more xfer leak.
Martin Pieuchot
2014-05-07
Make sure to call uhidev_close() upon detach for every HID driver calling
Martin Pieuchot
2014-05-06
Plug two xfer leaks and a buffer one.
Martin Pieuchot
2014-05-05
Plug a memory leak related to HID descriptor parsing.
Martin Pieuchot
2014-05-04
Make use of usbd_xfer_isread() instead of rerolling it everywhere.
Martin Pieuchot
2014-05-04
Get rid of EHCI_NULL. No functional change.
Martin Pieuchot
2014-05-01
fixed some debug messages
sasano
2014-04-29
Get rid of the per-softc freelist of transfer descriptors and use a
Martin Pieuchot
2014-04-29
Finally plug the public xfer leak #1 in our USB stack.
Martin Pieuchot
2014-04-29
regen
Ryan Thomas McBride
2014-04-29
Add Microsoft Wireless Mobile Mouse 3500 and Wireless Arc Mouse.
Ryan Thomas McBride
2014-04-29
Make sure to call uhidev_close() upon detach, plug another xfer leak.
Martin Pieuchot
2014-04-29
Plug an xfer leak.
Martin Pieuchot
2014-04-29
Get rid of the per-softc freelist of transfer descriptors and use a
Martin Pieuchot
2014-04-29
Remove device white-listing as matching method, relies on on usage id
Andre de Oliveira
2014-04-27
Start de-obfuscating the HC drivers.
Martin Pieuchot
[next]