Changeset 1726 for branches/release-1_0


Ignore:
Timestamp:
03/11/12 22:37:36 (16 months ago)
Author:
philmoz
Message:

A800 1.00c & A2100 1.00a added (patches from waterwingz)
http://chdk.setepontos.com/index.php?topic=650.msg82671#msg82671
http://chdk.setepontos.com/index.php?topic=650.msg82692#msg82692

Location:
branches/release-1_0
Files:
64 added
3 edited

Legend:

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

    r1725 r1726  
    33a1000,100b,ALPHA,, 
    44a1100,100c,BETA,, 
     5a2100,100a,ALPHA,,SKIP_AUTOBUILD 
    56a2000,100c,BETA,100a:100b, 
    67a3000,100b,BETA,, 
     
    4243a710,100a,,, 
    4344a720,100c,,, 
     45a800,100c,ALPHA,, 
    4446d10,100a,BETA,100b, 
    4547g10,102a,,, 
  • branches/release-1_0/core/kbd.c

    r1725 r1726  
    6666    defined(CAMERA_ixus300_sd4000) || \ 
    6767    defined(CAMERA_a410) || \ 
    68     defined(CAMERA_ixus1000_sd4500) 
     68    defined(CAMERA_ixus1000_sd4500)|| \ 
     69    defined(CAMERA_a800) 
    6970#define ZSTEP_TABLE_SIZE 7 
    7071static int nTxtbl[]={0,1,2,3,4,5,6};    // remote zoom steps (we need a distinct number of steps, even if the camera zooms smoothly) 
     
    127128    defined (CAMERA_a720) || \ 
    128129    defined (CAMERA_a1000) || \ 
    129     defined (CAMERA_a2000)  
     130    defined (CAMERA_a2000) || \ 
     131    defined (CAMERA_a2100)  
    130132#define ZSTEP_TABLE_SIZE 8 
    131133static int nTxtbl[]={0,2,4,6,8,10,12,14}; 
  • branches/release-1_0/include/modelist.h

    r1662 r1726  
    127127    MODE_LIVE               , // A3300is 
    128128    MODE_DISCREET           , // A3300is 
     129    MODE_BLUR_REDUCTION     , // a800 
    129130}; 
    130131 
Note: See TracChangeset for help on using the changeset viewer.