summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <gp@n-dimensional.de>2006-09-18 21:59:13 +0000
committerHans Ulrich Niedermann <gp@n-dimensional.de>2006-09-18 21:59:13 +0000
commit832b92f0345dbe8b1cdc100f74d62ff408af4f59 (patch)
tree72f7c439478f2433478ce2c710f32ef8dfbe3f17 /tests
parentaf9afabe36bdfb6efcf5c44f86f47789604e2d0e (diff)
downloadlibgphoto2-832b92f0345dbe8b1cdc100f74d62ff408af4f59.tar.gz
more DDB spec updates
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@9178 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'tests')
-rw-r--r--tests/ddb/README.ddb7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/ddb/README.ddb b/tests/ddb/README.ddb
index 3c35e390b..7a0348526 100644
--- a/tests/ddb/README.ddb
+++ b/tests/ddb/README.ddb
@@ -132,7 +132,9 @@ What would need to be done to go into production with this:
One solution to the problem could be a directory structure like
- /etc/libgphoto2.d/libgphoto2.ddb # the devices we ship
+ /etc/libgphoto2.d/camlib-agfa.ddb # the devices from the agfa camlib
+ /etc/libgphoto2.d/camlib-canon.ddb # the devices from the canon camlib
+ /etc/libgphoto2.d/camlib-ptp2.ddb # the devices from the ptp2 camlib
/etc/libgphoto2.d/foo.ddb # devices the user got from somewhere
/etc/libgphoto2.d/bar.ddb # devices the user got from somewhere
@@ -141,6 +143,9 @@ What would need to be done to go into production with this:
* The DDB device names should be Unicode strings.
+ * There must be structured information on device names, e.g. the
+ vendor must be readable without parsing strings.
+
* Store other device information in the DDB which may be of interest
for a libgphoto2 frontend, e.g.
- thumbnail images of the devices themselves.