When the shutter button is half-pressed, camera calculates required exposure and uses it to show how picture will look with selected exposure. My patch to chdk then takes ev value, computes and displays shutter speeds for all apertures. I will make post with more info about my patch later.
But in very bright conditions when I half-press the button (iso=100 and minimal zoom level), 1/2000 4.5 is displayer in RED in the bottom of the screen because shorter speed is actually required but isn't automatically selected by firmware. Btw, the same for dark conditions - you know, camera won't select speed longer that 1 sec in Auto/P modes.
So I believe there's limit set somewhere in firmware for min/max auto shutter speed that I want to patch. I know arm assembler well but new to dryos development so I just want to know where to search for these limits in the firmware. Or maybe it's already known how to change it.