I think ubasic is not quite backward compatible. b=get_usb_power would be equivalent to mode 0, but now it's a syntax error unless you explicitly give it a number.
Patch #6 for USB remote V2.
A possible solution to the problem with the A495 keyboard. This was merged 2 days ago into CHDK-DE, a tester in the German forum reported a preliminary success (no 100% report yet).Bug fixed (it was experienced with CHDK-DE): camera crashed on startup when any script was set to autostart.The four buttons really seem to be inverted. Idle value of physw_status[2] has already been reported here: http://chdk.setepontos.com/index.php?topic=5570.msg56110#msg56110 .As the A490's kbd.c is identical, this change may also be useful there.
Hi, I would like to apply this patch to the stable release-1 0 to update my a3300 port.This is my first time doing this, but I think I did it correctly.After creating my patch I reverted the release back so I could test the patch and everything went fine.Thanks Updated patch file with fixed hook raw address, and active area values, thanks to Phil!!
Patch #7 for USB Remote V2. Changes are :1) New & improved Ricoh CA-1 input module provided by vnd.2) High speed remote status debugging code provided by vnd. Available but currently disabled in this patch.3) Modified pulse counting code so that logic modules get an identical but seperate pulse count from that provide to Lua and uBasic scripts. Avoids a potential race condition when scripts poll for pulse counts and logic modules are also using that value.
A470 update for release 1.0
- multiple corrections for 1.02c according to stubs_entry.S (can't be sure it would be ok for the other 2)
A question: finsig_dryos reports different addresses for "rename" and "write". Is there a way to test which function is the correct one?
I would like to update the A430 too (I posted a patch here a while ago). If there's anything I should do differently, just tell me.
I would like to submit this patch for stable release 1_0 to add firmware 100c to my a3300 port. Thanks.