Changeset 995 for trunk


Ignore:
Timestamp:
12/02/10 23:03:23 (2 years ago)
Author:
pixeldoc2000
Message:

a610: CAM_MULTIPART added, downstream chdkde: 419, 420, 421

Location:
trunk
Files:
2 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/camera.h

    r983 r995  
    641641     
    642642    #define CAM_SWIVEL_SCREEN           1 
    643     #undef  CAM_CAN_SD_OVER_NOT_IN_MF  
     643    #define CAM_MULTIPART               1 
     644    #undef  CAM_CAN_SD_OVER_NOT_IN_MF 
    644645    #undef  CAM_HAS_IS 
    645646    #define CAM_CAN_MUTE_MICROPHONE     1 
  • trunk/platform/a610/sub/100e/Makefile

    r709 r995  
    11topdir=../../../../ 
    22 
    3 OBJS=boot.o stubs_min.o stubs_auto.o stubs_entry.o lib.o stubs_entry_2.o capt_seq.o movie_rec.o 
    4 STUBS_AUTO_DEPS=boot.c capt_seq.c movie_rec.c 
     3OBJS=boot.o stubs_min.o stubs_auto.o stubs_entry.o lib.o stubs_entry_2.o capt_seq.o movie_rec.o mount.o 
     4STUBS_AUTO_DEPS=boot.c capt_seq.c movie_rec.c mount.c 
    55 
    66include  $(topdir)platform/makefile_sub.inc 
  • trunk/platform/a610/sub/100e/stubs_entry_2.S

    r826 r995  
    3636NHSTUB(UnlockAF, 0xffd330d4) 
    3737NHSTUB(SetScriptMode,0xFFD46FE4) // by find_eventproc name @ 0xFFD6D3DC 
     38NHSTUB(WriteSDCard, 0xFFC6AFD8) 
  • trunk/platform/a610/sub/100f/Makefile

    r709 r995  
    11topdir=../../../../ 
    22 
    3 OBJS=boot.o stubs_min.o stubs_auto.o stubs_entry.o lib.o stubs_entry_2.o capt_seq.o movie_rec.o 
    4 STUBS_AUTO_DEPS=boot.c capt_seq.c movie_rec.c 
     3OBJS=boot.o stubs_min.o stubs_auto.o stubs_entry.o lib.o stubs_entry_2.o capt_seq.o movie_rec.o mount.o 
     4STUBS_AUTO_DEPS=boot.c capt_seq.c movie_rec.c mount.c 
    55 
    66include  $(topdir)platform/makefile_sub.inc 
  • trunk/platform/a610/sub/100f/stubs_entry_2.S

    r826 r995  
    2727NHSTUB(UnlockAF, 0xffd3345c) 
    2828NHSTUB(SetScriptMode,0xFFD4736C) // by find_eventproc name @ 0xFFD6D764 
     29NHSTUB(WriteSDCard, 0xFFC6B188) 
Note: See TracChangeset for help on using the changeset viewer.