- Timestamp:
- 01/04/10 12:21:37 (3 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
include/camera.h (modified) (1 diff)
-
platform/ixus90_sd790/sub/100d/stubs_entry_2.S (modified) (1 diff)
-
platform/ixus90_sd790/sub/100d/stubs_min.S (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/camera.h
r866 r867 1694 1694 #undef CAM_HAS_IRIS_DIAPHRAGM 1695 1695 #undef CAM_HAS_MANUAL_FOCUS 1696 #undef CAM_CHDK_HAS_EXT_VIDEO_MENU 1697 1698 #define CAM_HAS_ND_FILTER 1 1699 #undef CAM_HAS_USER_TV_MODES 1700 #define CAM_CAN_UNLOCK_OPTICAL_ZOOM_IN_VIDEO 1 1701 #define CAM_SHOW_OSD_IN_SHOOT_MENU 1 1696 1697 #define CAM_HAS_ND_FILTER 1 1698 #undef CAM_HAS_USER_TV_MODES 1699 #define CAM_SHOW_OSD_IN_SHOOT_MENU 1 1700 #define CAM_CAN_UNLOCK_OPTICAL_ZOOM_IN_VIDEO 1 1702 1701 #define CAM_HAS_JOGDIAL 1 1703 1702 -
trunk/platform/ixus90_sd790/sub/100d/stubs_entry_2.S
r866 r867 2 2 3 3 // Corrections 4 // ?? 4 5 NHSTUB(GetSystemTime, 0xFF85BC6C) 5 NHSTUB(kbd_read_keys_r2, 0xFF8426E0) 6 NHSTUB(EnterToCompensationEVF, 0xFF825F48) 6 // found in stubs_entry.S anyway 7 //NHSTUB(kbd_read_keys_r2, 0xFF8426E0) 8 //NHSTUB(EnterToCompensationEVF, 0xFF825F48) 9 // seems to be a better fit and is found in stubs_entry.S anyway 10 //NHSTUB(EnterToCompensationEVF, 0xFF825E94) 7 11 8 12 // Normal Stubs_entry_2.S -
trunk/platform/ixus90_sd790/sub/100d/stubs_min.S
r866 r867 11 11 DEF(canon_shoot_menu_active, 0x9FCC + 1) 12 12 DEF(recreview_hold, 0x9CF8 + 0xAC) 13 DEF(movie_status, 0x5 4E0 + 0x3C)13 DEF(movie_status, 0x5390 + 0x3C) 14 14 DEF(some_flag_for_af_scan, 0xD1F8) 15 15 DEF(zoom_status, 0xD474)
Note: See TracChangeset
for help on using the changeset viewer.