Hi StompSC,
recently I build me a sound trigger which sets a 5V to the USB of my A700, but unfortunately USB has not been suppurted yet. Then I found this thread and tried out what you mentioned above... and it works
There where only two minor changes in the allbest source code. I just add some lines, compiled it and it works:
Index: include/camera.h
===================================================================
--- include/camera.h (revision 388)
+++ include/camera.h (working copy)
@@ -240,7 +240,7 @@
#define CAM_RAW_ROWPIX 2888 // for 6 MP
#define CAM_RAW_ROWS 2136 // for 6 MP
- #undef CAM_REMOTE
+// #undef CAM_REMOTE
#undef CAM_HAS_IS
//----------------------------------------------------------
Index: platform/generic/kbd.c
===================================================================
--- platform/generic/kbd.c (revision 388)
+++ platform/generic/kbd.c (working copy)
@@ -20,7 +20,7 @@
+#if defined(CAMERA_a700)
+#define USB_MASK 0x00000008
+#define USB_REG 3
+#endif
+
Thanks alot. Now I will try my sound trigger.
By the way I am new here. So is there any centralized place where new stuff, fixes ... are collected.