Package: libgphoto2 Version: 2.2.1-12 Severity: wishlist Tags: patch Hello,
While we were making a customization for a client we got access to a Sony DSC-W5 and it missed support. We then made a simple patch to support it. Please, check and forward it upstream. diff -u libgphoto2-2.2.1/camlibs/ptp2/library.c libgphoto2-2.2.1/camlibs/ptp2/library.c --- libgphoto2-2.2.1/camlibs/ptp2/library.c +++ libgphoto2-2.2.1/camlibs/ptp2/library.c @@ -374,6 +374,8 @@ {"Sony:DSC-U20 (PTP mode)", 0x054c, 0x004e, 0}, {"Sony:DSC-V1 (PTP mode)", 0x054c, 0x004e, 0}, {"Sony:DSC-W1 (PTP mode)", 0x054c, 0x004e, 0}, + /* W5 reported by Otavio Salvador <[EMAIL PROTECTED]> */ + {"Sony:DSC-W5 (PTP mode)", 0x054c, 0x004e, 0}, {"Sony:DSC-W12 (PTP mode)", 0x054c, 0x004e, 0}, {"Sony:MVC-CD300 (PTP mode)", 0x054c, 0x004e, 0}, {"Sony:MVC-CD500 (PTP mode)", 0x054c, 0x004e, 0}, diff -u libgphoto2-2.2.1/debian/changelog libgphoto2-2.2.1/debian/changelog --- libgphoto2-2.2.1/debian/changelog +++ libgphoto2-2.2.1/debian/changelog @@ -1,3 +1,9 @@ +libgphoto2 (2.2.1-13~osdesktop1) osdesktop-unstable; urgency=low + + * camlibs/ptp2/library.c: Added Sony DSC-W5 camera. + + -- Otavio Salvador <[EMAIL PROTECTED]> Mon, 11 Dec 2006 23:13:05 -0200 + libgphoto2 (2.2.1-12) unstable; urgency=low * debian/udev_generic_ptp_support.rules: create note earlier on for PTP only in patch2: unchanged: --- libgphoto2-2.2.1.orig/camlibs/ptp2/ChangeLog +++ libgphoto2-2.2.1/camlibs/ptp2/ChangeLog @@ -1,3 +1,7 @@ +2006-12-04 Otavio Salvador <[EMAIL PROTECTED]> + + * library.c: Added Sony DSC-W5. + 2006-06-16 Hubert Figuiere <[EMAIL PROTECTED]> * library.c: 30D has DCIM ROOT bug -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-3-686 Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]