From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 4 08:40:28 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C35AC16A4CE for ; Thu, 4 Nov 2004 08:40:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A764643D2D for ; Thu, 4 Nov 2004 08:40:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id iA48eSia066696 for ; Thu, 4 Nov 2004 08:40:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA48eS12066695; Thu, 4 Nov 2004 08:40:28 GMT (envelope-from gnats) Resent-Date: Thu, 4 Nov 2004 08:40:28 GMT Resent-Message-Id: <200411040840.iA48eS12066695@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Zahemszky Gábor Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C327616A4CE for ; Thu, 4 Nov 2004 08:37:04 +0000 (GMT) Received: from zahemszky.hu (60.193-182-adsl-pool.axelero.hu [81.182.193.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAD8643D48 for ; Thu, 4 Nov 2004 08:37:03 +0000 (GMT) (envelope-from zgabor@zahemszky.hu) Received: from zahemszky.hu (localhost [127.0.0.1]) by Lapp.Zahemszky.hu (8.13.1/8.13.1) with ESMTP id iA48UwCg091606 for ; Thu, 4 Nov 2004 09:30:59 +0100 (CET) (envelope-from zgabor@zahemszky.hu) Received: (from zgabor@localhost) by zahemszky.hu (8.13.1/8.13.1/Submit) id iA48Uvv5091605; Thu, 4 Nov 2004 09:30:57 +0100 (CET) (envelope-from zgabor) Message-Id: <200411040830.iA48Uvv5091605@zahemszky.hu> Date: Thu, 4 Nov 2004 09:30:57 +0100 (CET) From: Zahemszky Gábor To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: misc/73515: patch to identify and use Kodak LS743 with (lib)gphoto2 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Zahemszky Gábor List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 08:40:29 -0000 >Number: 73515 >Category: misc >Synopsis: patch to identify and use Kodak LS743 with (lib)gphoto2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 04 08:40:28 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Zahemszky Gábor >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD zahemszky.hu 5.3-STABLE FreeBSD 5.3-STABLE #0: Mon Nov 1 14:15:29 CET 2004 root@lapp.Zahemszky.HU:/usr/obj/usr/src/sys/LAPP i386 >Description: There are some errors in libgphoto2's Kodak USB-ID list. With this little patch libgphoto can handle Kodak LS743 machine, and correctly identify CX4210. >How-To-Repeat: Connect an LS743, and look the USB identifier. (And look around in camlibs/ptp2/README.) >Fix: With this little patch: ==== patch-Kodak: ==== *** camlibs/ptp2/library.c.orig Thu Nov 4 08:57:29 2004 --- camlibs/ptp2/library.c Thu Nov 4 08:58:26 2004 *************** static struct { *** 225,236 **** {"Kodak:DX4900", 0x040a, 0x0550}, {"Kodak:DX4330", 0x040a, 0x0555}, {"Kodak:CX4200", 0x040a, 0x0560}, ! {"Kodak:CX4210", 0x040a, 0x0565}, ! /* both above with different product IDs normal/retail versions of the same model */ {"Kodak:CX4300", 0x040a, 0x0566}, {"Kodak:LS443", 0x040a, 0x0568}, {"Kodak:LS663", 0x040a, 0x0569}, {"Kodak:DX6340", 0x040a, 0x0570}, {"Kodak:CX6330", 0x040a, 0x0571}, {"Kodak:DX6440", 0x040a, 0x0572}, --- 225,237 ---- {"Kodak:DX4900", 0x040a, 0x0550}, {"Kodak:DX4330", 0x040a, 0x0555}, {"Kodak:CX4200", 0x040a, 0x0560}, ! {"Kodak:CX4210", 0x040a, 0x0560}, ! /* both above with same product IDs normal/retail versions of the same model */ {"Kodak:CX4300", 0x040a, 0x0566}, {"Kodak:LS443", 0x040a, 0x0568}, {"Kodak:LS663", 0x040a, 0x0569}, + {"Kodak:LS743", 0x040a, 0x0565}, {"Kodak:DX6340", 0x040a, 0x0570}, {"Kodak:CX6330", 0x040a, 0x0571}, {"Kodak:DX6440", 0x040a, 0x0572}, ==== end of patch-Kodak ==== >Release-Note: >Audit-Trail: >Unformatted: