Changeset 1792 for trunk


Ignore:
Timestamp:
04/04/12 23:32:52 (14 months ago)
Author:
philmoz
Message:

Add S100 firmware versions 1.00d, 1.00e and 1.01a from c10ud.
http://chdk.setepontos.com/index.php?topic=650.msg83736#msg83736

Location:
trunk
Files:
56 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/camera_list.csv

    r1789 r1792  
    142142s95,100i,BETA,, 
    143143s95,100k,BETA,, 
     144s100,100d,ALPHA,, 
     145s100,100e,ALPHA,, 
     146s100,101a,ALPHA,, 
    144147sx1,200h,BETA,, 
    145148sx1,201a,BETA,, 
  • trunk/core/gui.c

    r1786 r1792  
    12251225        static const char* names[]={ "Print", "Display"}; 
    12261226        static const int keys[] = {KEY_PRINT, KEY_DISPLAY}; 
    1227     #elif defined(CAMERA_sx150is) || (CAMERA_sx220hs) || defined(CAMERA_sx230hs) 
     1227    #elif defined(CAMERA_sx150is) || (CAMERA_sx220hs) || defined(CAMERA_sx230hs) || defined(CAMERA_s100) 
    12281228        static const char* names[]={ "Playback", "Video", "Display" }; 
    12291229        static const int keys[] = {KEY_PRINT, KEY_VIDEO, KEY_DISPLAY}; 
Note: See TracChangeset for help on using the changeset viewer.