Ignore:
Timestamp:
02/05/12 05:46:18 (16 months ago)
Author:
philmoz
Message:

Merged revision(s) 1638-1639 from branches/release-1_0:

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/platform/a3300/sub/100d/stubs_entry_2.S

    r1617 r1641  
    22#define NULL_SUB 0xFF810B24 
    33 
    4 // Not found 
    5 NHSTUB(kbd_pwr_off,                                     NULL_SUB) 
    6 NHSTUB(kbd_pwr_on,                      NULL_SUB) 
     4// Override stubs_entry.S 
     5NHSTUB(SetFileAttributes,           NULL_SUB) 
     6NHSTUB(kbd_pwr_off,                 NULL_SUB) 
     7NHSTUB(kbd_pwr_on,                  NULL_SUB) 
    78 
    8 // Override stubs_entry.S 
    9 NHSTUB(SetZoomActuatorSpeedPercent, 0xFFAA1D88)         //      a3300is 
    10 NHSTUB(MakeAFScan,                                      0xFF8DC610)     //      a3300is 
     9// Additional 
     10NHSTUB(SetZoomActuatorSpeedPercent, 0xFFAA1D88) 
     11NHSTUB(MakeAFScan,                  0xFF8DC610) 
Note: See TracChangeset for help on using the changeset viewer.