HomeFreeBSD

libusb: remove use of COMPAT_32BIT

Description

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)

Details

Provenance
brooksAuthored on Dec 17 2021, 9:28 PM
Parents
rG0ec590d24e41: usb: add 32-bit compat for FIFOs
Branches
Unknown
Tags
Unknown