ports/142093: [patch] audio/libmtp: Add device ID for Canon SX20IS

Peter Jeremy peterjeremy at acm.org
Mon Dec 28 07:40:02 UTC 2009


>Number:         142093
>Category:       ports
>Synopsis:       [patch] audio/libmtp: Add device ID for Canon SX20IS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 28 07:40:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Peter Jeremy
>Release:        FreeBSD 8.0-BETA4 i386
>Organization:
n/a
>Environment:
System: FreeBSD aspire.vk2pj.dyndns.org 8.0-BETA4 FreeBSD 8.0-BETA4 #10: Thu Sep 17 09:46:01 EST 2009     root at builder.vk2pj.dyndns.org:/obj/usr/src/sys/aspire  i386

>Description:
	The Canon PowerShot SX20IS (and probably all PowerShot cameras)
	appear as MTP devices.  Adding the attached patch allows files
	to be transferred off the camera.

	Reported upstream as https://sourceforge.net/tracker/?func=detail&aid=2922131&group_id=158745&atid=809063

>How-To-Repeat:
	Attach camera and use mtp-files.
>Fix:
Create /usr/ports/audio/libmtp/files/patch-src__music-players.h containing:
--- ./src/music-players.h~	2009-12-28 17:08:25.534852340 +1100
+++ ./src/music-players.h	2009-12-28 17:07:16.500312346 +1100
@@ -439,6 +439,7 @@
    * and reports itself as supporting the MTP extension.
    */
   { "Canon", 0x04a9, "PowerShot A640 (PTP/MTP mode)", 0x3139, DEVICE_FLAG_NONE },
+  { "Canon", 0x04a9, "PowerShot SX20IS (PTP/MTP mode)", 0x31e4, DEVICE_FLAG_NONE },
 
   /*
    * Nokia
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list