Ignore:
Timestamp:
11/05/11 08:45:46 (19 months ago)
Author:
philmoz
Message:

Update for finsig_dryos.c:

  • Rename USB_FLAG to USB_MASK to match usage in code
  • Added KEY_SHOOT_FULL_ONLY
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platform/a480/sub/100b/stubs_entry.S

    r1391 r1397  
    5151//#define SD_READONLY_FLAG    0x00040000 // Found @0xffe34fec, levent 0x90a 
    5252//#define SD_READONLY_IDX     2 
    53 //#define USB_FLAG            0x00080000 // Found @0xffe34ff8, levent 0x902 
     53//#define USB_MASK            0x00080000 // Found @0xffe34ff8, levent 0x902 
    5454//#define USB_IDX             2 
    5555 
    5656// Keymap values for kbd.c. Additional keys may be present, only common values included here. 
    5757//static KeyMap keymap[] = { 
    58 //    { 2, KEY_UP          ,0x00000001 }, // Found @0xffe34f50, levent 0x04 
    59 //    { 2, KEY_DOWN        ,0x00000002 }, // Found @0xffe34f5c, levent 0x05 
    60 //    { 2, KEY_RIGHT       ,0x00000004 }, // Found @0xffe34f68, levent 0x07 
    61 //    { 2, KEY_LEFT        ,0x00000008 }, // Found @0xffe34f74, levent 0x06 
    62 //    { 2, KEY_SHOOT_HALF  ,0x00000010 }, // Found @0xffe34f80, levent 0x00 
    63 //    { 2, KEY_SHOOT_FULL  ,0x00000030 }, // Found @0xffe34f8c, levent 0x01 
    64 //    { 2, KEY_ZOOM_OUT    ,0x00000040 }, // Found @0xffe34f98, levent 0x03 
    65 //    { 2, KEY_ZOOM_IN     ,0x00000080 }, // Found @0xffe34fa4, levent 0x02 
    66 //    { 2, KEY_SET         ,0x00000100 }, // Found @0xffe34fb0, levent 0x08 
    67 //    { 2, KEY_MENU        ,0x00000400 }, // Found @0xffe34fbc, levent 0x09 
     58//    { 2, KEY_MENU            ,0x00000400 }, // Found @0xffe34fbc, levent 0x09 
     59//    { 2, KEY_SHOOT_FULL      ,0x00000030 }, // Found @0xffe34f8c, levent 0x01 
     60//    { 2, KEY_SHOOT_FULL_ONLY ,0x00000020 }, // Found @0xffe34f8c, levent 0x01 
     61//    { 2, KEY_UP              ,0x00000001 }, // Found @0xffe34f50, levent 0x04 
     62//    { 2, KEY_DOWN            ,0x00000002 }, // Found @0xffe34f5c, levent 0x05 
     63//    { 2, KEY_RIGHT           ,0x00000004 }, // Found @0xffe34f68, levent 0x07 
     64//    { 2, KEY_LEFT            ,0x00000008 }, // Found @0xffe34f74, levent 0x06 
     65//    { 2, KEY_ZOOM_OUT        ,0x00000040 }, // Found @0xffe34f98, levent 0x03 
     66//    { 2, KEY_ZOOM_IN         ,0x00000080 }, // Found @0xffe34fa4, levent 0x02 
     67//    { 2, KEY_SET             ,0x00000100 }, // Found @0xffe34fb0, levent 0x08 
     68//    { 2, KEY_SHOOT_HALF      ,0x00000010 }, // Found @0xffe34f80, levent 0x00 
    6869//    { 0, 0, 0 } 
    6970//}; 
Note: See TracChangeset for help on using the changeset viewer.