Changeset 1637 for branches/release-1_0/platform/d10/sub/100a/stubs_min.S
- Timestamp:
- 02/05/12 00:33:18 (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/release-1_0/platform/d10/sub/100a/stubs_min.S
r897 r1637 1 1 #include "stubs_asm.h" 2 2 3 DEF(physw_status, 0xE238) // ShowPhySwStatus, "GpioStatus " 4 DEF(physw_run, 0x1C2C + 0xC) // task_PhySw 5 DEF(playrec_mode,0x2B88 + 0x4) // "MenuIn" 6 DEF(canon_menu_active,0x2E28 + 0x4) // "StartRecModeMenu" 7 DEF(canon_shoot_menu_active,0x7404 + 0x1) // sub_FF96B3C0, via loc_FF87913C sub_FF878FF4 calls reboot: sub_FF828E54, near HwErrPreShtDwn 8 DEF(FlashParamsTable,0xFFB330F4) // sub_FFA54AB8, near pointer to canon mode list FFB32F18 9 DEF(levent_table,0xFFB08638) // find_levent 10 DEF(recreview_hold,0x70B0 + 0xC4) // from sub_FF95C814 via search on int 0x3007, similar to sd990, TODO may not be right 11 DEF(zoom_status, 0xAD70) // sub_FFA56810, search on ZoomCon_EnterCaptModeChange similar to sd990 12 DEF(zoom_busy, 0x5EFC + 0x14) // 0x5EFC + 0x14, found in sub_FF92B59C search on "ZoomLens", similar to sd990 13 DEF(focus_busy, 0x5E00 + 0x8) // 0x5E00 + 0x8, via sub_FF9265C0 and found by search on "M:IS_RST_E" 14 DEF(movie_status, 0x4B29C + 0x38) // 0x4B29C + 0x38 via task_MovieRecord -> sub_FF92F3E8 -> loc_FF92F36C 15 DEF(some_flag_for_af_scan, 0x6508) // search on "SsPrepareSeq.c" -> sub_FF932650 -> sub_FF9325DC -> FF932628 similar to sd990 3 DEF(movie_status, 0x4B29C + 0x38) // 0x4B29C + 0x38 via task_MovieRecord -> sub_FF92F3E8 -> loc_FF92F36C 4 DEF(recreview_hold, 0x70B0 + 0xC4) // from sub_FF95C814 via search on int 0x3007, similar to sd990, TODO may not be right 16 5 17 DEF(some_f_for_dng, 0xDEAD)// TODO NOT FOUND!18 DEF(second_ext_for_dng, 0xDEAD)// TODO NOT FOUND!6 DEF(some_f_for_dng, 0xDEAD) // TODO NOT FOUND! 7 DEF(second_ext_for_dng, 0xDEAD) // TODO NOT FOUND!
Note: See TracChangeset
for help on using the changeset viewer.