Package: libgphoto2-2
Version: 2.4.1-3
Severity: normal

My iPhone 3G is detected but gthumb is not able to connect to it.

It seems the USB product number of iPhone 3G is not known by libgphoto2.

The attached patch corrects the problem.

-- System Information:
Debian Release: 5.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libgphoto2-2 depends on:
ii  adduser                       3.110      add and remove users and groups
ii  libc6                         2.7-18     GNU C Library: Shared libraries
ii  libexif12                     0.6.16-2.1 library to parse EXIF files
ii  libgphoto2-port0              2.4.1-3    gphoto2 digital camera port librar
ii  libjpeg62                     6b-14      The Independent JPEG Group's JPEG 
ii  libltdl3                      1.5.26-4   A system independent dlopen wrappe

Versions of packages libgphoto2-2 recommends:
ii  udev                          0.125-7    /dev/ and hotplug management daemo

Versions of packages libgphoto2-2 suggests:
ii  gphoto2                       2.4.0-1    The gphoto2 digital camera command

-- no debconf information
*** a/camlibs/ptp2/library.c	2009-03-13 01:32:56.000000000 +0100
--- b/camlibs/ptp2/library.c	2009-03-13 01:32:47.000000000 +0100
***************
*** 806,811 ****
--- 806,812 ----
  
  	/* from Mike Meyer <m...@mired.org> */
  	{"Apple:iPhone (PTP mode)",		0x05ac, 0x1290, PTPBUG_DCIM_WRONG_PARENT},
+ 	{"Apple:iPhone 3G (PTP mode)",		0x05ac, 0x1292, PTPBUG_DCIM_WRONG_PARENT},
  	/* https://sourceforge.net/tracker/index.php?func=detail&aid=1869653&group_id=158745&atid=809061 */
  	{"Pioneer:DVR-LX60D",                   0x08e4, 0x0142, 0},
  

Reply via email to