Skip to content

EOSM code cleanup

Bitbucket Importer requested to merge bitbucket/merged-pr-657 into branch/unified

Created originally on Bitbucket by daniel_fort (Daniel Fort)

Was already merged in Bitbucket before import, marked as merged by the import user

Mainly a code cleanup to make it easier to read stubs.S. I ran all the cleanup scripts and manually edited the file to more closely match the ones for the other platforms. Also added the Tragic Lantern stubs as unused stubs at the bottom of the list to make it easier to test out some of the features that didn't make it into unified.

My merged pull request #646 Added SoundDevShutDownIn had an error in it that was pointed out by @nikfreak It seems that at some point @OtherOnePercent changed the address of SoundDevShutDownIn to that of StopASIFDMAADC and I just followed what he did. Apparently there are similar issues with the 6D and 70D so keeping mlv_snd.c unchanged for now and noting the issue in the stubs.S comments.

  • Cleaned up stubs.S and updated comments in internals.h

  • EOSM is mirrorless, no need to check for mirror lock up. Change suggested by Matthias Bretz.

Merge request reports