Changeset 1448 for trunk/platform/ixus220_elph300hs
- Timestamp:
- 12/03/11 22:19:09 (18 months ago)
- Location:
- trunk/platform/ixus220_elph300hs
- Files:
-
- 45 edited
-
. (modified) (1 prop)
-
Makefile (modified) (1 prop)
-
kbd.c (modified) (1 prop)
-
lib.c (modified) (1 prop)
-
main.c (modified) (1 prop)
-
platform_camera.h (modified) (1 prop)
-
shooting.c (modified) (1 prop)
-
sub/100c (modified) (1 prop)
-
sub/100c/Makefile (modified) (1 prop)
-
sub/100c/boot.c (modified) (1 prop)
-
sub/100c/capt_seq.c (modified) (1 prop)
-
sub/100c/lib.c (modified) (1 prop)
-
sub/100c/makefile.inc (modified) (1 prop)
-
sub/100c/movie_rec.c (modified) (1 prop)
-
sub/100c/stubs_asm.h (modified) (1 prop)
-
sub/100c/stubs_auto.S (modified) (1 prop)
-
sub/100c/stubs_entry.S (modified) (1 diff)
-
sub/100c/stubs_entry_2.S (modified) (1 prop)
-
sub/100c/stubs_min.S (modified) (1 prop)
-
sub/101a (modified) (1 prop)
-
sub/101a/Makefile (modified) (1 prop)
-
sub/101a/boot.c (modified) (1 prop)
-
sub/101a/capt_seq.c (modified) (1 prop)
-
sub/101a/lib.c (modified) (1 prop)
-
sub/101a/makefile.inc (modified) (1 prop)
-
sub/101a/movie_rec.c (modified) (1 prop)
-
sub/101a/stubs_asm.h (modified) (1 prop)
-
sub/101a/stubs_auto.S (modified) (1 prop)
-
sub/101a/stubs_entry.S (modified) (1 diff)
-
sub/101a/stubs_entry_2.S (modified) (1 prop)
-
sub/101a/stubs_min.S (modified) (1 prop)
-
sub/101c (modified) (1 prop)
-
sub/101c/Makefile (modified) (1 prop)
-
sub/101c/boot.c (modified) (1 prop)
-
sub/101c/capt_seq.c (modified) (1 prop)
-
sub/101c/lib.c (modified) (1 prop)
-
sub/101c/makefile.inc (modified) (1 prop)
-
sub/101c/movie_rec.c (modified) (1 prop)
-
sub/101c/stubs_asm.h (modified) (1 prop)
-
sub/101c/stubs_auto.S (modified) (1 prop)
-
sub/101c/stubs_entry.S (modified) (1 diff)
-
sub/101c/stubs_entry_2.S (modified) (1 prop)
-
sub/101c/stubs_min.S (modified) (1 prop)
-
sub/Makefile (modified) (1 prop)
-
wrappers.c (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/platform/ixus220_elph300hs
-
Property
svn:ignore
set to
.dep
*.a
*.o
-
Property
svn:ignore
set to
-
trunk/platform/ixus220_elph300hs/Makefile
- Property svn:eol-style set to LF
-
trunk/platform/ixus220_elph300hs/kbd.c
- Property svn:eol-style set to native
-
trunk/platform/ixus220_elph300hs/lib.c
- Property svn:eol-style set to native
-
trunk/platform/ixus220_elph300hs/main.c
- Property svn:eol-style set to native
-
trunk/platform/ixus220_elph300hs/platform_camera.h
- Property svn:eol-style set to native
-
trunk/platform/ixus220_elph300hs/shooting.c
- Property svn:eol-style set to native
-
trunk/platform/ixus220_elph300hs/sub/100c
-
Property
svn:ignore
set to
.dep
*.o
*.a
PRIMARY.BIN
-
Property
svn:ignore
set to
-
trunk/platform/ixus220_elph300hs/sub/100c/Makefile
- Property svn:eol-style set to LF
-
trunk/platform/ixus220_elph300hs/sub/100c/boot.c
- Property svn:eol-style set to native
-
trunk/platform/ixus220_elph300hs/sub/100c/capt_seq.c
- Property svn:eol-style set to native
-
trunk/platform/ixus220_elph300hs/sub/100c/lib.c
- Property svn:eol-style set to native
-
trunk/platform/ixus220_elph300hs/sub/100c/makefile.inc
- Property svn:eol-style set to LF
-
trunk/platform/ixus220_elph300hs/sub/100c/movie_rec.c
- Property svn:eol-style set to native
-
trunk/platform/ixus220_elph300hs/sub/100c/stubs_asm.h
- Property svn:eol-style set to native
-
trunk/platform/ixus220_elph300hs/sub/100c/stubs_auto.S
- Property svn:eol-style set to native
-
trunk/platform/ixus220_elph300hs/sub/100c/stubs_entry.S
r1446 r1448 34 34 //DEF(zoom_status ,0x0000ded8) // Found @0xffb078a0, stubs_min = 0x0000ded8 (0x0000ded8) 35 35 //DEF(some_flag_for_af_scan ,0x000071cc) // Found @0xff989240, stubs_min = 0x000071cc (0x000071cc) 36 //DEF(zoom_busy ,0x00006cf4) // Found @0xff97fd74, stubs_min = 0x00006cf4 (0x00006cf4) 37 //DEF(focus_busy ,0x00006b68) // Found @0xff97af60, stubs_min = 0x00006b68 (0x00006b68) 38 //DEF(recreview_hold ,0x00003828) // Found @0xff8a6510, ** != ** stubs_min = 0x000094c4 (0x93D4+0xF0) 36 39 37 40 // Values below go in 'lib.c': -
trunk/platform/ixus220_elph300hs/sub/100c/stubs_entry_2.S
- Property svn:eol-style set to native
-
trunk/platform/ixus220_elph300hs/sub/100c/stubs_min.S
- Property svn:eol-style set to native
-
trunk/platform/ixus220_elph300hs/sub/101a
-
Property
svn:ignore
set to
.dep
*.o
*.a
PRIMARY.BIN
-
Property
svn:ignore
set to
-
trunk/platform/ixus220_elph300hs/sub/101a/Makefile
- Property svn:eol-style set to LF
-
trunk/platform/ixus220_elph300hs/sub/101a/boot.c
- Property svn:eol-style set to native
-
trunk/platform/ixus220_elph300hs/sub/101a/capt_seq.c
- Property svn:eol-style set to native
-
trunk/platform/ixus220_elph300hs/sub/101a/lib.c
- Property svn:eol-style set to native
-
trunk/platform/ixus220_elph300hs/sub/101a/makefile.inc
- Property svn:eol-style set to LF
-
trunk/platform/ixus220_elph300hs/sub/101a/movie_rec.c
- Property svn:eol-style set to native
-
trunk/platform/ixus220_elph300hs/sub/101a/stubs_asm.h
- Property svn:eol-style set to native
-
trunk/platform/ixus220_elph300hs/sub/101a/stubs_auto.S
- Property svn:eol-style set to native
-
trunk/platform/ixus220_elph300hs/sub/101a/stubs_entry.S
r1447 r1448 34 34 //DEF(zoom_status ,0x0000ded8) // Found @0xffb078b8, stubs_min = 0x0000ded8 (0x0000ded8) 35 35 //DEF(some_flag_for_af_scan ,0x000071cc) // Found @0xff989240, stubs_min = 0x000071cc (0x000071cc) 36 //DEF(zoom_busy ,0x00006cf4) // Found @0xff97fd74, stubs_min = 0x00006cf4 (0x00006cf4) 37 //DEF(focus_busy ,0x00006b68) // Found @0xff97af60, stubs_min = 0x00006b68 (0x00006b68) 38 //DEF(recreview_hold ,0x00003828) // Found @0xff8a6510, ** != ** stubs_min = 0x000094c4 (0x93D4+0xF0) 36 39 37 40 // Values below go in 'lib.c': -
trunk/platform/ixus220_elph300hs/sub/101a/stubs_entry_2.S
- Property svn:eol-style set to native
-
trunk/platform/ixus220_elph300hs/sub/101a/stubs_min.S
- Property svn:eol-style set to native
-
trunk/platform/ixus220_elph300hs/sub/101c
-
Property
svn:ignore
set to
.dep
*.o
*.a
PRIMARY.BIN
-
Property
svn:ignore
set to
-
trunk/platform/ixus220_elph300hs/sub/101c/Makefile
- Property svn:eol-style set to LF
-
trunk/platform/ixus220_elph300hs/sub/101c/boot.c
- Property svn:eol-style set to native
-
trunk/platform/ixus220_elph300hs/sub/101c/capt_seq.c
- Property svn:eol-style set to native
-
trunk/platform/ixus220_elph300hs/sub/101c/lib.c
- Property svn:eol-style set to native
-
trunk/platform/ixus220_elph300hs/sub/101c/makefile.inc
- Property svn:eol-style set to LF
-
trunk/platform/ixus220_elph300hs/sub/101c/movie_rec.c
- Property svn:eol-style set to native
-
trunk/platform/ixus220_elph300hs/sub/101c/stubs_asm.h
- Property svn:eol-style set to native
-
trunk/platform/ixus220_elph300hs/sub/101c/stubs_auto.S
- Property svn:eol-style set to native
-
trunk/platform/ixus220_elph300hs/sub/101c/stubs_entry.S
r1447 r1448 34 34 //DEF(zoom_status ,0x0000ded8) // Found @0xffb078cc, stubs_min = 0x0000ded8 (0x0000ded8) 35 35 //DEF(some_flag_for_af_scan ,0x000071cc) // Found @0xff989240, stubs_min = 0x000071cc (0x000071cc) 36 //DEF(zoom_busy ,0x00006cf4) // Found @0xff97fd74, stubs_min = 0x00006cf4 (0x00006cf4) 37 //DEF(focus_busy ,0x00006b68) // Found @0xff97af60, stubs_min = 0x00006b68 (0x00006b68) 38 //DEF(recreview_hold ,0x00003828) // Found @0xff8a6510, ** != ** stubs_min = 0x000094c4 (0x93D4+0xF0) 36 39 37 40 // Values below go in 'lib.c': -
trunk/platform/ixus220_elph300hs/sub/101c/stubs_entry_2.S
- Property svn:eol-style set to native
-
trunk/platform/ixus220_elph300hs/sub/101c/stubs_min.S
- Property svn:eol-style set to native
-
trunk/platform/ixus220_elph300hs/sub/Makefile
- Property svn:eol-style set to LF
-
trunk/platform/ixus220_elph300hs/wrappers.c
- Property svn:eol-style set to native
Note: See TracChangeset
for help on using the changeset viewer.