- Timestamp:
- 04/22/12 01:26:30 (14 months ago)
- Location:
- branches/reyalp-ptp-live
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
platform/a420/sub/100b/stubs_entry_2.S (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/reyalp-ptp-live
- Property svn:mergeinfo changed
/branches/release-1_0 merged: 1738-1739,1745,1747,1751,1753 /trunk merged: 1740-1741,1746,1748-1749,1752,1754,1762
- Property svn:mergeinfo changed
-
branches/reyalp-ptp-live/platform/a420/sub/100b/stubs_entry_2.S
r1736 r1813 3 3 4 4 // Override stubs_entry.S 5 NHSTUB(free, 0xFFEA2A7C)//ok a420 6 NHSTUB(VbattGet, 0xFFC1B014)//ok a420 7 NHSTUB(MakeAFScan, 0xFFD2737C) //ok a420 i guess 5 NHSTUB(DoAFLock, 0xFFD22BA0) //ok a420 8 6 NHSTUB(EnterToCompensationEVF, 0xFFD24990) //ok a420 9 7 NHSTUB(ExitFromCompensationEVF, 0xFFD249EC) //ok a420 10 NHSTUB(DoAFLock, 0xFFD22BA0) //ok a42011 NHSTUB(UnlockAF, 0xFFD22BE4) //ok a42012 8 NHSTUB(GetDrive_ClusterSize, 0xFFC59C04) //may be ok a420 13 9 NHSTUB(GetDrive_TotalClusters, 0xFFC59C40) //may be ok a420 14 NHSTUB(GetDrive_FreeClusters, 0xFFC59C7C) // may be ok a420 10 NHSTUB(MakeAFScan, 0xFFD2737C) //ok a420 i guess 11 NHSTUB(UnlockAF, 0xFFD22BE4) //ok a420 12 NHSTUB(VbattGet, 0xFFC1B014) //ok a420 15 13 NHSTUB(WriteSDCard, 0xFFC69060) //ok i guess a420 16 NHSTUB(kbd_pwr_on, NULL_SUB) //wrong, null stub 17 NHSTUB(kbd_pwr_off, NULL_SUB) //wrong, null stub 14 NHSTUB(free, 0xFFEA2A7C) //ok a420 15 NHSTUB(kbd_pwr_off, NULL_SUB) //wrong, null stub 16 NHSTUB(kbd_pwr_on, NULL_SUB) //wrong, null stub 18 17 19 18 // These don't exist 20 NHSTUB( TurnOffMic, NULL_SUB) //useless on a420, null stub21 NHSTUB(TurnO nMic, NULL_SUB)//useless on a420, null stub22 NHSTUB( SetZoomActuatorSpeedPercent, NULL_SUB)//ok, null stub, a420 also19 NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB) //ok, null stub, a420 also 20 NHSTUB(TurnOffMic, NULL_SUB) //useless on a420, null stub 21 NHSTUB(TurnOnMic, NULL_SUB) //useless on a420, null stub 23 22 24 23 // Additional 24 NHSTUB(ExpCtrlTool_StartContiAE, 0xFFCD8498) //ok a420 25 25 NHSTUB(ExpCtrlTool_StopContiAE, 0xFFCD84C8) //ok a420 26 NHSTUB(ExpCtrlTool_StartContiAE, 0xFFCD8498) //ok a420 26 NHSTUB(MFOff, 0xffd2369c) 27 NHSTUB(MFOn, 0xffd2366c) 27 28 NHSTUB(SetScriptMode, 0xFFD36850) // ok a420 28 NHSTUB(MFOn, 0xffd2366c)29 NHSTUB(MFOff, 0xffd2369c)
Note: See TracChangeset
for help on using the changeset viewer.