- Timestamp:
- 12/02/10 23:03:23 (2 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 5 edited
-
include/camera.h (modified) (1 diff)
-
platform/a610/sub/100e/Makefile (modified) (1 diff)
-
platform/a610/sub/100e/mount.c (added)
-
platform/a610/sub/100e/stubs_entry_2.S (modified) (1 diff)
-
platform/a610/sub/100f/Makefile (modified) (1 diff)
-
platform/a610/sub/100f/mount.c (added)
-
platform/a610/sub/100f/stubs_entry_2.S (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/camera.h
r983 r995 641 641 642 642 #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 644 645 #undef CAM_HAS_IS 645 646 #define CAM_CAN_MUTE_MICROPHONE 1 -
trunk/platform/a610/sub/100e/Makefile
r709 r995 1 1 topdir=../../../../ 2 2 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 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 mount.o 4 STUBS_AUTO_DEPS=boot.c capt_seq.c movie_rec.c mount.c 5 5 6 6 include $(topdir)platform/makefile_sub.inc -
trunk/platform/a610/sub/100e/stubs_entry_2.S
r826 r995 36 36 NHSTUB(UnlockAF, 0xffd330d4) 37 37 NHSTUB(SetScriptMode,0xFFD46FE4) // by find_eventproc name @ 0xFFD6D3DC 38 NHSTUB(WriteSDCard, 0xFFC6AFD8) -
trunk/platform/a610/sub/100f/Makefile
r709 r995 1 1 topdir=../../../../ 2 2 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 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 mount.o 4 STUBS_AUTO_DEPS=boot.c capt_seq.c movie_rec.c mount.c 5 5 6 6 include $(topdir)platform/makefile_sub.inc -
trunk/platform/a610/sub/100f/stubs_entry_2.S
r826 r995 27 27 NHSTUB(UnlockAF, 0xffd3345c) 28 28 NHSTUB(SetScriptMode,0xFFD4736C) // by find_eventproc name @ 0xFFD6D764 29 NHSTUB(WriteSDCard, 0xFFC6B188)
Note: See TracChangeset
for help on using the changeset viewer.