Changeset 2040
- Timestamp:
- 08/03/12 04:42:36 (10 months ago)
- Location:
- branches/release-1_1
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
platform/ixus115_elph100hs/kbd.c (modified) (1 diff)
-
platform/ixus120_sd940/kbd.c (modified) (2 diffs)
-
platform/ixus120_sd940/notes.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-1_1
-
branches/release-1_1/platform/ixus115_elph100hs/kbd.c
r2023 r2040 59 59 60 60 { 0, KEY_PLAYBACK ,0x00000001 }, 61 { 0, KEY_PRINT ,0x00000001 }, // set <ALT> key default to Playback key 61 62 { 1, KEY_MENU ,0x01000000 }, // Found @0xffb99680, levent 0x09 62 63 { 1, KEY_SET ,0x04000000 }, // Found @0xffb99688, levent 0x08 63 64 { 1, KEY_ZOOM_OUT ,0x10000000 }, // Found @0xffb99690, levent 0x03 64 65 { 1, KEY_ZOOM_IN ,0x20000000 }, // Found @0xffb99698, levent 0x02 65 { 1, KEY_PRINT ,0x24000000 }, // KEY_MENU + KEY_ZOOM_IN66 66 { 1, KEY_VIDEO ,0x80000000 }, 67 67 { 2, KEY_UP ,0x00000001 }, // Found @0xffb996b0, levent 0x04 -
branches/release-1_1/platform/ixus120_sd940/kbd.c
r2023 r2040 51 51 52 52 { 2, KEY_PLAYBACK , 0x00000800 }, 53 { 2, KEY_PRINT , 0x00000800 }, // set default <ALT> key to playback 53 54 { 2, KEY_SHOOT_FULL , 0x00000300 }, 54 55 { 2, KEY_SHOOT_FULL_ONLY, 0x00000200 }, … … 61 62 { 2, KEY_ZOOM_OUT , 0x00000008 }, 62 63 { 2, KEY_MENU , 0x00000001 }, 63 { 0, KEY_PRINT , 0x00000008 }, //doesn't exist so fake as DISPLAY64 64 { 0, KEY_DISPLAY , 0x00000008 }, 65 65 { 0, KEY_SET , 0x00000004 }, -
branches/release-1_1/platform/ixus120_sd940/notes.txt
r1641 r2040 1 Alt button for this camera is DISP, hold longer for original functions (brightness and/or review mode). 1 Default alt button for this camera is PLAY, hold longer for original function 2 2 Camera does not have an adjustable aperture, only ND filter. 3 3 Fast MD implemented as of 2011/02/20.
Note: See TracChangeset
for help on using the changeset viewer.