Changeset 1397 for trunk/platform/ixus980_sd990/sub/101b/stubs_entry.S
- Timestamp:
- 11/05/11 08:45:46 (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/platform/ixus980_sd990/sub/101b/stubs_entry.S
r1391 r1397 48 48 //#define SD_READONLY_FLAG 0x00020000 // Found @0xffae8700, levent 0x90a 49 49 //#define SD_READONLY_IDX 2 50 //#define USB_ FLAG0x00040000 // Found @0xffae870c, levent 0x90250 //#define USB_MASK 0x00040000 // Found @0xffae870c, levent 0x902 51 51 //#define USB_IDX 2 52 52 53 53 // Keymap values for kbd.c. Additional keys may be present, only common values included here. 54 54 //static KeyMap keymap[] = { 55 // { 2, KEY_SHOOT_HALF ,0x00000001 }, // Found @0xffae8658, levent 0x00 56 // { 2, KEY_SHOOT_FULL ,0x00000003 }, // Found @0xffae8664, levent 0x01 57 // { 2, KEY_ZOOM_IN ,0x00000004 }, // Found @0xffae8670, levent 0x02 58 // { 2, KEY_ZOOM_OUT ,0x00000008 }, // Found @0xffae867c, levent 0x03 59 // { 2, KEY_LEFT ,0x00000010 }, // Found @0xffae8688, levent 0x06 60 // { 2, KEY_RIGHT ,0x00000020 }, // Found @0xffae8694, levent 0x07 61 // { 2, KEY_DOWN ,0x00000040 }, // Found @0xffae86a0, levent 0x05 62 // { 2, KEY_UP ,0x00000080 }, // Found @0xffae86ac, levent 0x04 63 // { 2, KEY_SET ,0x00000100 }, // Found @0xffae86b8, levent 0x08 64 // { 2, KEY_DISPLAY ,0x00000200 }, // Found @0xffae86c4, levent 0x0a 65 // { 2, KEY_MENU ,0x00000400 }, // Found @0xffae86d0, levent 0x09 55 // { 2, KEY_ZOOM_IN ,0x00000004 }, // Found @0xffae8670, levent 0x02 56 // { 2, KEY_ZOOM_OUT ,0x00000008 }, // Found @0xffae867c, levent 0x03 57 // { 2, KEY_LEFT ,0x00000010 }, // Found @0xffae8688, levent 0x06 58 // { 2, KEY_RIGHT ,0x00000020 }, // Found @0xffae8694, levent 0x07 59 // { 2, KEY_DOWN ,0x00000040 }, // Found @0xffae86a0, levent 0x05 60 // { 2, KEY_UP ,0x00000080 }, // Found @0xffae86ac, levent 0x04 61 // { 2, KEY_SET ,0x00000100 }, // Found @0xffae86b8, levent 0x08 62 // { 2, KEY_DISPLAY ,0x00000200 }, // Found @0xffae86c4, levent 0x0a 63 // { 2, KEY_SHOOT_FULL ,0x00000003 }, // Found @0xffae8664, levent 0x01 64 // { 2, KEY_SHOOT_FULL_ONLY ,0x00000002 }, // Found @0xffae8664, levent 0x01 65 // { 2, KEY_MENU ,0x00000400 }, // Found @0xffae86d0, levent 0x09 66 // { 2, KEY_SHOOT_HALF ,0x00000001 }, // Found @0xffae8658, levent 0x00 66 67 // { 0, 0, 0 } 67 68 //};
Note: See TracChangeset
for help on using the changeset viewer.