Changeset 440


Ignore:
Timestamp:
07/10/08 21:31:25 (5 years ago)
Author:
Jucifer
Message:

+ guessed some usb remote related stuff for sx100 (now compiles)

Location:
branches/juciphox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/juciphox/core/kbd.c

    r437 r440  
    100100#endif 
    101101// ------ add by Masuji SUTO (end)   -------------- 
     102 
     103#if defined(CAMERA_sx100is) 
     104#define ZSTEP_TABLE_SIZE 8 
     105static int nTxtbl[]={0,3,6,9,13,16,20,23}; 
     106#endif 
    102107 
    103108void kbd_sched_delay(long msec) 
  • branches/juciphox/include/camera.h

    r434 r440  
    531531    #define CAM_RAW_ROWPIX              3336   // for new 8 MP 
    532532    #define CAM_RAW_ROWS                2480   // for new 8 MP 
     533    #undef CAM_SYNCH   
    533534    #undef CAM_CHDK_HAS_EXT_VIDEO_MENU 
    534535    #undef CAM_CAN_UNLOCK_OPTICAL_ZOOM_IN_VIDEO 
Note: See TracChangeset for help on using the changeset viewer.