diff options
author | Hans Ulrich Niedermann <gp@n-dimensional.de> | 2002-11-08 14:03:39 +0000 |
---|---|---|
committer | Hans Ulrich Niedermann <gp@n-dimensional.de> | 2002-11-08 14:03:39 +0000 |
commit | 6c35bfd860a6519071aca465cbf5380373fe1e54 (patch) | |
tree | 6ce87dbd12eda4ccab3516592bb3cf3315f69b8e /camlibs | |
parent | bd2fc91a5f9a08f91ee156edc294b7aeda89f29a (diff) | |
download | libgphoto2-6c35bfd860a6519071aca465cbf5380373fe1e54.tar.gz |
S45 size limit S99M
added string " (normal mode)" to name of S45 and S230 to distinguish from PTP mode
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5561 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs')
-rw-r--r-- | camlibs/canon/canon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/camlibs/canon/canon.c b/camlibs/canon/canon.c index b7b277e3a..51ef43a31 100644 --- a/camlibs/canon/canon.c +++ b/camlibs/canon/canon.c @@ -118,8 +118,8 @@ const struct canonCamModelData models[] = { {"Canon PowerShot S200", CANON_PS_S200, 0x04A9, 0x3065, 0, S10M, S32K}, {"Canon Digital IXUS v2", CANON_PS_S200, 0x04A9, 0x3065, 0, S10M, S32K}, {"Canon Digital IXUS 330", CANON_PS_S330, 0x04A9, 0x3066, 0, S10M, S32K}, - {"Canon PowerShot S45", CANON_PS_S45, 0x04A9, 0x306C, 0, S10M, S32K}, /* 0x306D is S45 in PTP mode */ - {"Canon PowerShot S230", CANON_PS_S230, 0x04A9, 0x3070, 0, S99M, S32K}, /* 0x3071 is S230 in PTP mode */ + {"Canon PowerShot S45 (normal mode)", CANON_PS_S45, 0x04A9, 0x306C, 0, S99M, S32K}, /* 0x306D is S45 in PTP mode */ + {"Canon PowerShot S230 (normal mode)", CANON_PS_S230, 0x04A9, 0x3070, 0, S99M, S32K}, /* 0x3071 is S230 in PTP mode */ {NULL} /* *INDENT-ON* */ }; |