Page MenuHomeFreeBSD

fwcam: set ISO speed from device link speed
ClosedPublic

Authored by guest-seuros on Jul 7 2026, 5:54 PM.
Referenced Files
F165223367: D58091.diff
Thu, Aug 6, 11:21 PM
Unknown Object (File)
Wed, Aug 5, 11:43 PM
Unknown Object (File)
Mon, Aug 3, 6:46 PM
Unknown Object (File)
Sun, Aug 2, 3:14 AM
Unknown Object (File)
Sun, Aug 2, 12:46 AM
Unknown Object (File)
Sat, Aug 1, 4:31 AM
Unknown Object (File)
Wed, Jul 29, 11:39 AM
Unknown Object (File)
Tue, Jul 28, 1:14 PM
Subscribers

Details

Summary

iso_speed was never initialized, defaulting to S100 regardless of the
camera's actual link speed. Some cameras firmwares reject ISO_EN
when the speed field in the ISO_CHANNEL register
does not match their capabilities.

Diff Detail

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

Event Timeline

S400 is the default in non apple hardware.

Apple firmware handle the negotiation automatically from what it seems.

This fix is for non-apple cards.

This revision is now accepted and ready to land.Jul 7 2026, 8:44 PM
This revision was automatically updated to reflect the committed changes.