Changeset 1397 for trunk/platform/a480/sub/100b/stubs_entry.S
- Timestamp:
- 11/05/11 08:45:46 (19 months ago)
- File:
-
- 1 edited
-
trunk/platform/a480/sub/100b/stubs_entry.S (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/platform/a480/sub/100b/stubs_entry.S
r1391 r1397 51 51 //#define SD_READONLY_FLAG 0x00040000 // Found @0xffe34fec, levent 0x90a 52 52 //#define SD_READONLY_IDX 2 53 //#define USB_ FLAG0x00080000 // Found @0xffe34ff8, levent 0x90253 //#define USB_MASK 0x00080000 // Found @0xffe34ff8, levent 0x902 54 54 //#define USB_IDX 2 55 55 56 56 // Keymap values for kbd.c. Additional keys may be present, only common values included here. 57 57 //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 68 69 // { 0, 0, 0 } 69 70 //};
Note: See TracChangeset
for help on using the changeset viewer.