1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00
freebsd/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_compat.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
descr.c libusb: remove use of COMPAT_32BIT 2021-12-17 21:28:14 +00:00
Makefile libusb: remove use of COMPAT_32BIT 2021-12-17 21:28:14 +00:00
Makefile.depend Update Makefile.depend files 2019-12-11 17:37:53 +00:00
parse.c USB HID descriptors may push/pop the current state to allow 2020-06-05 07:57:16 +00:00
usage.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
usbhid.3
usbhid.h lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
usbvar.h libusb: remove use of COMPAT_32BIT 2021-12-17 21:28:14 +00:00