Changeset 1420


Ignore:
Timestamp:
11/21/11 08:13:36 (18 months ago)
Author:
philmoz
Message:

Update for IXUS 310 HS:

  • add missing 'wait_until_remote_button_is_released' and 'capt_seq_hook_set_nr' calls
  • comment out debug_led calls
Location:
trunk/platform/ixus310_elph500hs
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/platform/ixus310_elph500hs/kbd.c

    r1390 r1420  
    533533 
    534534asm volatile ("STMFD SP!, {R0-R11,LR}\n"); // store R0-R11 and LR in stack 
    535 debug_led(1); 
     535//debug_led(1); 
    536536tick = get_tick_count(); 
    537537tick2 = tick; 
     
    566566                                                } 
    567567                                        else{ 
    568                                                 if((int)get_tick_count()-tick2>1000) {debug_led(0);} 
     568                                                if((int)get_tick_count()-tick2>1000) {/*debug_led(0);*/} 
    569569                                                } 
    570570                                        } 
     
    637637  } 
    638638 
    639 debug_led(0); 
     639//debug_led(0); 
    640640asm volatile ("LDMFD SP!, {R0-R11,LR}\n"); // restore R0-R11 and LR from stack 
    641641} 
  • trunk/platform/ixus310_elph500hs/sub/100a/capt_seq.c

    r1339 r1420  
    102102// jump table entry 1 
    103103"loc_FF075010: \n" 
     104 
     105"       BL      wait_until_remote_button_is_released\n" // +++ 
     106"       BL      capt_seq_hook_set_nr\n"                         // +++ 
     107 
    104108"               LDR             R8, [R0,#0xC] \n" 
    105109"       MOV     R0, R8 \n" 
    106  
    107110"       BL      sub_FF184DA8 \n" 
    108111 
  • trunk/platform/ixus310_elph500hs/sub/101a/capt_seq.c

    r1339 r1420  
    102102// jump table entry 1 
    103103"loc_FF075010: \n" 
     104 
     105"       BL      wait_until_remote_button_is_released\n" // +++ 
     106"       BL      capt_seq_hook_set_nr\n"                         // +++ 
     107 
    104108"               LDR             R8, [R0,#0xC] \n" 
    105109"       MOV     R0, R8 \n" 
    106  
    107110"       BL      sub_FF184DA8 \n" 
    108111 
Note: See TracChangeset for help on using the changeset viewer.