Changeset 1554 for trunk


Ignore:
Timestamp:
01/14/12 22:43:54 (16 months ago)
Author:
reyalp
Message:

a3300 - notes and comments update from release branch

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/platform/a3300/main.c

    r1552 r1554  
    2828} 
    2929 
    30 // Focus length table in firmware @FFF4A3DC  
     30// WARNING WARNING WARNING - following stuff is copy/paste garbage from another port INCLUDING THE COMMENTS - reyalp 
    3131#define NUM_FL 126              // 0 - 125, entries in firmware (3 words each entry, first is FL) 
     32// Focus length table in firmware @FFF4A3DC  - reyalp not really, this is a LIE! 
    3233extern int focus_len_table[NUM_FL*3]; 
    3334 
  • trunk/platform/a3300/notes.txt

    r1552 r1554  
    1 ************************************ 
    2 SX230 HS Notes 
     1A3300 notes 
    32 
    4 To enter CHDK <Alt> mode use the DISP+SET button. 
     3WARNING WARNING WARNING 
    54 
    6 Support for dual partition is not available. 
     5This is an *incomplete* alpha port, done by an person with limited programming experience. It has known issues, and likely many unknown issues. 
    76 
    8 Shortcut Keys 
    9  In Alt mode 
    10  TOGGLE RAW                DISPLAY Key 
    11  In Half press shoot Mode   
    12  TOGGLE HISTO              DOWN Key 
    13  TOGGLE ZEBRA              MENU Key 
    14  TOGGLE OSD                RIGHT Key 
    15  TOGGLE DISABLE OVERRIDES  LEFT Key 
     7If you are an experienced programmer with this camera, you may want to start from scratch rather than trying to fix this port. 
     8Most of the comments are probably copy/pasted from other ports, DO NOT TRUST THEM. 
    169 
     10If you are an end user and somehow obtained a build of this, you should proceed with caution and assume that things will be broken. 
    1711 
     12porting thread http://chdk.setepontos.com/index.php?topic=6972.0 
    1813 
     14TOTALLY INCOMPLETE LIST OF OF KNOWN ISSUES: 
     15modemap in shooting.c is wrong (see stubs_entry.S) 
     16zoom step / focus table etc stuff in main.c is wrong (copy/paste from some totally different camera) 
     17lib.c get_flash_params_count likely wrong 
     18platform_camera.h values are likely wrong 
  • trunk/platform/a3300/shooting.c

    r1552 r1554  
    8686}; 
    8787 
     88// WARNING WARNING WARNING the following is copy/pasted from another camera and wrong 
    8889/* 
    8990http://www.usa.canon.com/cusa/support/consumer/digital_cameras/other_powershot/powershot_sx230_is#Specifications 
Note: See TracChangeset for help on using the changeset viewer.