summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2006-11-30 07:32:15 +0000
committerMarcus Meissner <marcus@jet.franken.de>2006-11-30 07:32:15 +0000
commit7cf79cc91d77a56822fc2d7759081945051d2c65 (patch)
treef43b2cadaacb8aab5b1c4991e68da71cbb248490
parent0e415e78b89b3a81d7c2b641cd299cbd507aaac5 (diff)
downloadlibgphoto2-7cf79cc91d77a56822fc2d7759081945051d2c65.tar.gz
added some ids
git-svn-id: https://svn.code.sf.net/p/gphoto/code/branches/libgphoto2-2_3/libgphoto2@9487 67ed7778-7388-44ab-90cf-0a291f65f57c
-rw-r--r--camlibs/ptp2/ChangeLog11
-rw-r--r--camlibs/ptp2/library.c8
2 files changed, 18 insertions, 1 deletions
diff --git a/camlibs/ptp2/ChangeLog b/camlibs/ptp2/ChangeLog
index 46255c1a7..534a618c5 100644
--- a/camlibs/ptp2/ChangeLog
+++ b/camlibs/ptp2/ChangeLog
@@ -1,3 +1,14 @@
+2006-11-30 Marcus Meissner <marcus@jet.franken.de>
+
+ * library.c: Added Microsoft Zune (not fully working!)
+ * library.c: Added Sirius Stilletto.
+
+
+2006-11-27 Marcus Meissner <marcus@jet.franken.de>
+
+ * ptp.c,ptp.h,ptp-pack.c:
+ Bugfixes for GetObjProplist code.
+
2006-11-19 Marcus Meissner <marcus@jet.franken.de>
* ptp.c,ptp.h,ptp-pack.c:
diff --git a/camlibs/ptp2/library.c b/camlibs/ptp2/library.c
index 55baf1beb..3a526bcc5 100644
--- a/camlibs/ptp2/library.c
+++ b/camlibs/ptp2/library.c
@@ -342,7 +342,7 @@ static struct {
/* Marc Santhoff <M.Santhoff@t-online.de> */
{"Kodak:C643", 0x040a, 0x05a7, 0},
/* via IRC */
- {"Kodak:C633", 0x040a, 0x05ba, 0},
+ {"Kodak:C633", 0x040a, 0x05ba, 0},
/* HP PTP cameras */
{"HP:PhotoSmart 812 (PTP mode)", 0x03f0, 0x4202, 0},
@@ -780,6 +780,8 @@ static struct {
{"Samsung:YP-F2J", 0x04e8, 0x5057, PTP_MTP},
/* Reported by Patrick <skibler@gmail.com> */
{"Samsung:YP-K5", 0x04e8, 0x505a, PTP_MTP},
+ /* Reported by Matthew Wilcox <matthew@wil.cx> */
+ {"Samsung Yepp T9", 0x04e8, 0x507f, PTP_MTP},
{"Samsung:YH-999 Portable Media Center",0x04e8, 0x5a0f, PTP_MTP},
@@ -791,6 +793,10 @@ static struct {
{"Sandisk:Sansa e200", 0x0781, 0x7420, PTP_MTP},
{"Sandisk:Sansa e260", 0x0781, 0x7420, PTP_MTP},
+ /* Reported by Farooq Zaman. NOTE: Can just list files currently and might have other problems! */
+ {"Microsoft:Zune", 0x045e, 0x0710, PTP_MTP},
+ /* From Richard Low */
+ {"Sirius:Stiletto", 0x18f6, 0x0102, PTP_MTP }
};
static struct {