Adding new cameras, applying patches into trunk (with source code prepared) - page 45 - General Discussion and Assistance - CHDK Forum

Adding new cameras, applying patches into trunk (with source code prepared)

  • 1685 Replies
  • 845935 Views
*

Offline reyalp

  • ******
  • 14125
Advertisements
A580 final (fixed stubs).

Can you add a580 to autobuild in CHDK and remove "alpha" status from download in CHDK-DE? thx
I added the patch to chdk trunk, changeset 1308

I had to make two small changes to get it to compile:
comment out the generic/lib.c  include in the platform lib.c, and the KEY_SHOOT_FULL_ONLY in kbd.c

The SHOOT_FULL_ONLY stuff hasn't been added to the trunk yet, but it probably should be.
Don't forget what the H stands for.

*

Offline genie

  • *
  • 43
In the German forum SX230HS (firmware version 1.00c) was added to trunk.
Source: https://my-trac.assembla.com/chdkde/browser/trunk

Can this version be transferred directly to the trunk here or must a patch file be created?

If this can be transferred directly, please add it to the trunk. If not, i will create a patch file.

regards
genie
Sorry for my bad English.I am a Bavarian and German is the only foreign language i speak.

Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #442 on: 07 / September / 2011, 07:13:06 »
A580
  • Now is EXMEM supported
  • Manual Focus adjustments tested and works
  • + makefile

Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #443 on: 09 / September / 2011, 20:38:00 »
Hey,

I have a patch against SVN 1324 which adds sx230hs for the 100c and the 101a firmwares.

It needs changes to /core/dng.c

*

Offline philmoz

  • *****
  • 3450
    • Photos
Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #444 on: 09 / September / 2011, 21:05:50 »
A580
  • Now is EXMEM supported
  • Manual Focus adjustments tested and works
  • + makefile

Added in changeset 1325.

Phil.
CHDK ports:
  sx30is (1.00c, 1.00h, 1.00l, 1.00n & 1.00p)
  g12 (1.00c, 1.00e, 1.00f & 1.00g)
  sx130is (1.01d & 1.01f)
  ixus310hs (1.00a & 1.01a)
  sx40hs (1.00d, 1.00g & 1.00i)
  g1x (1.00e, 1.00f & 1.00g)
  g5x (1.00c, 1.01a, 1.01b)
  g7x2 (1.01a, 1.01b, 1.10b)

*

Offline philmoz

  • *****
  • 3450
    • Photos
Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #445 on: 09 / September / 2011, 21:09:10 »
Hey,

I have a patch against SVN 1324 which adds sx230hs for the 100c and the 101a firmwares.

It needs changes to /core/dng.c

I tried applying your patch to my local build, so I could commit the changes.
I use TortoiseSVN on Windows - unfortunately TortoiseSVN doesn't like the patch file.

If you can create a patch file that I can use with TortoiseSVN I can add this, otherwise it will need to wait for someone more familiar with it who can apply the patch.

Phil.
CHDK ports:
  sx30is (1.00c, 1.00h, 1.00l, 1.00n & 1.00p)
  g12 (1.00c, 1.00e, 1.00f & 1.00g)
  sx130is (1.01d & 1.01f)
  ixus310hs (1.00a & 1.01a)
  sx40hs (1.00d, 1.00g & 1.00i)
  g1x (1.00e, 1.00f & 1.00g)
  g5x (1.00c, 1.01a, 1.01b)
  g7x2 (1.01a, 1.01b, 1.10b)

Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #446 on: 09 / September / 2011, 21:48:55 »
Hey,

I have a patch against SVN 1324 which adds sx230hs for the 100c and the 101a firmwares.

It needs changes to /core/dng.c

I tried applying your patch to my local build, so I could commit the changes.
I use TortoiseSVN on Windows - unfortunately TortoiseSVN doesn't like the patch file.

If you can create a patch file that I can use with TortoiseSVN I can add this, otherwise it will need to wait for someone more familiar with it who can apply the patch.

Phil.


See if this one works any better

Thanks

Taliesin

*

Offline philmoz

  • *****
  • 3450
    • Photos
Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #447 on: 09 / September / 2011, 22:10:12 »
Hey,

I have a patch against SVN 1324 which adds sx230hs for the 100c and the 101a firmwares.

It needs changes to /core/dng.c

I tried applying your patch to my local build, so I could commit the changes.
I use TortoiseSVN on Windows - unfortunately TortoiseSVN doesn't like the patch file.

If you can create a patch file that I can use with TortoiseSVN I can add this, otherwise it will need to wait for someone more familiar with it who can apply the patch.

Phil.


See if this one works any better

Thanks

Taliesin

Sorry, still no luck applying it with TortoiseSVN.
With help from reyalp I've managed to get the patches working.

Phil.
« Last Edit: 09 / September / 2011, 22:42:03 by philmoz »
CHDK ports:
  sx30is (1.00c, 1.00h, 1.00l, 1.00n & 1.00p)
  g12 (1.00c, 1.00e, 1.00f & 1.00g)
  sx130is (1.01d & 1.01f)
  ixus310hs (1.00a & 1.01a)
  sx40hs (1.00d, 1.00g & 1.00i)
  g1x (1.00e, 1.00f & 1.00g)
  g5x (1.00c, 1.01a, 1.01b)
  g7x2 (1.01a, 1.01b, 1.10b)

Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #448 on: 09 / September / 2011, 22:50:40 »
Hey,

I have a patch against SVN 1324 which adds sx230hs for the 100c and the 101a firmwares.

It needs changes to /core/dng.c

I tried applying your patch to my local build, so I could commit the changes.
I use TortoiseSVN on Windows - unfortunately TortoiseSVN doesn't like the patch file.

If you can create a patch file that I can use with TortoiseSVN I can add this, otherwise it will need to wait for someone more familiar with it who can apply the patch.

Phil.


See if this one works any better

Thanks

Taliesin

Sorry, still no luck applying it with TortoiseSVN.
With help from reyalp I've managed to get the patches working.

Phil.


Thanks,

is there something different I can do next time to make it work easier?

*

Offline philmoz

  • *****
  • 3450
    • Photos
Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #449 on: 09 / September / 2011, 23:02:25 »
Hey,

I have a patch against SVN 1324 which adds sx230hs for the 100c and the 101a firmwares.

It needs changes to /core/dng.c

Added in changeset 1326.

I modified dng.c to get rid of some compiler warnings.

Phil.
CHDK ports:
  sx30is (1.00c, 1.00h, 1.00l, 1.00n & 1.00p)
  g12 (1.00c, 1.00e, 1.00f & 1.00g)
  sx130is (1.01d & 1.01f)
  ixus310hs (1.00a & 1.01a)
  sx40hs (1.00d, 1.00g & 1.00i)
  g1x (1.00e, 1.00f & 1.00g)
  g5x (1.00c, 1.01a, 1.01b)
  g7x2 (1.01a, 1.01b, 1.10b)

 

Related Topics


SimplePortal © 2008-2014, SimplePortal