Page MenuHomeFreeBSD

libusb: implement libusb_get_max_alt_packet_size
Needs ReviewPublic

Authored by aokblast on Jul 9 2025, 10:51 AM.
Tags
None
Referenced Files
F151840249: D51225.id158214.diff
Sat, Apr 11, 12:50 AM
Unknown Object (File)
Sun, Apr 5, 2:38 PM
Unknown Object (File)
Thu, Mar 26, 1:38 AM
Unknown Object (File)
Feb 20 2026, 8:42 PM
Unknown Object (File)
Feb 19 2026, 12:35 PM
Unknown Object (File)
Feb 1 2026, 5:34 PM
Unknown Object (File)
Feb 1 2026, 3:30 PM
Unknown Object (File)
Feb 1 2026, 8:29 AM

Details

Reviewers
bapt
kevans
Group Reviewers
USB
manpages
Summary

The libusb has a function to calculate the size from given interface,
alt_setting, endpoint. Implementing it by refactoring the calculating
function for libusb_get_max_iso_packet_size.

Sponsored By: FreeBSD Foundation

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 65300
Build 62183: arc lint + arc unit

Event Timeline

Add missing parentheses in return

Rebase to main and fix potential error

lwhsu added inline comments.
lib/libusb/libusb10.c
592

pdconf seems leaked here.

612

for all the early return below, except the if (ret < 0), pdconf needs being free()'d?

lib/libusb/libusb.3
193

do you mean multiply the multiplier?

unitrunker_unitrunker.net added inline comments.
lib/libusb/libusb.3
190

Returns the packet size on success,