summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2016-12-17 11:15:14 +0100
committerMarcus Meissner <marcus@jet.franken.de>2016-12-17 11:15:40 +0100
commit6f84fc2862eda6ef411bf50b82d1de10ed883003 (patch)
tree717005d059a23895accd828fad34c4c8743a36a5
parent4044ea3301d624209b5c76fcd5b967c5f1ee9fee (diff)
downloadlibgphoto2-6f84fc2862eda6ef411bf50b82d1de10ed883003.tar.gz
added nikon aw130
fixes https://github.com/gphoto/libgphoto2/issues/116
-rw-r--r--camlibs/ptp2/library.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/camlibs/ptp2/library.c b/camlibs/ptp2/library.c
index 7b62d8ac5..80a9d6779 100644
--- a/camlibs/ptp2/library.c
+++ b/camlibs/ptp2/library.c
@@ -1077,6 +1077,9 @@ static struct {
/* LeChuck <ofernandez84@gmail.com> */
{"Nikon:Coolpix AW110 (PTP mode)",0x04b0, 0x0194, PTP_CAP|PTP_NIKON_BROKEN_CAP},
+ /* https://github.com/gphoto/libgphoto2/issues/116 */
+ {"Nikon:Coolpix AW130 (PTP mode)",0x04b0, 0x0198, PTP_CAP|PTP_NIKON_BROKEN_CAP},
+
{"Nikon:Coolpix SQ (PTP mode)", 0x04b0, 0x0202, 0},
/* lars marowski bree, 16.8.2004 */
{"Nikon:Coolpix 4200 (PTP mode)", 0x04b0, 0x0204, 0},