Changeset 621


Ignore:
Timestamp:
12/06/08 12:57:02 (4 years ago)
Author:
phyrephox
Message:

+ added fastest port ever: ixus izoom / sd30 - see http://chdk.setepontos.com/index.php/topic,2724.msg25512.html#msg25512
upped version to 0.8.8

Location:
trunk
Files:
31 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/kbd.c

    r584 r621  
    7070#endif 
    7171 
    72 #if defined(CAMERA_a450) || defined(CAMERA_ixus50_sd400) || 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) 
     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) 
    7373#define ZSTEP_TABLE_SIZE 7 
    7474static int nTxtbl[]={0,1,2,3,4,5,6}; 
  • trunk/doc/version.txt

    r607 r621  
    22 
    33version / revision / author 
     4 
     50.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 
     11Usage: go to debug menu, go to "ALT +/- debug action", set to "CmpProps?" (Compare propcases) 
     12then in alt-mode, press the +/- button to initialize it (all current propcases are then saved) 
     13then 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 
     14if 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. 
     15on 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  
     20modified 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  
    422 
    5230.8.7 / #606-607 / reyalp 
  • trunk/include/camera.h

    r619 r621  
    756756 
    757757//---------------------------------------------------------- 
     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//---------------------------------------------------------- 
    758780#elif defined (CAMERA_ixus55_sd450) 
    759781    #define CAM_PROPSET                 1 
  • trunk/makefile.inc

    r604 r621  
    190190#PLATFORM=ixus75_sd750 
    191191#PLATFORMSUB=102a 
     192 
     193#PLATFORM=ixusizoom_sd30 
     194#PLATFORMSUB=100g 
    192195 
    193196MEMISOSIZE="(&_end-&_start)" 
  • trunk/version.inc

    r607 r621  
    1 BUILD_NUMBER := 0.8.7 
     1BUILD_NUMBER := 0.8.8 
Note: See TracChangeset for help on using the changeset viewer.