Changeset 621
- Timestamp:
- 12/06/08 12:57:02 (4 years ago)
- Location:
- trunk
- Files:
-
- 31 added
- 5 edited
-
core/kbd.c (modified) (1 diff)
-
doc/version.txt (modified) (1 diff)
-
include/camera.h (modified) (1 diff)
-
loader/ixusizoom_sd30 (added)
-
loader/ixusizoom_sd30/Makefile (added)
-
loader/ixusizoom_sd30/blobs.S (added)
-
loader/ixusizoom_sd30/entry.S (added)
-
loader/ixusizoom_sd30/main.c (added)
-
loader/ixusizoom_sd30/resetcode (added)
-
loader/ixusizoom_sd30/resetcode/Makefile (added)
-
loader/ixusizoom_sd30/resetcode/entry.S (added)
-
loader/ixusizoom_sd30/resetcode/main.c (added)
-
makefile.inc (modified) (1 diff)
-
platform/ixusizoom_sd30 (added)
-
platform/ixusizoom_sd30/Makefile (added)
-
platform/ixusizoom_sd30/kbd.c (added)
-
platform/ixusizoom_sd30/lib.c (added)
-
platform/ixusizoom_sd30/main.c (added)
-
platform/ixusizoom_sd30/notes.txt (added)
-
platform/ixusizoom_sd30/shooting.c (added)
-
platform/ixusizoom_sd30/sub (added)
-
platform/ixusizoom_sd30/sub/100g (added)
-
platform/ixusizoom_sd30/sub/100g/Makefile (added)
-
platform/ixusizoom_sd30/sub/100g/boot.c (added)
-
platform/ixusizoom_sd30/sub/100g/capt_seq.c (added)
-
platform/ixusizoom_sd30/sub/100g/lib.c (added)
-
platform/ixusizoom_sd30/sub/100g/makefile.inc (added)
-
platform/ixusizoom_sd30/sub/100g/movie_rec.c (added)
-
platform/ixusizoom_sd30/sub/100g/stubs_asm.h (added)
-
platform/ixusizoom_sd30/sub/100g/stubs_auto.S (added)
-
platform/ixusizoom_sd30/sub/100g/stubs_entry.S (added)
-
platform/ixusizoom_sd30/sub/100g/stubs_entry_2.S (added)
-
platform/ixusizoom_sd30/sub/100g/stubs_min.S (added)
-
platform/ixusizoom_sd30/sub/Makefile (added)
-
platform/ixusizoom_sd30/wrappers.c (added)
-
version.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/kbd.c
r584 r621 70 70 #endif 71 71 72 #if defined(CAMERA_a450) || defined(CAMERA_ixus50_sd400) || defined(CAMERA_ixus 40_sd300) || defined(CAMERA_ixus55_sd450) || defined(CAMERA_ixus60_sd600) || defined(CAMERA_ixus65_sd630) || defined(CAMERA_ixus70_sd1000) || defined(CAMERA_ixus700_sd500) || defined(CAMERA_ixus750_sd550) || defined(CAMERA_ixus850_sd800) || defined(CAMERA_ixus75_sd750)72 #if defined(CAMERA_a450) || defined(CAMERA_ixus50_sd400) || defined(CAMERA_ixusizoom_sd30) || defined(CAMERA_ixus40_sd300) || defined(CAMERA_ixus55_sd450) || defined(CAMERA_ixus60_sd600) || defined(CAMERA_ixus65_sd630) || defined(CAMERA_ixus70_sd1000) || defined(CAMERA_ixus700_sd500) || defined(CAMERA_ixus750_sd550) || defined(CAMERA_ixus850_sd800) || defined(CAMERA_ixus75_sd750) 73 73 #define ZSTEP_TABLE_SIZE 7 74 74 static int nTxtbl[]={0,1,2,3,4,5,6}; -
trunk/doc/version.txt
r607 r621 2 2 3 3 version / revision / author 4 5 0.8.8 / 608-621 / PhyrePhoX 6 7 + added fastest port ever: ixus izoom / sd30 - see http://chdk.setepontos.com/index.php/topic,2724.msg25512.html#msg25512 8 + several a590 & g7 fixes... 9 + added polish lang file 10 + added new feature (By PlasmaHH) - compare Propcases 11 Usage: go to debug menu, go to "ALT +/- debug action", set to "CmpProps?" (Compare propcases) 12 then in alt-mode, press the +/- button to initialize it (all current propcases are then saved) 13 then after you made changes in the camera (canon menu) you enter alt-mode, press +/- button - you will see all the props that have changed, until you exit alt-mode 14 if there are more than 12 changed propcases, after 15 seconds it will show the next entries. this is not convenient, but i couldnt come up with a better way for now. 15 on the other hand: it's not clever changing so many things at once (in-camera) to find out propcases. one at a time is the better solution. 16 * gui_fselect.c & rbf_font/rbf_font.c - squashed some compiler warnings (PlasmaHH) 17 * makefile - version.inc was updated even when no new data was inserted, i disabled it (dont think there will be any sideeffects) 18 * fixes in chdk menu: now left & right toggle checkboxes (not only the set button) - patch sent in by MartinBudden? - http://chdk.kernreaktor.org/mantis/view.php?id=115 19 * language updates 20 modified some defines for a590 & g9. needs more work though. disabled the stuff that definitly isnt working yet. camera.h should some day be cleaned up somehow 21 * fix for tx1 - now with #define CAM_HAS_VIDEO_BUTTON 1 -> unlocks a bunch of stuff 4 22 5 23 0.8.7 / #606-607 / reyalp -
trunk/include/camera.h
r619 r621 756 756 757 757 //---------------------------------------------------------- 758 759 #elif defined (CAMERA_ixusizoom_sd30) 760 #define CAM_PROPSET 1 761 762 #define CAM_RAW_ROWPIX 2672 // for 5 MP 763 #define CAM_RAW_ROWS 1968 // for 5 MP 764 765 #undef CAM_SYNCH 766 #undef CAM_USE_ZOOM_FOR_MF 767 #undef CAM_HAS_ERASE_BUTTON 768 #undef CAM_HAS_IRIS_DIAPHRAGM 769 #define CAM_HAS_ND_FILTER 1 770 #undef CAM_HAS_MANUAL_FOCUS 771 #undef CAM_HAS_USER_TV_MODES 772 #define CAM_SHOW_OSD_IN_SHOOT_MENU 1 773 #undef CAM_HAS_IS 774 //#define CAM_CONSOLE_LOG_ENABLED 1 775 #undef CAM_VIDEO_CONTROL 776 777 //---------------------------------------------------------- 778 779 //---------------------------------------------------------- 758 780 #elif defined (CAMERA_ixus55_sd450) 759 781 #define CAM_PROPSET 1 -
trunk/makefile.inc
r604 r621 190 190 #PLATFORM=ixus75_sd750 191 191 #PLATFORMSUB=102a 192 193 #PLATFORM=ixusizoom_sd30 194 #PLATFORMSUB=100g 192 195 193 196 MEMISOSIZE="(&_end-&_start)" -
trunk/version.inc
r607 r621 1 BUILD_NUMBER := 0.8. 71 BUILD_NUMBER := 0.8.8
Note: See TracChangeset
for help on using the changeset viewer.