source: branches/release-1_0/platform/sx10/sub/100c/stubs_entry_2.S @ 1738

Revision 1738, 323 bytes checked in by reyalp, 14 months ago (diff)

fixes from srsa_4c in http://chdk.setepontos.com/index.php?topic=650.msg82913#msg82913

  • correct sx10 100c strrchr
  • correct sx210is fl_tbl
  • Property svn:eol-style set to native
Line 
1#include "stubs_asm.h"
2#define NULL_SUB 0xFF81093C
3
4// Override stubs_entry.S
5NHSTUB(kbd_pwr_off,                 NULL_SUB)
6NHSTUB(kbd_pwr_on,                  NULL_SUB)
7
8// These don't exist/aren't found in dryos
9NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB)
10
11// Additional
12NHSTUB(platformsub_kbd_fetch_data,  0xFF84B660)
Note: See TracBrowser for help on using the repository browser.