Ignore:
Timestamp:
09/27/11 08:39:42 (20 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/ixus75_sd750/kbd.c

    r641 r1344  
    325325        {2, KEY_RIGHT   , 0x00000020 }, 
    326326        {2, KEY_SET     , 0x00000100 }, 
    327         {1, KEY_SHOOT_FULL, 0xC0000000 }, // note 3 here! 
     327        {1, KEY_SHOOT_FULL, 0xC0000000 }, 
     328    {1, KEY_SHOOT_FULL_ONLY, 0x80000000 }, 
    328329        {1, KEY_SHOOT_HALF, 0x40000000 }, 
    329330        {2, KEY_ZOOM_IN , 0x00000004 }, 
Note: See TracChangeset for help on using the changeset viewer.