Your message dated Mon, 24 May 2010 22:37:20 +0000
with message-id <[email protected]>
and subject line Bug#582954: fixed in usbutils 0.87-3
has caused the Debian Bug report #582954,
regarding lsusb: DFU version displayed byte-swapped
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
582954: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582954
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: usbutils
Version: 0.87-1
Severity: normal
Tags: patch
The 'bcdDFU' field for a DFU device is stored in little-endian order.
The lsusb program prints the field out big-endian. The attached patch
fixes this minor problem.
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-3-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages usbutils depends on:
ii libc6 2.10.2-8 Embedded GNU C Library: Shared lib
ii libusb-0.1-4 2:0.1.12-14 userspace USB programming library
ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime
usbutils recommends no packages.
Versions of packages usbutils suggests:
ii lynx 2.8.8dev.3-3 Text-mode WWW Browser (transitiona
ii wget 1.12-2 retrieves files from the web
-- no debconf information
--- lsusb.c.orig 2010-05-20 16:46:44.000000000 -0400
+++ lsusb.c 2010-05-20 16:49:34.000000000 -0400
@@ -1907,7 +1907,7 @@
if (buf[0] < 9)
return;
printf(" bcdDFUVersion %x.%02x\n",
- buf[7], buf[8]);
+ buf[8], buf[7]);
}
static void dump_hub(char *prefix, unsigned char *p, int has_tt)
--- End Message ---
--- Begin Message ---
Source: usbutils
Source-Version: 0.87-3
We believe that the bug you reported is fixed in the latest version of
usbutils, which is due to be installed in the Debian FTP archive:
usbutils-udeb_0.87-3_amd64.udeb
to main/u/usbutils/usbutils-udeb_0.87-3_amd64.udeb
usbutils_0.87-3.diff.gz
to main/u/usbutils/usbutils_0.87-3.diff.gz
usbutils_0.87-3.dsc
to main/u/usbutils/usbutils_0.87-3.dsc
usbutils_0.87-3_amd64.deb
to main/u/usbutils/usbutils_0.87-3_amd64.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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Aurelien Jarno <[email protected]> (supplier of updated usbutils 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 25 May 2010 00:05:31 +0200
Source: usbutils
Binary: usbutils usbutils-udeb
Architecture: source amd64
Version: 0.87-3
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno <[email protected]>
Changed-By: Aurelien Jarno <[email protected]>
Description:
usbutils - Linux USB utilities
usbutils-udeb - Linux USB utilities (udeb)
Closes: 582954
Changes:
usbutils (0.87-3) unstable; urgency=low
.
* Fix DFU version endianness. Closes: bug#582954.
Checksums-Sha1:
bcda6bf34accc16c1be556141a08ed8461a0daa0 1022 usbutils_0.87-3.dsc
2acaa72e1d8c6b90460b197707d232a64bdabd89 65815 usbutils_0.87-3.diff.gz
bf7169a744d1d20cfaa2cff3b73c33b2c45752d7 191380 usbutils_0.87-3_amd64.deb
2e831d35a68c906fb8cc6d01acbd51766da6faa7 171796 usbutils-udeb_0.87-3_amd64.udeb
Checksums-Sha256:
7bcefaeed5c70b0b06d13f95e9fd0beb1583170aacb7d4e900c60b49e8c3afa0 1022
usbutils_0.87-3.dsc
95c4b611c43151e5afe09a205fa3ec8010a5de678ad1ef2dae59e1ecccf9d290 65815
usbutils_0.87-3.diff.gz
3d5b46e10482e5a6efd5b07298d390da1d8ddff1433da98282d53de0c1922f97 191380
usbutils_0.87-3_amd64.deb
62094bc84eed08d6e5e511f3c0dcaf7e531b634efccd717526173a813b995808 171796
usbutils-udeb_0.87-3_amd64.udeb
Files:
4bc37ebe001dffaeb4ec462b95a24e0d 1022 utils optional usbutils_0.87-3.dsc
4c80d11fba601a150b0f1ed3d6433247 65815 utils optional usbutils_0.87-3.diff.gz
d57dfc8b3622315b3c0eca28c5568da7 191380 utils optional
usbutils_0.87-3_amd64.deb
7e48bcddf7e483c02c3deb2014cfd448 171796 debian-installer optional
usbutils-udeb_0.87-3_amd64.udeb
Package-Type: udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iD8DBQFL+vpbw3ao2vG823MRAtDRAJ9ayLLEBf9oAuy2DeDB26dPJFpEJQCff+oa
k6SJpSsoHFL7kiprKaXhVMo=
=2wxw
-----END PGP SIGNATURE-----
--- End Message ---