freebsd-src/lib/libusbhid
Brooks Davis 8010f4ad21 libusb: remove use of COMPAT_32BIT
This codepath used uint64_t's in place of pointers in structs and
arrays to allow 32-bit code to use 64-bit version of ioctls.  Now
that we support 32-bit compat natively this is no longer needed.

Reviewed by:	hselasky, jrtc27 (prior version)
2021-12-17 21:28:14 +00:00
..
data.c libusb: remove use of COMPAT_32BIT 2021-12-17 21:28:14 +00:00
descr.c libusb: remove use of COMPAT_32BIT 2021-12-17 21:28:14 +00:00
descr_compat.c
Makefile libusb: remove use of COMPAT_32BIT 2021-12-17 21:28:14 +00:00
Makefile.depend
parse.c
usage.c
usbhid.3
usbhid.h
usbvar.h libusb: remove use of COMPAT_32BIT 2021-12-17 21:28:14 +00:00