- Timestamp:
- 01/14/12 22:43:54 (16 months ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
platform/a3300/main.c (modified) (1 diff)
-
platform/a3300/notes.txt (modified) (1 diff)
-
platform/a3300/shooting.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/release-1_0 merged: 1553
- Property svn:mergeinfo changed
-
trunk/platform/a3300/main.c
r1552 r1554 28 28 } 29 29 30 // Focus length table in firmware @FFF4A3DC30 // WARNING WARNING WARNING - following stuff is copy/paste garbage from another port INCLUDING THE COMMENTS - reyalp 31 31 #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! 32 33 extern int focus_len_table[NUM_FL*3]; 33 34 -
trunk/platform/a3300/notes.txt
r1552 r1554 1 ************************************ 2 SX230 HS Notes 1 A3300 notes 3 2 4 To enter CHDK <Alt> mode use the DISP+SET button. 3 WARNING WARNING WARNING 5 4 6 Support for dual partition is not available.5 This is an *incomplete* alpha port, done by an person with limited programming experience. It has known issues, and likely many unknown issues. 7 6 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 7 If you are an experienced programmer with this camera, you may want to start from scratch rather than trying to fix this port. 8 Most of the comments are probably copy/pasted from other ports, DO NOT TRUST THEM. 16 9 10 If you are an end user and somehow obtained a build of this, you should proceed with caution and assume that things will be broken. 17 11 12 porting thread http://chdk.setepontos.com/index.php?topic=6972.0 18 13 14 TOTALLY INCOMPLETE LIST OF OF KNOWN ISSUES: 15 modemap in shooting.c is wrong (see stubs_entry.S) 16 zoom step / focus table etc stuff in main.c is wrong (copy/paste from some totally different camera) 17 lib.c get_flash_params_count likely wrong 18 platform_camera.h values are likely wrong -
trunk/platform/a3300/shooting.c
r1552 r1554 86 86 }; 87 87 88 // WARNING WARNING WARNING the following is copy/pasted from another camera and wrong 88 89 /* 89 90 http://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.