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
Unknown Object (File)
Fri, Feb 20, 8:42 PM
Unknown Object (File)
Thu, Feb 19, 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
Unknown Object (File)
Feb 1 2026, 7:25 AM
Unknown Object (File)
Jan 27 2026, 4:18 AM
Unknown Object (File)
Jan 24 2026, 12:23 PM

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 66244
Build 63127: 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
642

pdconf seems leaked here.

662

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

lib/libusb/libusb.3
206

do you mean multiply the multiplier?

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

Returns the packet size on success,