summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2006-11-22 19:47:42 +0000
committerMarcus Meissner <marcus@jet.franken.de>2006-11-22 19:47:42 +0000
commit5a42660b15f5dac75fecc1af5b0c2f77e31ec9d0 (patch)
treee063337d0c842c95211f5d93dcf4e58661e96d43
parent2d1ab5186c1b64b82846affa9b2798bee1209b1d (diff)
downloadlibgphoto2-5a42660b15f5dac75fecc1af5b0c2f77e31ec9d0.tar.gz
added a300 to ptp driver too.
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@9446 67ed7778-7388-44ab-90cf-0a291f65f57c
-rw-r--r--camlibs/ptp2/library.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/camlibs/ptp2/library.c b/camlibs/ptp2/library.c
index 6877a43b4..b23f63d8e 100644
--- a/camlibs/ptp2/library.c
+++ b/camlibs/ptp2/library.c
@@ -565,6 +565,8 @@ static struct {
{"Canon:PowerShot A60 (PTP)", 0x04a9, 0x3074, PTPBUG_DELETE_SENDS_EVENT|PTP_CAP|PTP_CAP_PREVIEW},
/* IXUS 400 has the same PID in both modes, Till Kamppeter */
{"Canon:Digital IXUS 400 (PTP mode)", 0x04a9, 0x3075, PTPBUG_DELETE_SENDS_EVENT|PTP_CAP|PTP_CAP_PREVIEW},
+ {"Canon:Digital IXUS 400 (PTP mode)", 0x04a9, 0x3075, PTPBUG_DELETE_SENDS_EVENT|PTP_CAP|PTP_CAP_PREVIEW},
+ {"Canon:PowerShot A300 (PTP mode)", 0x04a9, 0x3076, PTPBUG_DELETE_SENDS_EVENT|PTP_CAP|PTP_CAP_PREVIEW},
{"Canon:PowerShot S50 (PTP mode)", 0x04a9, 0x3077, PTPBUG_DELETE_SENDS_EVENT},
{"Canon:PowerShot G5 (PTP mode)", 0x04a9, 0x3085, PTPBUG_DELETE_SENDS_EVENT},
{"Canon:Elura 50 (PTP mode)", 0x04a9, 0x3087, PTPBUG_DELETE_SENDS_EVENT},