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)
Tue, Oct 14, 8:43 AM
Unknown Object (File)
Sat, Oct 11, 3:20 AM
Unknown Object (File)
Tue, Oct 7, 4:47 AM
Unknown Object (File)
Tue, Oct 7, 4:42 AM
Unknown Object (File)
Sun, Oct 5, 2:23 PM
Unknown Object (File)
Sun, Oct 5, 3:24 AM
Unknown Object (File)
Tue, Sep 30, 2:55 AM
Unknown Object (File)
Mon, Sep 29, 10:30 PM
Subscribers

Details

Reviewers
bapt
kevans
Group Reviewers
USB
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?