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-04-21
Use ether_crc32_le() instead of a custom version.
Martin Pieuchot
2017-04-18
Support packet aggregation for umb(4) on tx.
Gerhard Roth
2017-04-18
Rearrange ure_iff to resemble other drivers a bit more.
Jonathan Matthew
2017-04-11
Partially revert previous mallocarray conversions that contain
David Hill
2017-04-09
Convert some malloc(9) to mallocarray(9)
David Hill
2017-04-08
A pile of sizes to free(9). In test for a few days in snapshots.
Theo de Raadt
2017-04-06
Unify a few attach-time patterns between usb *com drivers, and remove
Theo de Raadt
2017-04-05
3 more mallocarray() uses
Theo de Raadt
2017-03-30
these free() size choices appear to be wrong. joel has a diff that fixes
Theo de Raadt
2017-03-30
Use m_devget(9) to replace code that does more or less the same but assumes
Mark Kettenis
2017-03-29
Remove quirks for two devices that are known to be CDC ACM protocol 0
Jonathan Gray
2017-03-29
Match on class communications subclass abstract control model protocol
Jonathan Gray
2017-03-26
Add sizes to various free(9) calls. Fixing the simpler ones first.
Theo de Raadt
2017-03-17
More debug goo to help tracking the use-after-free.
Martin Pieuchot
2017-03-17
ubcmtp(4) works because of a use-after-free. Many more drivers are
Martin Pieuchot
2017-03-15
Configure and apply the multitouch-tracking functions of wsmouse.
Ulf Brosziewski
2017-03-11
Add support for RTL8153 devices. Heavily based on changes made by Kevin Lo
Mark Kettenis
2017-03-11
Introduce a new knob to force the first USB keyboard as console input.
Martin Pieuchot
2017-03-10
Fix a use-after-free when sending root hub control transfers.
Martin Pieuchot
2017-03-10
Move per HC polling code to the stack.
Martin Pieuchot
2017-03-08
Do not clear IFF_UP, even in the error path.
Martin Pieuchot
2017-03-06
Do not print uninitialized variable in DPRINTFN().
Martin Pieuchot
2017-03-06
It is unsafe to dereference ``xfer'' after calling the callback as it
Martin Pieuchot
2017-02-16
Remove an unnecessary NULL pointer check.
Visa Hankala
2017-02-15
Align mutex IPL with the interrupt handler's priority.
Visa Hankala
2017-02-12
Replace dummy mutex asserts with real ones.
Visa Hankala
2017-02-12
The videocore portion of the raspberry pi which boots the arm cores and
Jonathan Gray
2017-02-10
Fix links to usb-audio specs. From Michael Reed <m.reed at mykolab.com>.
Alexandre Ratchov
2017-02-10
Use __func__ for DPRINTF's as we do in other parts of the
Alexandre Ratchov
2017-02-04
Prefer <sys/endian.h> to <machine/endian.h>
Philip Guenther
2017-02-02
Remove dead assignments and now unused variables.
Charles Longeau
2017-01-31
Fix links to USB audio specs.
Jeremie Courreges-Anglas
2017-01-30
Make urtwn(4) run slot time updates from a USB task.
Stefan Sperling
2017-01-29
In dwctwo(4), fix an off-by-one in frame interval calculation.
Stefan Sperling
2017-01-22
move counting if_opackets next to counting if_obytes in if_enqueue.
David Gwynne
2017-01-12
Finish initial 11n support for athn(4).
Stefan Sperling
2017-01-09
Remove unneeded <sys/malloc.h> from Michael W. Bombardieri.
Martin Pieuchot
2017-01-08
Make urtwn(4) use AMRR instead of letting the firmware handle rate scaling.
Stefan Sperling
2017-01-07
Remove unused MIX_CN_CIN macro, make umidi_evlen[] static, style(9).
Alexandre Ratchov
2017-01-03
No need to set use_maxpkt twice. From Michael W. Bombardieri. Thanks.
Alexandre Ratchov
2017-01-03
No need to include sys/malloc.h. From Michael W. Bombardieri. Thanks.
Alexandre Ratchov
2016-12-27
Add cast to silence warnings generated by clang.
Mark Kettenis
2016-12-20
Group identical close_in_jack() and close_out_jack() into a single
Alexandre Ratchov
2016-12-15
Regen usbdevs
Paul Irofti
2016-12-15
Add Intel Bluetooth devices found on x250 and x260 Thinkpads.
Paul Irofti
2016-12-12
Use DPRINTF instead of printf() in #ifdef UAUDIO_DEBUG section. From
Alexandre Ratchov
2016-12-12
Match on the FTDI Suunto product id, from Kristaps Dzonsons who tested
Jonathan Gray
2016-12-12
Add support for Option iCON 505 from Piotr Isajew and consistently
Jonathan Gray
2016-12-12
regen
Jonathan Gray
2016-12-12
Add Option iCON 505 from Piotr Isajew and consistently
Jonathan Gray
[next]