| Revision 643,
635 bytes
checked in by EWAVR, 4 years ago
(diff) |
|
+ "dng via usb" for a610, a630, a640, s5is, ixus860
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | #include "stubs_asm.h" |
|---|
| 2 | |
|---|
| 3 | // Documentation stripped, please refer to the S5IS 1.01b stubs_min.S if you |
|---|
| 4 | // need it, or wait until someone feels like updating the documentation for this |
|---|
| 5 | // particular model. |
|---|
| 6 | |
|---|
| 7 | DEF(physw_status, 0x11ABC) |
|---|
| 8 | |
|---|
| 9 | DEF(physw_run, 0x1CD8) |
|---|
| 10 | |
|---|
| 11 | DEF(led_table, 0x2710) // 0x270C + 4 |
|---|
| 12 | |
|---|
| 13 | DEF(FlashParamsTable,0xFFAF0088) |
|---|
| 14 | |
|---|
| 15 | DEF(zoom_busy, 0xB3B0) //0xB37C + 0x34 |
|---|
| 16 | |
|---|
| 17 | DEF(focus_busy, 0xB27C) //0xB274 + 8 |
|---|
| 18 | |
|---|
| 19 | DEF(canon_menu_active,0x6E3C) // 0x63E8 + 4 |
|---|
| 20 | |
|---|
| 21 | DEF(canon_shoot_menu_active,0xC05D) // 0xC05C + 1 |
|---|
| 22 | |
|---|
| 23 | DEF(recreview_hold, 0xBE2C) // 0xBD60 + 0xCC |
|---|
| 24 | |
|---|
| 25 | DEF(zoom_status, 0x68F8) |
|---|
| 26 | DEF(some_f_for_dng, 0x9B94) |
|---|
| 27 | DEF(second_ext_for_dng, 0x9BB8) |
|---|
Note: See
TracBrowser
for help on using the repository browser.