Changeset 2000


Ignore:
Timestamp:
07/19/12 05:37:29 (11 months ago)
Author:
reyalp
Message:

ixus130_sd1400 correct GetDrive_FreeClusters from waterwingz in http://chdk.setepontos.com/index.php?topic=650.780

Location:
trunk/platform/ixus130_sd1400/sub
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/platform/ixus130_sd1400/sub/100a/stubs_entry.S

    r1985 r2000  
    1616// Stubs below should be checked. Stub not matched 100%, or difference found to current 'stubs_entry_2.S' 
    1717//    Name                                     Address      Rule  %  Comp to stubs_entry_2.S 
     18//NSTUB(GetDrive_FreeClusters                 ,0xff834280) //  3        *** != 0xff86f510 
     19// ALT: NSTUB(GetDrive_FreeClusters, 0xff86f510) // 4 9/0 
    1820//NSTUB(kbd_pwr_off                           ,0xff85fb28) //  2 64%    *** != 0xff811800 
    1921// ERROR: kbd_pwr_on is not found.                         //--- ---    *** != 0xff811800 
     
    119121NSTUB(GetCurrentAvValue                       ,0xff953154) //102 
    120122NSTUB(GetDrive_ClusterSize                    ,0xff86f4b0) //  4 
    121 NSTUB(GetDrive_FreeClusters                   ,0xff834280) //  3 
    122 // ALT: NSTUB(GetDrive_FreeClusters, 0xff86f510) // 4 9/0 
    123123NSTUB(GetDrive_TotalClusters                  ,0xff86f4e4) //  3 
    124124NSTUB(GetFocusLensSubjectDistance             ,0xff9523e4) //102 
  • trunk/platform/ixus130_sd1400/sub/100a/stubs_entry_2.S

    r1985 r2000  
    22 
    33// 0xff811800 is a nullsub (points to a "bx lr" instruction) 
     4 
     5NHSTUB(GetDrive_FreeClusters, 0xff86f510) // use the 2nd choice found by the sigfinder 
    46 
    57NHSTUB(MakeAFScan, 0xFF95D2C8)                          // "SsPrepareSeqBase.c" 
  • trunk/platform/ixus130_sd1400/sub/100c/stubs_entry.S

    r1985 r2000  
    1616// Stubs below should be checked. Stub not matched 100%, or difference found to current 'stubs_entry_2.S' 
    1717//    Name                                     Address      Rule  %  Comp to stubs_entry_2.S 
     18//NSTUB(GetDrive_FreeClusters                 ,0xff834280) //  3        *** != 0xff86f510 
     19// ALT: NSTUB(GetDrive_FreeClusters, 0xff86f510) // 4 9/0 
    1820//NSTUB(kbd_pwr_off                           ,0xff85fb28) //  2 64%    *** != 0xff811800 
    1921// ERROR: kbd_pwr_on is not found.                         //--- ---    *** != 0xff811800 
     
    119121NSTUB(GetCurrentAvValue                       ,0xff953204) //102 
    120122NSTUB(GetDrive_ClusterSize                    ,0xff86f4b0) //  4 
    121 NSTUB(GetDrive_FreeClusters                   ,0xff834280) //  3 
    122 // ALT: NSTUB(GetDrive_FreeClusters, 0xff86f510) // 4 9/0 
    123123NSTUB(GetDrive_TotalClusters                  ,0xff86f4e4) //  3 
    124124NSTUB(GetFocusLensSubjectDistance             ,0xff952494) //102 
  • trunk/platform/ixus130_sd1400/sub/100c/stubs_entry_2.S

    r1985 r2000  
    22 
    33// 0xff811800 is a nullsub (points to a "bx lr" instruction) 
     4 
     5NHSTUB(GetDrive_FreeClusters, 0xff86f510) // use the 2nd choice found by the sigfinder 
    46 
    57NHSTUB(MakeAFScan, 0xff95d380)                          // "SsPrepareSeqBase.c" 
Note: See TracChangeset for help on using the changeset viewer.