summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2013-01-28 08:14:13 +0000
committerMarcus Meissner <marcus@jet.franken.de>2013-01-28 08:14:13 +0000
commitbb97e90362e693dcc5e9293bb531e7c525b6c054 (patch)
tree6cf554d83d516820ca4c2325962f64fb138957a2
parentf43297ba73cc7c66a19627f1057ef0ba7aaee83a (diff)
downloadlibgphoto2-bb97e90362e693dcc5e9293bb531e7c525b6c054.tar.gz
rebel t4i is the US alias for the EOS 650D
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14212 67ed7778-7388-44ab-90cf-0a291f65f57c
-rw-r--r--camlibs/ptp2/library.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/camlibs/ptp2/library.c b/camlibs/ptp2/library.c
index dbde236b5..e568bad19 100644
--- a/camlibs/ptp2/library.c
+++ b/camlibs/ptp2/library.c
@@ -1243,6 +1243,7 @@ static struct {
{"Canon:PowerShot G1 X", 0x04a9, 0x3233, PTPBUG_DELETE_SENDS_EVENT},
{"Canon:PowerShot SX40HS", 0x04a9, 0x3238, PTPBUG_DELETE_SENDS_EVENT},
{"Canon:EOS 650D", 0x04a9, 0x323b, PTP_CAP|PTP_CAP_PREVIEW},
+ {"Canon:Rebel T4i", 0x04a9, 0x323b, PTP_CAP|PTP_CAP_PREVIEW},
{"Canon:EOS M", 0x04a9, 0x323d, 0/*PTP_CAP|PTP_CAP_PREVIEW ... might be unknown opcodes -Marcus */},
{"Canon:PowerShot A4000IS", 0x04a9, 0x3243, PTPBUG_DELETE_SENDS_EVENT},
{"Canon:PowerShot SX240HS", 0x04a9, 0x3245, PTPBUG_DELETE_SENDS_EVENT},