[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#261328: marked as done (obexftp: Add support for identifying current Sony-Ericsson phones)



Your message dated Sun, 09 Jan 2005 09:47:34 -0500
with message-id <E1CneLu-0003Jq-00@newraff.debian.org>
and subject line Bug#261328: fixed in obexftp 0.10.6-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 25 Jul 2004 08:17:54 +0000
>From markus+debian@debian.gutschke.com Sun Jul 25 01:17:54 2004
Return-path: <markus+debian@debian.gutschke.com>
Received: from adsl-216-102-162-162.dsl.snfc21.pacbell.net (gutschke.com) [216.102.162.162] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BoeCg-0001Xt-00; Sun, 25 Jul 2004 01:17:54 -0700
Received: from dhcp14.gutschke.com ([192.168.128.14] helo=prometheus)
	by gutschke.com with esmtp (Exim 3.35 #1 (Debian))
	for submit@bugs.debian.org
	id 1BoeBz-0007kY-00; Sun, 25 Jul 2004 01:17:42 -0700
From: Markus Gutschke <markus+debian@debian.gutschke.com>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: obexftp: Add support for identifying current Sony-Ericsson phones
X-Debbugs-CC: Markus Gutschke <markus+debian@debian.gutschke.com>
Message-Id: <E1BoeBz-0007kY-00@gutschke.com>
Date: Sun, 25 Jul 2004 01:17:42 -0700
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-11.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
	X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: obexftp
Version: 0.10.3+4rc3-2
Severity: normal

Current Sony-Ericsson phones identify themselves as "SONY ERICSSON" rather
than just "ERICSSON". The following patch adds support for talking to these
phones through /dev/rcommX tty devices:

--- obexftp-0.10.3+4rc3/bfb/bfb_io.c    2004-07-25 01:01:25.000000000 -0700
+++ obexftp-0.10.3+4rc3.sonyericsson/bfb/bfb_io.c       2004-07-24 17:53:32.000000000 -0700
@@ -395,7 +395,8 @@
                goto err;
        }
        DEBUG(1, "AT+GMI: %s\n", rspbuf);
-       if(strncasecmp("ERICSSON", rspbuf, 8) == 0) {
+       if(strncasecmp("ERICSSON", rspbuf, 8) == 0 ||
+          strncasecmp("SONY ERICSSON", rspbuf, 13) == 0) {
                DEBUG(1, "Ericsson detected\n");
                goto ericsson;
        }

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.24-pre1-mg1
Locale: LANG=C, LC_CTYPE=C

Versions of packages obexftp depends on:
ii  libbluetooth1              2.8-1         Library to use the BlueZ Linux Blu
ii  libc6                      2.3.2.ds1-13  GNU C Library: Shared libraries an
ii  libopenobex-1.0-0          1:1.0.0-rel-3 OBEX protocol library

-- no debconf information

---------------------------------------
Received: (at 261328-close) by bugs.debian.org; 9 Jan 2005 14:51:39 +0000
>From katie@ftp-master.debian.org Sun Jan 09 06:51:39 2005
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CnePr-0000nB-00; Sun, 09 Jan 2005 06:51:39 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1CneLu-0003Jq-00; Sun, 09 Jan 2005 09:47:34 -0500
From: Hendrik Sattler <debian@hendrik-sattler.de>
To: 261328-close@bugs.debian.org
X-Katie: $Revision: 1.54 $
Subject: Bug#261328: fixed in obexftp 0.10.6-2
Message-Id: <E1CneLu-0003Jq-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Sun, 09 Jan 2005 09:47:34 -0500
Delivered-To: 261328-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: obexftp
Source-Version: 0.10.6-2

We believe that the bug you reported is fixed in the latest version of
obexftp, which is due to be installed in the Debian FTP archive:

libobexftp-dev_0.10.6-2_i386.deb
  to pool/main/o/obexftp/libobexftp-dev_0.10.6-2_i386.deb
obexftp_0.10.6-2.diff.gz
  to pool/main/o/obexftp/obexftp_0.10.6-2.diff.gz
obexftp_0.10.6-2.dsc
  to pool/main/o/obexftp/obexftp_0.10.6-2.dsc
obexftp_0.10.6-2_i386.deb
  to pool/main/o/obexftp/obexftp_0.10.6-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 261328@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Hendrik Sattler <debian@hendrik-sattler.de> (supplier of updated obexftp package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat,  8 Jan 2005 11:30:35 +0100
Source: obexftp
Binary: obexftp libobexftp-dev
Architecture: source i386
Version: 0.10.6-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Hendrik Sattler <debian@hendrik-sattler.de>
Description: 
 libobexftp-dev - Object Exchange File Transfer Library
 obexftp    - File Transfer to Flex.Memory on Siemens GSM Mobiles
Closes: 261328 285580 285581
Changes: 
 obexftp (0.10.6-2) unstable; urgency=low
 .
   * QA Upload
   * Removing old patch file obexftp-0.10.3+4rc3_irda.patch.c from debian subdir
   * Make it possible to use IrDA and bluetooth with the same binary (closes: #285581)
   * Add EXAMPLES section to manpage (closes: #285580)
   * Upstream fixed Ericsson phone detection (closes: #261328)
   * Updated download URL in copyright file
   * Remove all outdated patch in doc subdir:
     - preserve doc/ChangeLog.html (referenced by other html files)
     - remove patch for doc/NEWS.html
     - remove patch doc/README.html
   * do not include TODO file, doc/TODO.html is already included (same content)
   * add build-fix for old txt2html version in Debian
     - will be fixed with txt2html >=2.25
     - does fix empty files in doc/ subdir
Files: 
 409875755f5e747703307ce9189da1af 666 comm optional obexftp_0.10.6-2.dsc
 4c51e4ca3fe5b220466960be5cd18c00 5804 comm optional obexftp_0.10.6-2.diff.gz
 4fa4cfd3f5254b38ba96c52dd32ee119 54870 comm optional obexftp_0.10.6-2_i386.deb
 cfc7e280931b2c0ec4b820d0a2be177b 21046 devel optional libobexftp-dev_0.10.6-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFB4TuMmHaJYZ7RAb8RAiURAKCTxyYKWvlWHMPt5bX5Hd/EKTFBuQCgjN+6
qDHdt/nhgE07cdykMWRwssU=
=WJHz
-----END PGP SIGNATURE-----



Reply to: