Changeset 1566


Ignore:
Timestamp:
01/16/12 02:55:56 (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:
branches/release-1_0
Files:
32 added
3 edited

Legend:

Unmodified
Added
Removed
  • branches/release-1_0/camera_list.csv

    r1551 r1566  
    7171ixus220_elph300hs,101c,ALPHA,101d:101e, 
    7272ixus220_elph300hs,101g,ALPHA,, 
     73ixus230_elph310hs,100b,ALPHA,,SKIP_AUTOBUILD 
    7374ixus300_sd4000,100d,BETA,, 
    7475ixus310_elph500hs,100a,BETA,, 
  • branches/release-1_0/core/gui.c

    r1561 r1566  
    12501250    static const char* names[]={ "Disp+Set", "Display", "Playback", "Video"}; 
    12511251    static const int keys[] = {KEY_PRINT, KEY_DISPLAY, KEY_PLAYBACK, KEY_VIDEO}; 
    1252 #elif defined(CAMERA_ixus220_elph300hs) 
     1252#elif defined(CAMERA_ixus220_elph300hs) || defined(CAMERA_ixus230_elph310hs) 
    12531253    static const char* names[]={ "Video", "Display", "Playback", "Video"}; 
    12541254    static const int keys[] = {KEY_PRINT, KEY_DISPLAY, KEY_PLAYBACK, KEY_VIDEO}; 
  • branches/release-1_0/core/kbd.c

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