core: Kill the 'host_endian' argument for most functions
authorChris Dickens <christopher.a.dickens@gmail.com>
Fri, 17 Apr 2020 19:57:49 +0000 (12:57 -0700)
committerChris Dickens <christopher.a.dickens@gmail.com>
Fri, 17 Apr 2020 19:57:49 +0000 (12:57 -0700)
commit9ececdb0ecbbb77edd5a40cb8914ddc54b77dea2
tree5c2292b3a19147c4e8eeef710d2ad7f35b74dda9
parente1fcd8ac57b709f775b1e7b57262408e94cfa5d5
core: Kill the 'host_endian' argument for most functions

The 'host_endian' argument exists only for a special case in the Linux
backend, that being when the device descriptor is read using usbfs
rather than sysfs. It does not apply to any other descriptor types nor
any other backends, so remove it.

Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
libusb/descriptor.c
libusb/libusbi.h
libusb/os/darwin_usb.c
libusb/os/haiku_usb_raw.cpp
libusb/os/linux_usbfs.c
libusb/os/netbsd_usb.c
libusb/os/null_usb.c
libusb/os/openbsd_usb.c
libusb/os/sunos_usb.c
libusb/os/windows_common.c
libusb/version_nano.h