Changeset 1392
- Timestamp:
- 11/03/11 07:03:56 (19 months ago)
- Location:
- trunk
- Files:
-
- 5 edited
-
core/gui.c (modified) (1 diff)
-
platform/g10/platform_camera.h (modified) (1 diff)
-
platform/g11/platform_camera.h (modified) (1 diff)
-
platform/g12/kbd.c (modified) (1 diff)
-
platform/g12/platform_camera.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/gui.c
r1372 r1392 1239 1239 static const char* names[]={ "Shrtcut", "Flash", "Timer", "ISO", "Video" }; 1240 1240 static const int keys[]={ KEY_PRINT, KEY_FLASH, KEY_TIMER, KEY_ISO, KEY_VIDEO }; 1241 #elif defined(CAMERA_g7) 1241 #elif defined(CAMERA_g7) || defined(CAMERA_g9) 1242 1242 static const char* names[]={ "Print", "FE"}; 1243 1243 static const int keys[]={ KEY_PRINT, KEY_MICROPHONE }; 1244 #elif defined(CAMERA_g9) 1245 static const char* names[]={ "Print", "FE"}; 1246 static const int keys[]={ KEY_PRINT, KEY_MICROPHONE }; 1244 #elif defined(CAMERA_g10) || defined(CAMERA_g12) 1245 static const char* names[]={ "Print", "Disp", "AE Lock", "Jump" }; 1246 static const int keys[]={ KEY_PRINT, KEY_DISPLAY, KEY_AE_LOCK, KEY_METERING}; 1247 #elif defined(CAMERA_g11) 1248 static const char* names[]={ "Print", "Disp", "AE Lock", "Jump" }; 1249 static const int keys[]={ KEY_PRINT, KEY_DISPLAY, KEY_MICROPHONE, KEY_METERING}; 1247 1250 #elif defined(CAMERA_a650) 1248 1251 static const char* names[]={ "Print", "ISO"}; -
trunk/platform/g10/platform_camera.h
r1364 r1392 31 31 #undef CAM_EMUL_KEYPRESS_DURATION 32 32 #define CAM_EMUL_KEYPRESS_DURATION 10 33 34 #define CAM_ADJUSTABLE_ALT_BUTTON 1 33 35 34 36 #define CAM_RAW_ROWPIX 4480 // G10 auto found @0xffacde38 -
trunk/platform/g11/platform_camera.h
r1363 r1392 31 31 #define CAM_EMUL_KEYPRESS_DURATION 10 32 32 33 #define CAM_ADJUSTABLE_ALT_BUTTON 1 34 33 35 #undef CAM_MENU_BORDERWIDTH 34 36 #define CAM_MENU_BORDERWIDTH 10 -
trunk/platform/g12/kbd.c
r1389 r1392 297 297 /****************/ 298 298 299 void kbd_set_alt_mode_key_mask(long key) 300 { 301 } 302 299 303 void kbd_key_press(long key) 300 304 { -
trunk/platform/g12/platform_camera.h
r1352 r1392 32 32 #undef CAM_EMUL_KEYPRESS_DURATION 33 33 #define CAM_EMUL_KEYPRESS_DURATION 10 34 35 #define CAM_ADJUSTABLE_ALT_BUTTON 1 36 34 37 #define CAM_AF_SCAN_DURING_VIDEO_RECORD 1 35 38 #define CAM_MULTIPART 1
Note: See TracChangeset
for help on using the changeset viewer.