Ignore:
Timestamp:
04/11/12 04:14:42 (14 months ago)
Author:
philmoz
Message:

Add option to disable the 'zoom assist' button on the SX30 and SX40.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platform/sx30/kbd.c

    r1568 r1797  
    174174        } 
    175175 
     176    // Disable Zoom Assist button 
     177    if (conf.zoom_assist_button_disable) 
     178        physw_status[0] |= 0x00010000; 
     179 
    176180        //_kbd_read_keys_r2(physw_status); 
    177181 
Note: See TracChangeset for help on using the changeset viewer.