summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2015-12-28 09:05:50 +0100
committerMarcus Meissner <marcus@jet.franken.de>2015-12-28 09:05:50 +0100
commit73f69702a7e9412ec17cef062f897d8c17e5db13 (patch)
treec44c434645c332a6e84a2051df8d257c5ce93464
parent15c6432665df7cffb1a73a00f5f7c33b5712c2c9 (diff)
downloadlibgphoto2-73f69702a7e9412ec17cef062f897d8c17e5db13.tar.gz
tag the nikon 4100 capture capable
fixed https://github.com/gphoto/libgphoto2/issues/29
-rw-r--r--camlibs/ptp2/library.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/camlibs/ptp2/library.c b/camlibs/ptp2/library.c
index dec164993..9c7b00d60 100644
--- a/camlibs/ptp2/library.c
+++ b/camlibs/ptp2/library.c
@@ -959,7 +959,8 @@ static struct {
/* Nikon Coolpix 4800 */
{"Nikon:Coolpix 4800 (PTP mode)", 0x04b0, 0x0129, 0},
/* Nikon Coolpix SQ: M. Holzbauer, 07 Jul 2003 */
- {"Nikon:Coolpix 4100 (PTP mode)", 0x04b0, 0x012d, 0},
+ /* and https://github.com/gphoto/libgphoto2/issues/29 */
+ {"Nikon:Coolpix 4100 (PTP mode)", 0x04b0, 0x012d, PTP_CAP|PTP_NO_CAPTURE_COMPLETE},
/* Nikon Coolpix 5600: Andy Shevchenko, 11 Aug 2005 */
{"Nikon:Coolpix 5600 (PTP mode)", 0x04b0, 0x012e, PTP_CAP|PTP_NIKON_BROKEN_CAP},
/* 4600: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> */