Ignore:
Timestamp:
09/27/11 08:39:42 (21 months ago)
Author:
philmoz
Message:

Implement the full shutter press without releasing half-press logic:
http://chdk.setepontos.com/index.php?topic=1444.0

File:
1 edited

Legend:

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

    r1292 r1344  
    7575        { 0, KEY_PRINT          , 0x00800000 }, 
    7676 
     77        { 2, KEY_SHOOT_FULL     , 0x00000300 }, 
     78    { 2, KEY_SHOOT_FULL_ONLY, 0x00000200 },      // http://chdk.setepontos.com/index.php?topic=1444.msg70223#msg70223 
    7779        { 2, KEY_SHOOT_HALF     , 0x00000100 }, 
    78         { 2, KEY_SHOOT_FULL     , 0x00000300 }, 
     80         
    7981 
    8082        { 0, 0, 0 }  
Note: See TracChangeset for help on using the changeset viewer.