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/g10/kbd.c

    r1329 r1344  
    4343 
    4444static KeyMap keymap[] = { 
     45    { 0, KEY_SHOOT_FULL  ,0x00000003 }, // Found @0xffb0f7c0, levent 0x01 
     46    { 0, KEY_SHOOT_FULL_ONLY, 0x00000002 },      // http://chdk.setepontos.com/index.php?topic=1444.msg70223#msg70223 
    4547    { 0, KEY_SHOOT_HALF  ,0x00000001 }, // Found @0xffb0f7b4, levent 0x00 
    46     { 0, KEY_SHOOT_FULL  ,0x00000003 }, // Found @0xffb0f7c0, levent 0x01 
    4748         
    4849    { 1, KEY_ZOOM_OUT    ,0x00000008 }, // Found @0xffb0f82c, levent 0x03 
Note: See TracChangeset for help on using the changeset viewer.