magiclantern_simplified icon indicating copy to clipboard operation
magiclantern_simplified copied to clipboard

Fix cause of isoless err() on more cams

Open reticulatedpines opened this issue 2 years ago • 1 comments

See get_photo_cmos_iso_start_550d in dual_iso.c. Other cams also exhibit this problem due to dual_iso hard-coding a heap address that is not in fact fixed. 650d and 700d have had a few reports.

Use qemu + gdb to determine if the same approach as for 550d can be used, and if it can be generalised.

reticulatedpines avatar Oct 12 '22 05:10 reticulatedpines

See https://github.com/reticulatedpines/magiclantern_simplified/commit/215c6fa2c15a26855cf69dcb95cae93d56eb5160

reticulatedpines avatar Jan 11 '23 15:01 reticulatedpines