Changeset 1567


Ignore:
Timestamp:
01/16/12 03:08:05 (16 months ago)
Author:
philmoz
Message:

Add new camera - IXUS 230, firmware 1.00b (from velvethammer42).
http://chdk.setepontos.com/index.php?topic=650.msg79928#msg79928

Location:
trunk
Files:
32 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/camera_list.csv

    r1552 r1567  
    7070ixus220_elph300hs,101c,ALPHA,101d:101e, 
    7171ixus220_elph300hs,101g,ALPHA,, 
     72ixus230_elph310hs,100b,ALPHA,,SKIP_AUTOBUILD 
    7273ixus300_sd4000,100d,BETA,, 
    7374ixus310_elph500hs,100a,BETA,, 
  • trunk/core/gui.c

    r1527 r1567  
    12131213    static const char* names[]={ "Disp+Set", "Display", "Playback", "Video"}; 
    12141214    static const int keys[] = {KEY_PRINT, KEY_DISPLAY, KEY_PLAYBACK, KEY_VIDEO}; 
    1215 #elif defined(CAMERA_ixus220_elph300hs) 
     1215#elif defined(CAMERA_ixus220_elph300hs) || defined(CAMERA_ixus230_elph310hs) 
    12161216    static const char* names[]={ "Video", "Display", "Playback", "Video"}; 
    12171217    static const int keys[] = {KEY_PRINT, KEY_DISPLAY, KEY_PLAYBACK, KEY_VIDEO}; 
  • trunk/core/kbd.c

    r1552 r1567  
    106106#endif 
    107107 
    108 #if defined(CAMERA_sx200is) || defined(CAMERA_sx130is) || defined(CAMERA_sx150is) || defined(CAMERA_sx220hs) || defined(CAMERA_sx230hs) || defined(CAMERA_ixus220_elph300hs) 
     108#if defined(CAMERA_sx200is) || defined(CAMERA_sx130is) || defined(CAMERA_sx150is) || defined(CAMERA_sx220hs) || defined(CAMERA_sx230hs) || defined(CAMERA_ixus220_elph300hs) || defined(CAMERA_ixus230_elph310hs) 
    109109#define ZSTEP_TABLE_SIZE 7 
    110110static int nTxtbl[]={0,16,32,62,78,102,125}; 
Note: See TracChangeset for help on using the changeset viewer.