Changeset 641
- Timestamp:
- 12/18/08 21:17:06 (4 years ago)
- Location:
- trunk
- Files:
-
- 3 added
- 14 edited
-
include/camera.h (modified) (2 diffs)
-
platform/ixus75_sd750/kbd.c (modified) (1 diff)
-
platform/ixus75_sd750/sub/100b/Makefile (modified) (1 diff)
-
platform/ixus75_sd750/sub/100b/mount.c (added)
-
platform/ixus75_sd750/sub/100b/stubs_auto.S (modified) (4 diffs)
-
platform/ixus75_sd750/sub/100b/stubs_entry_2.S (modified) (1 diff)
-
platform/ixus75_sd750/sub/100b/stubs_min.S (modified) (1 diff)
-
platform/ixus75_sd750/sub/101a/Makefile (modified) (1 diff)
-
platform/ixus75_sd750/sub/101a/mount.c (added)
-
platform/ixus75_sd750/sub/101a/stubs_auto.S (modified) (3 diffs)
-
platform/ixus75_sd750/sub/101a/stubs_entry_2.S (modified) (1 diff)
-
platform/ixus75_sd750/sub/101a/stubs_min.S (modified) (1 diff)
-
platform/ixus75_sd750/sub/102a/Makefile (modified) (1 diff)
-
platform/ixus75_sd750/sub/102a/mount.c (added)
-
platform/ixus75_sd750/sub/102a/stubs_auto.S (modified) (3 diffs)
-
platform/ixus75_sd750/sub/102a/stubs_entry_2.S (modified) (1 diff)
-
platform/ixus75_sd750/sub/102a/stubs_min.S (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/camera.h
r639 r641 934 934 #undef CAM_ADJUSTABLE_ALT_BUTTON // ALT-button can be set from menu 935 935 #undef CAM_REMOTE // Camera supports USB-remote 936 # undef CAM_MULTIPART// Camera supports SD-card multipartitioning936 #define CAM_MULTIPART 1 // Camera supports SD-card multipartitioning 937 937 #define CAM_HAS_ZOOM_LEVER 1 // Camera has dedicated zoom buttons 938 938 #undef CAM_DRAW_EXPOSITION // Output expo-pair on screen (for cameras which (sometimes) don't do that) … … 970 970 // camera name 971 971 #define PARAM_CAMERA_NAME 4 // parameter number for GetParameterData 972 973 #define DNG_EXT_FROM ".DPS" 974 #define DNG_EXT_TO ".DNG" 975 972 976 //---------------------------------------------------------- 973 977 #elif defined (CAMERA_ixus70_sd1000) -
trunk/platform/ixus75_sd750/kbd.c
r560 r641 329 329 {2, KEY_ZOOM_IN , 0x00000004 }, 330 330 {2, KEY_ZOOM_OUT, 0x00000008 }, 331 {2, KEY_MENU , 0x00000 200 },332 {2, KEY_DISPLAY , 0x00000 400 },331 {2, KEY_MENU , 0x00000400 }, 332 {2, KEY_DISPLAY , 0x00000200 }, 333 333 {2, KEY_PRINT , 0x00000800 }, 334 334 // {2, KEY_DUMMY , 0x00000800 }, -
trunk/platform/ixus75_sd750/sub/100b/Makefile
r563 r641 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/ixus75_sd750/sub/100b/stubs_auto.S
r563 r641 1 1 /* THIS FILE IS GENERATED */ 2 /* DO NOT EDIT THIS FILE! */ 3 2 4 #include "stubs_asm.h" 3 5 … … 16 18 STUB(FF81BCAC) 17 19 STUB(FF81BEA8) 20 STUB(FF81C96C) 21 STUB(FF81C998) 22 STUB(FF81E2C4) 23 STUB(FF81E394) 18 24 STUB(FF82668C) 25 STUB(FF849C38) 26 STUB(FF849C48) 19 27 STUB(FF918240) 20 28 STUB(FF91E9AC) … … 29 37 STUB(FF938B30) 30 38 STUB(FFA44D6C) 39 STUB(FFA742C8) 40 STUB(FFA743B8) 41 STUB(FFA8A7D4) 42 STUB(FFAA3D10) 43 STUB(FFAA3DE8) 44 STUB(FFAA3F14) 45 STUB(FFAA467C) 46 STUB(FFAA46CC) 47 STUB(FFAA4784) 48 STUB(FFAA48D8) 49 STUB(FFAA49FC) 50 STUB(FFAA4A84) 51 STUB(FFAA4C50) 52 STUB(FFAA4CA0) 53 STUB(FFAB829C) 31 54 STUB(FFAFE538) 32 55 STUB(FFB088B0) … … 72 95 STUB(FFB20578) 73 96 STUB(FFB2C0C4) 97 STUB(FFB3DFC0) 74 98 STUB(FFB42B44) 75 99 STUB(FFB8EA50) -
trunk/platform/ixus75_sd750/sub/100b/stubs_entry_2.S
r564 r641 140 140 NHSTUB(GetOpticalTemperature, 0xFFA3FC20) 141 141 NHSTUB(PT_PlaySound, 0xFFB16C94) 142 NHSTUB(WriteSDCard, 0xFFAB7D08) 143 142 144 NHSTUB(EnterToCompensationEVF, 0xffb06508) 143 145 NHSTUB(ExitFromCompensationEVF, 0xffb0658c) -
trunk/platform/ixus75_sd750/sub/100b/stubs_min.S
r563 r641 17 17 DEF(movie_status,0xBBC48) 18 18 DEF(zoom_status, 0x26B8) // found near _MoveOpticalToTele, _StopOpticalZoom etc 19 19 DEF(some_f_for_dng, 0x7214) 20 DEF(second_ext_for_dng, 0x7238) -
trunk/platform/ixus75_sd750/sub/101a/Makefile
r563 r641 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/ixus75_sd750/sub/101a/stubs_auto.S
r590 r641 18 18 STUB(FF81BCAC) 19 19 STUB(FF81BEA8) 20 STUB(FF81C96C) 21 STUB(FF81C998) 22 STUB(FF81E2C4) 23 STUB(FF81E394) 20 24 STUB(FF82668C) 25 STUB(FF849C38) 26 STUB(FF849C48) 21 27 STUB(FF918240) 22 28 STUB(FF91E9AC) … … 31 37 STUB(FF938B30) 32 38 STUB(FFA44DE0) 39 STUB(FFA7433C) 40 STUB(FFA7442C) 41 STUB(FFA8A848) 42 STUB(FFAA3D84) 43 STUB(FFAA3E5C) 44 STUB(FFAA3F88) 45 STUB(FFAA46F0) 46 STUB(FFAA4740) 47 STUB(FFAA47F8) 48 STUB(FFAA494C) 49 STUB(FFAA4A70) 50 STUB(FFAA4AF8) 51 STUB(FFAA4CC4) 52 STUB(FFAA4D14) 53 STUB(FFAB8310) 33 54 STUB(FFAFE5AC) 34 55 STUB(FFB08924) … … 74 95 STUB(FFB205EC) 75 96 STUB(FFB2C138) 97 STUB(FFB3E034) 76 98 STUB(FFB42BB8) 77 99 STUB(FFB8EAC4) -
trunk/platform/ixus75_sd750/sub/101a/stubs_entry_2.S
r564 r641 140 140 NHSTUB(GetOpticalTemperature, 0xFFA3FC94) 141 141 NHSTUB(PT_PlaySound, 0xFFB16D08) 142 NHSTUB(WriteSDCard, 0xFFAB7D7C) 143 142 144 NHSTUB(EnterToCompensationEVF, 0xffb0657c) 143 145 NHSTUB(ExitFromCompensationEVF, 0xffb06600) -
trunk/platform/ixus75_sd750/sub/101a/stubs_min.S
r563 r641 17 17 DEF(movie_status,0xBBC48) 18 18 DEF(zoom_status, 0x26B8) // found near _MoveOpticalToTele, _StopOpticalZoom etc 19 19 DEF(some_f_for_dng, 0x7214) 20 DEF(second_ext_for_dng, 0x7238) -
trunk/platform/ixus75_sd750/sub/102a/Makefile
r563 r641 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/ixus75_sd750/sub/102a/stubs_auto.S
r590 r641 18 18 STUB(FF81BCAC) 19 19 STUB(FF81BEA8) 20 STUB(FF81C96C) 21 STUB(FF81C998) 22 STUB(FF81E2C4) 23 STUB(FF81E394) 20 24 STUB(FF82668C) 25 STUB(FF849C38) 26 STUB(FF849C48) 21 27 STUB(FF918240) 22 28 STUB(FF91E9AC) … … 31 37 STUB(FF938B30) 32 38 STUB(FFA44DE0) 39 STUB(FFA7433C) 40 STUB(FFA7442C) 41 STUB(FFA8A848) 42 STUB(FFAA3D84) 43 STUB(FFAA3E5C) 44 STUB(FFAA3F88) 45 STUB(FFAA46F0) 46 STUB(FFAA4740) 47 STUB(FFAA47F8) 48 STUB(FFAA494C) 49 STUB(FFAA4A70) 50 STUB(FFAA4AF8) 51 STUB(FFAA4CC4) 52 STUB(FFAA4D14) 53 STUB(FFAB8310) 33 54 STUB(FFAFE62C) 34 55 STUB(FFB089A4) … … 74 95 STUB(FFB2066C) 75 96 STUB(FFB2C1B8) 97 STUB(FFB3E0B4) 76 98 STUB(FFB42C38) 77 99 STUB(FFB8EB44) -
trunk/platform/ixus75_sd750/sub/102a/stubs_entry_2.S
r564 r641 140 140 NHSTUB(GetOpticalTemperature, 0xFFA3FC94) 141 141 NHSTUB(PT_PlaySound, 0xFFB16D88) 142 NHSTUB(WriteSDCard, 0xFFAB7D7C) 143 142 144 NHSTUB(EnterToCompensationEVF, 0xffb065fc) 143 145 NHSTUB(ExitFromCompensationEVF, 0xffb06680) -
trunk/platform/ixus75_sd750/sub/102a/stubs_min.S
r563 r641 17 17 DEF(movie_status,0xBBC48) 18 18 DEF(zoom_status, 0x26B8) // found near _MoveOpticalToTele, _StopOpticalZoom etc 19 19 DEF(some_f_for_dng, 0x7214) 20 DEF(second_ext_for_dng, 0x7238)
Note: See TracChangeset
for help on using the changeset viewer.