Changeset 919
- Timestamp:
- 08/07/10 19:35:07 (3 years ago)
- Location:
- trunk
- Files:
-
- 14 added
- 4 edited
- 1 moved
-
CHDK/SCRIPTS/EXAM (moved) (moved from trunk/CHDK/SCRIPTS/examples)
-
Makefile (modified) (6 diffs)
-
core/gui.c (modified) (1 diff)
-
include/camera.h (modified) (1 diff)
-
platform/a720/kbd.c (modified) (3 diffs)
-
platform/sx20/sub/102d (added)
-
platform/sx20/sub/102d/Makefile (added)
-
platform/sx20/sub/102d/boot.c (added)
-
platform/sx20/sub/102d/capt_seq.c (added)
-
platform/sx20/sub/102d/lib.c (added)
-
platform/sx20/sub/102d/makefile.inc (added)
-
platform/sx20/sub/102d/movie_rec.c (added)
-
platform/sx20/sub/102d/others.txt (added)
-
platform/sx20/sub/102d/stubs_asm.h (added)
-
platform/sx20/sub/102d/stubs_auto.S (added)
-
platform/sx20/sub/102d/stubs_entry.S (added)
-
platform/sx20/sub/102d/stubs_entry_2.S (added)
-
platform/sx20/sub/102d/stubs_entry_ida.S (added)
-
platform/sx20/sub/102d/stubs_min.S (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r911 r919 106 106 zip -9 $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER)-full.zip $(topdir)CHDK/LUALIB/GEN/* > $(DEVNULL) 107 107 zip -9 $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER)-full.zip $(topdir)CHDK/SCRIPTS/* > $(DEVNULL) 108 zip -9 $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER)-full.zip $(topdir)CHDK/SCRIPTS/ examples/* > $(DEVNULL)108 zip -9 $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER)-full.zip $(topdir)CHDK/SCRIPTS/EXAM/* > $(DEVNULL) 109 109 zip -9 $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER)-full.zip $(topdir)CHDK/SCRIPTS/TEST/* > $(DEVNULL) 110 110 zip -9 $(topdir)bin/$(PLATFORM)-$(PLATFORMSUB)-$(BUILD_NUMBER)-full.zip $(topdir)CHDK/syscurves.CVF > $(DEVNULL) … … 235 235 $(MAKE) -s --no-print-directory PLATFORM=s90 PLATFORMSUB=101c NO_INC_BUILD=1 firzipsub 236 236 #$(MAKE) -s --no-print-directory PLATFORM=sx20 PLATFORMSUB=102b NO_INC_BUILD=1 firzipsub 237 #$(MAKE) -s --no-print-directory PLATFORM=sx20 PLATFORMSUB=102d NO_INC_BUILD=1 firzipsub 237 238 $(MAKE) -s --no-print-directory PLATFORM=ixus85_sd770 PLATFORMSUB=100a NO_INC_BUILD=1 firzipsub 238 239 #$(MAKE) -s --no-print-directory PLATFORM=ixus95_sd1200 PLATFORMSUB=100c NO_INC_BUILD=1 firzipsub … … 273 274 mv $(topdir)bin/$(VER)-ixus100_sd780-100c-$(BUILD_NUMBER).zip $(topdir)bin/$(VER)-ixus100_sd780-100c-$(BUILD_NUMBER)_BETA.zip 274 275 #mv $(topdir)bin/$(VER)-sx20-102b-$(BUILD_NUMBER).zip $(topdir)bin/$(VER)-sx20-102b-$(BUILD_NUMBER)_BETA.zip 276 #mv $(topdir)bin/$(VER)-sx20-102d-$(BUILD_NUMBER).zip $(topdir)bin/$(VER)-sx20-102d-$(BUILD_NUMBER)_BETA.zip 275 277 mv $(topdir)bin/$(VER)-ixus85_sd770-100a-$(BUILD_NUMBER).zip $(topdir)bin/$(VER)-ixus85_sd770-100a-$(BUILD_NUMBER)_BETA.zip 276 278 #mv $(topdir)bin/$(VER)-ixus95_sd1200-100c-$(BUILD_NUMBER).zip $(topdir)bin/$(VER)-ixus95_sd1200-100c-$(BUILD_NUMBER)_BETA.zip … … 380 382 $(MAKE) -s --no-print-directory PLATFORM=s90 PLATFORMSUB=101c NO_INC_BUILD=1 firzipsubcomplete 381 383 #$(MAKE) -s --no-print-directory PLATFORM=sx20 PLATFORMSUB=102b NO_INC_BUILD=1 firzipsubcomplete 384 #$(MAKE) -s --no-print-directory PLATFORM=sx20 PLATFORMSUB=102d NO_INC_BUILD=1 firzipsubcomplete 382 385 $(MAKE) -s --no-print-directory PLATFORM=ixus85_sd770 PLATFORMSUB=100a NO_INC_BUILD=1 firzipsubcomplete 383 386 #$(MAKE) -s --no-print-directory PLATFORM=ixus95_sd1200 PLATFORMSUB=100c NO_INC_BUILD=1 firzipsubcomplete … … 452 455 #mv $(topdir)bin/sx20-102b-$(BUILD_NUMBER)-full.zip $(topdir)bin/sx20-102b-$(BUILD_NUMBER)-full_BETA.zip 453 456 #mv $(topdir)bin/sx20-102b-$(BUILD_NUMBER).zip $(topdir)bin/sx20-102b-$(BUILD_NUMBER)_BETA.zip 457 #mv $(topdir)bin/sx20-102d-$(BUILD_NUMBER)-full.zip $(topdir)bin/sx20-102d-$(BUILD_NUMBER)-full_BETA.zip 458 #mv $(topdir)bin/sx20-102d-$(BUILD_NUMBER).zip $(topdir)bin/sx20-102d-$(BUILD_NUMBER)_BETA.zip 454 459 mv $(topdir)bin/ixus85_sd770-100a-$(BUILD_NUMBER)-full.zip $(topdir)bin/ixus85_sd770-100a-$(BUILD_NUMBER)-full_BETA.zip 455 460 mv $(topdir)bin/ixus85_sd770-100a-$(BUILD_NUMBER).zip $(topdir)bin/ixus85_sd770-100a-$(BUILD_NUMBER)_BETA.zip … … 559 564 $(MAKE) -s --no-print-directory PLATFORM=s90 PLATFORMSUB=101c NO_INC_BUILD=1 clean 560 565 #$(MAKE) -s --no-print-directory PLATFORM=sx20 PLATFORMSUB=102b NO_INC_BUILD=1 clean 566 #$(MAKE) -s --no-print-directory PLATFORM=sx20 PLATFORMSUB=102d NO_INC_BUILD=1 clean 561 567 $(MAKE) -s --no-print-directory PLATFORM=ixus85_sd770 PLATFORMSUB=100a NO_INC_BUILD=1 clean 562 568 #$(MAKE) -s --no-print-directory PLATFORM=ixus95_sd1200 PLATFORMSUB=100c NO_INC_BUILD=1 clean -
trunk/core/gui.c
r917 r919 1447 1447 static const char* names[]={ "Shrtcut", "Flash", "Video"}; 1448 1448 static const int keys[]={ KEY_PRINT, KEY_FLASH, KEY_VIDEO }; 1449 #elif defined(CAMERA_a570) || defined(CAMERA_a590) 1449 #elif defined(CAMERA_a570) || defined(CAMERA_a590) || defined(CAMERA_a720) 1450 1450 static const char* names[]={ "Print", "Display"}; 1451 1451 static const int keys[] = {KEY_PRINT, KEY_DISPLAY}; -
trunk/include/camera.h
r917 r919 832 832 #define CAM_RAW_ROWPIX 3336 // for new 8 MP 833 833 #define CAM_RAW_ROWS 2480 // for new 8 MP 834 #define CAM_ADJUSTABLE_ALT_BUTTON 1 834 835 #define CAM_CAN_MUTE_MICROPHONE 1 835 836 #define CAM_AF_SCAN_DURING_VIDEO_RECORD 1 -
trunk/platform/a720/kbd.c
r515 r919 19 19 static int usb_power=0; 20 20 static int remote_key, remote_count; 21 static long alt_mode_key_mask = 0x00000800; 21 22 static int shoot_counter=0; 22 23 #define DELAY_TIMEOUT 10000 … … 240 241 physw_status[1] = kbd_new_state[1]; 241 242 physw_status[2] = kbd_new_state[2]; 243 physw_status[1] |= alt_mode_key_mask; 242 244 } else { 243 245 // override keys … … 464 466 dst[2] = *mmio2 & 0xffff; 465 467 } 468 469 470 void kbd_set_alt_mode_key_mask(long key) 471 { 472 int i; 473 for (i=0; keymap[i].hackkey; ++i) { 474 if (keymap[i].hackkey == key) { 475 alt_mode_key_mask = keymap[i].canonkey; 476 return; 477 } 478 } 479 }
Note: See TracChangeset
for help on using the changeset viewer.