Page MenuHomeFreeBSD

fwcam: set ISO speed from device link speed
ClosedPublic

Authored by seuros on Jul 7 2026, 5:54 PM.
Referenced Files
F171264160: D58091.diff
Wed, Sep 9, 11:16 PM
F171263845: D58091.diff
Wed, Sep 9, 11:11 PM
Unknown Object (File)
Tue, Sep 8, 3:00 PM
Unknown Object (File)
Thu, Sep 3, 3:33 PM
Unknown Object (File)
Tue, Sep 1, 10:24 PM
Unknown Object (File)
Tue, Sep 1, 8:02 PM
Unknown Object (File)
Fri, Aug 28, 11:58 PM
Unknown Object (File)
Fri, Aug 28, 8:55 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

seuros requested review of this revision.Jul 7 2026, 5:54 PM

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.