root/platform/a1200/sub/100b/stubs_entry_2.S

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 
   3 #define NULLSUB 0xFF85F300
   4 
   5 // Not found
   6 NHSTUB(kbd_pwr_on, NULLSUB)
   7 NHSTUB(kbd_pwr_off, NULLSUB)
   8 NHSTUB(SetZoomActuatorSpeedPercent, NULLSUB)
   9 
  10 // Override stubs_entry.S
  11 
  12 NHSTUB(GetBatteryTemperature, NULLSUB)   // Does not work in A1200, SX130 & A800 (included dummy in sub/100c/lib.c)
  13 
  14 NHSTUB(MakeAFScan, 0xff8d95ec)
  15 NHSTUB(LockAndRefresh, 0xff8a39a4)
  16 NHSTUB(UnlockAndRefresh, 0xff8a3a08)
  17 NHSTUB(platformsub_kbd_fetch_data, 0xff85f968)
  18 
  19 // Additional
  20 NHSTUB(TurnOnMic,                   0xff85ffe4)
  21 NHSTUB(TurnOffMic,                  0xff860010)

/* [<][>][^][v][top][bottom][index][help] */