summaryrefslogtreecommitdiff
path: root/camlibs/stv0674
diff options
context:
space:
mode:
authorMichael Rensing <mrensing@users.sourceforge.net>2003-01-10 21:57:42 +0000
committerMichael Rensing <mrensing@users.sourceforge.net>2003-01-10 21:57:42 +0000
commit6aeb67cf170760c466b918e14329f25480c50ca8 (patch)
treece3a25adc84ef7bba4eb38b52926029ee38ac6cc /camlibs/stv0674
parent741eefcaebbba5a53e38d759d07c4f30b5f19e8f (diff)
downloadlibgphoto2-6aeb67cf170760c466b918e14329f25480c50ca8.tar.gz
Added colon for new Manufacturer:Model notation
*** Also changed the camera string to match this notation *** git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@6050 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/stv0674')
-rw-r--r--camlibs/stv0674/stv0674.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/camlibs/stv0674/stv0674.c b/camlibs/stv0674/stv0674.c
index 28279b76d..a638a70c0 100644
--- a/camlibs/stv0674/stv0674.c
+++ b/camlibs/stv0674/stv0674.c
@@ -52,7 +52,12 @@ struct camera_to_usb {
unsigned short idProduct;
} camera_to_usb[] = {
/* http://www.digitaldreamco.com/shop/xtra.htm, SVGA */
- { "l'espion xtra by DigitalDream", 0x05DA, 0x1020 }
+/* I've taken the liberty of replacing the original model string with one that conforms
+* to the gphoto2 standard of Manufacturer:Model
+* Michael Rensing <mrensing@users.sourceforge.net>
+* { "l'espion xtra by DigitalDream", 0x05DA, 0x1020 }
+*/
+ { "DigitalDream:l'espion xtra", 0x05DA, 0x1020 }
};