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
2020-04-03
Move the responsibility of syncing the data buffers from the USB
Patrick Wildt
2020-04-03
Fix incoherencies of errors returned by various *kqfilter routines.
Martin Pieuchot
2020-04-02
Fix use-after-free zyd(4) upon Tx error and device detach.
Stefan Sperling
2020-04-01
USB control requests to the root hub differ from those to devices. For
Patrick Wildt
2020-03-30
No point in checking the loop variable for NULL inside a LIST_FOREACH.
Kenneth R Westerback
2020-03-23
If samples per frame is larger than the device usb packet size,
Alexander Bluhm
2020-03-23
If an USB audio device supports less rates for recording than for
Alexander Bluhm
2020-03-21
Instead of passing the flags as part of a struct that's supposed to be
Patrick Wildt
2020-03-19
Switch USB to use non-coherent buffers for data transfers. Since
Patrick Wildt
2020-03-17
Prevent out-of-bound read if `rate' doesn't match known values.
Martin Pieuchot
2020-03-16
Prevent a NULL derefence in alloc_all_endpoints_fixed_ep()
Jasper Lievisse Adriaanse
2020-03-16
Remove unused function argument.
Martin Pieuchot
2020-03-11
Remove dead code which is actually duplicated a few lines above
Jasper Lievisse Adriaanse
2020-03-10
sync
Kevin Lo
2020-03-10
Match on Lenovo OneLink Plus Dock Ethernet.
Kevin Lo
2020-03-08
Rework ucom(4) a bit. The logic of RTS follows DTR should only be done
Claudio Jeker
2020-03-07
Fix use of uninitilized variable in case of emty AC descriptor.
Alexandre Ratchov
2020-03-02
Fix endian swapping of trb_flags and trb_status in xhci(4).
Visa Hankala
2020-02-28
Treat non-0 value as true for boolean indicators.
Martin Pieuchot
2020-02-28
Allow devices with incomplete feature unit descriptor to attach.
Alexandre Ratchov
2020-02-25
Make bwfm(4) call if_input() only once per interrupt.
Patrick Wildt
2020-02-25
Prevent buffer overflows by not assuming the report length, given by
Martin Pieuchot
2020-02-23
regen
Jasper Lievisse Adriaanse
2020-02-23
- add an AMD hub found on APU2
Jasper Lievisse Adriaanse
2020-02-22
use the UE_GET_XFERTYPE macro where applicable
Jasper Lievisse Adriaanse
2020-02-20
Replace field f_isfd with field f_flags in struct filterops to allow
Visa Hankala
2020-02-18
Add IPv6 support to umb(4).
Gerhard Roth
2020-02-17
missing rcs id
Jasper Lievisse Adriaanse
2020-02-14
Prevent buffer overflows by not assuming the report length, given by
Martin Pieuchot
2020-02-13
replace incorrect function name in error message with __func__
Jasper Lievisse Adriaanse
2020-02-13
Nuke *_minphys() functions that either simply apply MAXPHYS or do
Kenneth R Westerback
2020-02-05
Very old firmware umsm devices don't work as umb(4), so I made them work
Theo de Raadt
2020-02-05
Fix confusion between minimum and maximum samples-per-frame.
Alexandre Ratchov
2020-01-27
Make urtwn(4) attach to tp-link tl-wn823n (RTL8192EU).
Stefan Sperling
2020-01-27
regen
Stefan Sperling
2020-01-27
add USB device ID for tp-link tl-wn823n
Stefan Sperling
2020-01-26
Shuffle some names around to make reading the code less headache
Kenneth R Westerback
2020-01-25
Drivers that implement their own *minphys() don't need to call the
Kenneth R Westerback
2020-01-24
cleanup unused headers generated by config
Jonathan Gray
2020-01-23
Use a consistant idiom/format when declaring scsi_adapter structures
Kenneth R Westerback
2020-01-22
Some devices do not update the TRB transfer residual information as
Kenneth R Westerback
2020-01-22
Add a zero length TD, rather than adding a zero length TRB to the
Kenneth R Westerback
2020-01-20
regen
Jonathan Gray
2020-01-20
add another Intel Bluetooth device
Jonathan Gray
2020-01-18
Invalidate knote list of uhid(4) after device detach. This prevents
Visa Hankala
2020-01-16
Free data structures after closing the pseudo-device with vdevgone(9).
Martin Pieuchot
2020-01-13
Ensure XHCI_SCTX_DCI() always contains a valid number, i.e. the DCI of
Kenneth R Westerback
2020-01-13
Convert to tsleep_nsec(9).
Martin Pieuchot
2020-01-11
MC7700 works as umsm
Theo de Raadt
2020-01-11
sync
Theo de Raadt
[next]