Package: libgphoto2-2 Version: 2.2.1-4 Severity: normal Tags: patch
It looks like there are Nikon Coolpix 4600 cameras with a different product id than the one currently supported. Here attached is a patch to camlibs/ptp2/library.c that makes libgphoto2 work with mine.
Cheers, Roberto --- library.c.orig 2006-10-22 13:22:54.000000000 +0200 +++ library.c 2006-10-22 13:25:05.000000000 +0200 @@ -413,6 +413,8 @@ {"Nikon:Coolpix 5600 (PTP mode)", 0x04b0, 0x012e, 0}, /* 4600: Martin Klaffenboeck <[EMAIL PROTECTED]> */ {"Nikon:Coolpix 4600 (PTP mode)", 0x04b0, 0x0130, 0}, + /* 4600: Roberto Costa <[EMAIL PROTECTED]>, 22 Oct 2006 */ + {"Nikon:Coolpix 4600 (PTP mode)", 0x04b0, 0x0131, 0}, {"Nikon:Coolpix 5900 (PTP mode)", 0x04b0, 0x0135, 0}, {"Nikon:Coolpix P1 (PTP mode)", 0x04b0, 0x0140, 0}, /* Marcus Meissner */ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]