Changeset 1641 for trunk/platform/ixus220_elph300hs/sub/101g/stubs_entry.S
- Timestamp:
- 02/05/12 05:46:18 (16 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
platform/ixus220_elph300hs/sub/101g/stubs_entry.S (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/release-1_0 merged: 1637-1639
- Property svn:mergeinfo changed
-
trunk/platform/ixus220_elph300hs/sub/101g/stubs_entry.S
r1636 r1641 15 15 // Stubs below should be checked. Stub not matched 100%, or difference found to current 'stubs_entry_2.S' 16 16 // Name Address Rule % Comp to stubs_entry_2.S 17 // ERROR: SetFileAttributes is not found. //--- --- *** != 0x00000000 17 18 NSTUB(kbd_pwr_off ,0xff865570) // 2 60% 18 // ERROR: kbd_pwr_on is not found. //--- --- *** != 0x ff84179819 // ERROR: kbd_pwr_on is not found. //--- --- *** != 0x00000000 19 20 20 21 // Check of modemap from 'platform/CAMERA/shooting.c': … … 23 24 24 25 // Values below can be overridden in 'stubs_min.S': 25 //DEF(physw_status ,0x0003418c) // Found @0xff834e18, stubs_min = 0x0003418c (0x0003418c) 26 //DEF(physw_run ,0x00001c3c) // Found @0xff8349bc, stubs_min = 0x00001c3c (0x00001c3c) 27 //DEF(levent_table ,0xffbeb268) // Found @0xffbeb268, stubs_min = 0xffbeb268 (0xffbeb268) 28 //DEF(FlashParamsTable ,0xffc4f0e0) // Found @0xffc4f0e0, stubs_min = 0xffc4f0e0 (0xffc4f0e0) 29 //DEF(movie_status ,0x00006dcc) // Found @0xff984bd0, stubs_min = 0x00006dcc (0x00006dcc) 30 //DEF(full_screen_refresh ,0x00009d00) // Found @0xffa32dfc, stubs_min = 0x00009d00 (0x00009d00) 31 //DEF(canon_menu_active ,0x00003210) // Found @0xff896910, stubs_min = 0x00003210 (0x00003210) 32 //DEF(canon_shoot_menu_active ,0x000083d9) // Found @0xff9c8c1c, stubs_min = 0x000083d9 (0x000083d9) 33 //DEF(playrec_mode ,0x00002f38) // Found @0xff888774, stubs_min = 0x00002f38 (0x00002f38) 34 //DEF(zoom_status ,0x0000ded8) // Found @0xffb07900, stubs_min = 0x0000ded8 (0x0000ded8) 35 //DEF(some_flag_for_af_scan ,0x000071cc) // Found @0xff989240, stubs_min = 0x000071cc (0x000071cc) 36 //DEF(zoom_busy ,0x00006cf4) // Found @0xff97fd74, stubs_min = 0x00006cf4 (0x00006cf4) 37 //DEF(focus_busy ,0x00006b68) // Found @0xff97af60, stubs_min = 0x00006b68 (0x00006b68) 26 DEF(physw_status ,0x0003418c) // Found @0xff834e18 27 DEF(physw_run ,0x00001c3c) // Found @0xff8349bc 28 DEF(levent_table ,0xffbeb268) // Found @0xffbeb268 29 DEF(FlashParamsTable ,0xffc4f0e0) // Found @0xffc4f0e0 30 DEF(movie_status ,0x00006dcc) // Found @0xff984bd0 31 DEF(full_screen_refresh ,0x00009d00) // Found @0xffa32dfc 32 DEF(canon_menu_active ,0x00003210) // Found @0xff896910 33 DEF(canon_shoot_menu_active ,0x000083d9) // Found @0xff9c8c1c 34 DEF(playrec_mode ,0x00002f38) // Found @0xff888774 35 DEF(zoom_status ,0x0000ded8) // Found @0xffb07900 36 DEF(some_flag_for_af_scan ,0x000071cc) // Found @0xff989240 37 DEF(zoom_busy ,0x00006cf4) // Found @0xff97fd74 38 DEF(focus_busy ,0x00006b68) // Found @0xff97af60 38 39 //DEF(recreview_hold ,0x00003828) // Found @0xff8a6510, ** != ** stubs_min = 0x000094c4 (0x93D4+0xF0) 39 40 … … 204 205 NSTUB(rand ,0xffa3a2cc) // 6 205 206 NSTUB(read ,0xff81ad58) //101 206 NSTUB(readfastdir ,0xffaca2bc) // 6207 207 NSTUB(reboot_fw_update ,0xffacf758) // 6 208 208 NSTUB(rename ,0xff837c6c) // 6
Note: See TracChangeset
for help on using the changeset viewer.