Source code for ixus265_elph340, firmware version 100c.
Fix for issue with G16 not entering shooting mode on long press of power button reported here.Tested on 101c - code for other versions hand checked in disassembly. EDIT : patch file update
//SX410+ { 2, KEY_ZOOM_IN ,0x00000080 }, // full speed+ { 2, KEY_ZOOM_IN ,0x00000020 }, // low speed+ { 2, KEY_ZOOM_OUT ,0x00000040 }, // full speed+ { 2, KEY_ZOOM_OUT ,0x00000010 }, // low speed//SX420+ { 0, KEY_ZOOM_IN ,0x00000100 }, // full speed <------\ /----+ { 0, KEY_ZOOM_IN ,0x00000200 }, // low speed <-------/ \--- ?+ { 0, KEY_ZOOM_OUT ,0x00000800 }, // full speed+ { 0, KEY_ZOOM_OUT ,0x00000400 }, // low speed
SX410IS -Corrected order for zoom keys in keymap.SX420IS -Added keys for slow zoom speed in keymap.
sx530hs- added exp_drv_task for very short exposures.Tested by Davo in https://chdk.setepontos.com/index.php?topic=14169.msg144746#msg144746EDIT: added patch file
Source code for EOS M3, firmware version 121a.
Started by andre117 General Discussion and Assistance
Started by Bernd R General Discussion and Assistance
Started by quid « 1 2 » General Discussion and Assistance
Started by zell « 1 2 » General Discussion and Assistance
Started by srsa_4c « 1 2 » General Discussion and Assistance