Changeset 1977


Ignore:
Timestamp:
07/12/12 04:59:12 (11 months ago)
Author:
reyalp
Message:

beta ixus115_elph100hs 100c, 101a and 101b ports, from waterwingz in http://chdk.setepontos.com/index.php?topic=650.msg87726#msg87726 original port by Just.J

Location:
trunk
Files:
56 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/camera_list.csv

    r1936 r1977  
    7575ixus100_sd780,100c,BETA,, 
    7676ixus105_sd1300,100d,ALPHA,,SKIP_AUTOBUILD 
     77ixus115_elph100hs,100c,BETA,, 
     78ixus115_elph100hs,101a,BETA,, 
     79ixus115_elph100hs,101b,BETA,101c, 
    7780ixus120_sd940,100e,,, 
    7881ixus120_sd940,101a,,, 
  • trunk/core/gui.c

    r1968 r1977  
    14801480        static const char* names[]={ "Video", "Display", "Playback", "Video"}; 
    14811481        static const int keys[] = {KEY_PRINT, KEY_DISPLAY, KEY_PLAYBACK, KEY_VIDEO}; 
     1482    #elif defined(CAMERA_ixus115_elph100hs) 
     1483        static const char* names[]={ "Playback", "Video", "Menu+Zoom" }; 
     1484        static const int keys[] = {KEY_PLAYBACK, KEY_VIDEO, KEY_PRINT}; 
    14821485    #elif defined(CAMERA_ixus120_sd940) 
    14831486        static const char* names[]={ "Display", "Playback" }; 
Note: See TracChangeset for help on using the changeset viewer.