History log of /haiku/src/libs/compat/freebsd_network/compat/dev/usb/usb_endian.h
Revision Date Author Comments
# db4df8fc 29-Jun-2022 Augustin Cavalier <waddlesplash@gmail.com>

freebsd_network: Use the real usb_endian.h.

Turns out some FreeBSD drivers use these macros on types other
than the ones declared in this header and expect them to behave
as array accessors, so we really do have to keep the originals.


# 2e9f01f6 24-Feb-2022 Augustin Cavalier <waddlesplash@gmail.com>

freebsd_network: Introduce USB-handling code.

It is not yet wired in to the rest of the compatibilit layer;
that will happen in the next commits.

The bulk of the implementation is in usb.cpp; most of the
rest of the new files are copied from FreeBSD to varying degrees.