This fast MD business, is that limited to select cameras or the whole lot? Can you grep - or whatever one does on Windows - all cameras that do not have CAM_AF_LED defined as camera_set_led identifier for AF in platform_camera.h? If so I could do the same thing (identify the AF Beam LED) for any cam I have that needs it.
Hmm. The main part of fast MD is having vid_get_viewport_live_fb correctly implemented. Having the AF LED lets you use MD_tune to verify the implementation is correct.
Grepping to find out if vid_get_viewport_live_fb is implemented (not just returning 0) would be a bit complicated but possible. It won't tell if the implemented ones actually work though.
Knowing which set_led number corresponds to which LED would be nice outside of just MD testing, but going through all the cams would be pretty tedious.
If you're looking for things to test, the chdkptp test I mentioned earlier would be nice to have over a range of cameras
chdkptp -e"exec require'camtests'.runbatch{bench=true,xfersizebugs=true,filexfer=true}"
This will detect cameras like D10 which crash if the native buffer workaround isn't enabled, and generally stress test the PTP system (background
https://chdk.setepontos.com/index.php?topic=4338.msg140877#msg140877).