Changeset 1411


Ignore:
Timestamp:
11/12/11 22:06:44 (19 months ago)
Author:
philmoz
Message:

Enable adjustable <ALT> button for ixus65_sd630 (from waterwingz):
http://chdk.setepontos.com/index.php?topic=650.msg75801#msg75801

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/gui.c

    r1392 r1411  
    12481248    static const char* names[]={ "Print", "Disp",  "AE Lock", "Jump" }; 
    12491249    static const int keys[]={ KEY_PRINT, KEY_DISPLAY, KEY_MICROPHONE, KEY_METERING};     
     1250#elif defined(CAMERA_ixus65_sd630) 
     1251    static const char* names[]={ "Print", "Disp"}; 
     1252    static const int keys[]={ KEY_PRINT, KEY_DISPLAY }; 
    12501253#elif defined(CAMERA_a650) 
    12511254    static const char* names[]={ "Print", "ISO"}; 
  • trunk/platform/ixus65_sd630/kbd.c

    r1344 r1411  
    357357        { 0, 0 } 
    358358}; 
     359 
     360 
     361void kbd_set_alt_mode_key_mask(long key) 
     362{ 
     363        return; 
     364} 
  • trunk/platform/ixus65_sd630/platform_camera.h

    r1140 r1411  
    2626    #define CAM_RAW_ROWS                2136   // for 6 MP 
    2727 
     28        #define CAM_ADJUSTABLE_ALT_BUTTON 1      
     29         
    2830    #undef  CAM_USE_ZOOM_FOR_MF 
    2931    #undef  CAM_HAS_ERASE_BUTTON 
Note: See TracChangeset for help on using the changeset viewer.