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
2017-10-23
Even if a USB transfer fails, call umb_start() so that processing
Gerhard Roth
2017-10-21
Initialize all fields in the BCDC protocol, otherwise the controller
Patrick Wildt
2017-10-20
Kill dead ioctl handlers.
Martin Pieuchot
2017-10-19
Don't just return but setup and resubmit the transfer if we're not
Patrick Wildt
2017-10-19
Don't forget to free the firmware in the error path, and make sure to
Patrick Wildt
2017-10-15
Similar to other USB based backend drivers, have a list of TX/RX
Patrick Wildt
2017-10-11
regen
Patrick Wildt
2017-10-11
Add bwfm(4), a driver for Broadcom FullMAC WiFi controllers. The
Patrick Wildt
2017-10-09
Correct logic check preventing the device to attach.
Martin Pieuchot
2017-10-05
Add support for the "TEMPer1F_H1V1.5F" USB temperature and humidity
Stefan Sperling
2017-09-23
Add dummy FIOASYNC handler.
Martin Pieuchot
2017-09-21
Disable a splsoftassert() at least until ohci(4) has been fixed.
Martin Pieuchot
2017-09-12
- sprinkle variable name and printf tweaks
Jasper Lievisse Adriaanse
2017-09-10
- call usbd_deactivate() rather than simply returning in case of errors
Jasper Lievisse Adriaanse
2017-09-08
Add support for isochronous transfers to xhci(4).
Stefan Sperling
2017-09-08
If you use sys/param.h, you don't need sys/types.h
Theo de Raadt
2017-09-05
explicitly clear the output pipe
Jasper Lievisse Adriaanse
2017-09-05
EPROTO is now in sys/errno.h
Otto Moerbeek
2017-09-05
Correct a bounds test. Coverity CID 1452930.
Jonathan Gray
2017-09-04
Revert previous: "Fix a remaining length miscalculation in xhci(4)."
Stefan Sperling
2017-09-01
Add macros for reading the bmAttributes field of the USB super speed
Stefan Sperling
2017-09-01
Fix a remaining length miscalculation in xhci(4).
Stefan Sperling
2017-08-30
Use endpoint 5 for chaoskey, it should have been 5 from the start, this
Aaron Bieber
2017-08-29
add _MEASURE_RATE bits from uonerng(4)
Jasper Lievisse Adriaanse
2017-08-29
rename sc_pipe to sc_outpipe to indicate it's direction as there'll come an
Jasper Lievisse Adriaanse
2017-08-29
"urng" is needed on the file lines... or these end up in all kernels,
Theo de Raadt
2017-08-28
Add urng(4) which supports various USB RNG devices. Instead of adding one
Jasper Lievisse Adriaanse
2017-08-26
regen
Aaron Bieber
2017-08-26
Add device ID for Altusmetrum ChaosKey 1.0
Aaron Bieber
2017-08-23
Fix up rssi calculations and r88e_rx_cck structure for RTL8188EU.
Kevin Lo
2017-08-21
Fix off by one in array bounds tests when parsing descriptors.
Jonathan Gray
2017-08-18
Fix checks for error return from urtw_alloc_rx_data_list() and
Kevin Lo
2017-08-16
Mostly cosmetic changes to make things a bit more consistant:
Kevin Lo
2017-08-14
Attach run(4) to D-Link DWA-137 and DWA-140 rev D1.
Stefan Sperling
2017-08-14
regen
Stefan Sperling
2017-08-14
Add USB device IDs for D-Link DWA-137 and DWA-140 rev D1.
Stefan Sperling
2017-08-12
Fix Coverity CID 1452915: urtwn(4) would use an uninitialized array index
Stefan Sperling
2017-08-11
Remove NET_LOCK()'s argument.
Martin Pieuchot
2017-08-10
Deactivate the device if I/O fails in attach.
Martin Pieuchot
2017-08-02
Match D-Link DWA-130 rev F1 devices. These work with run(4).
Stefan Sperling
2017-08-02
regen
Stefan Sperling
2017-08-02
Add device ID for D-Link DWA-130 rev F.
Stefan Sperling
2017-07-30
Use memcpy instead of casts to copy 8 bytes of data to avoid unaligned
Mark Kettenis
2017-07-29
Remove useless conditional before free().
ians
2017-07-29
Device trees for the Rasperry Pi are still in flux. Catch up with the
Mark Kettenis
2017-07-28
The read buffer size reported by the hardware can be up to 4095
Alexander Bluhm
2017-07-21
Do not permit USB ioctl handler malloc(9)'s to block as this interferes
ians
2017-07-21
Add frame length boundary checks to the input path of atu(4).
Stefan Sperling
2017-07-21
Unbreak the rsu(4) driver which was not kept up-to-date with recent WPA
Stefan Sperling
2017-07-21
Fix frame length bounds checks in rsu(4).
Stefan Sperling
[next]