Your message dated Mon, 14 Mar 2011 11:17:21 +0000
with message-id <[email protected]>
and subject line Bug#552484: fixed in uswsusp 1.0-1
has caused the Debian Bug report #552484,
regarding uswsusp: whitelist entry for Acer Travelmate 2490
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.)


-- 
552484: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=552484
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: uswsusp
Version: 0.8-1.1+b1
Severity: wishlist

On my laptop, which is reported as the following machine:

,----
| # s2ram -i
| This machine can be identified by:
|     sys_vendor   = "Acer            "
|     sys_product  = "TravelMate 2490 "
|     sys_version  = "V3.00"
|     bios_version = "V3.00"
| See http://suspend.sf.net/s2ram-support.html for details.
| 
| If you report a problem, please include the complete output above.
`----

s2ram works just fine, no problems whatsoever (note that I only tried
kernels >= 2.6.30.5 with KMS enabled), so I rebuilt uswsusp locally and
amended debian/patches/whitelist.patch:

--8<---------------cut here---------------start------------->8---
diff -u uswsusp-0.8/debian/patches/whitelist.patch 
uswsusp-0.8/debian/patches/whitelist.patch
--- uswsusp-0.8/debian/patches/whitelist.patch
+++ uswsusp-0.8/debian/patches/whitelist.patch
@@ -1,8 +1,19 @@
-Index: uswsusp-0.8/whitelist.c
-===================================================================
---- uswsusp-0.8/whitelist.c    2008-07-28 23:16:35.000000000 +0200
-+++ uswsusp-0.8/whitelist.c    2008-07-28 23:19:05.000000000 +0200
-@@ -338,6 +338,8 @@
+---
+ whitelist.c |    6 ++++++
+ 1 file changed, 6 insertions(+)
+
+--- a/whitelist.c
++++ b/whitelist.c
+@@ -79,6 +79,8 @@
+       { "Acer",                       "TravelMate 2420",      "",     "", 
S3_BIOS|S3_MODE },
+       /* Erki Ferenc <[email protected]> */
+       { "Acer            ",           "TravelMate 2450 ",     "",     "", 0 },
++      /* Sven Joachim <[email protected]> */
++      { "Acer            ",           "TravelMate 2490 ",     "",     "", 0 },
+       { "Acer, inc.",                 "TravelMate 3000 ",     "",     "", 
VBE_POST|VBE_SAVE },
+       /* Norbert Preining <[email protected]>, kernel 2.6.23-rc2++ needed */
+       { "Acer, inc.",                 "TravelMate 3010 ",     "",     "", 
VBE_POST|VBE_MODE },
+@@ -338,6 +340,8 @@
        { "FUJITSU SIEMENS",            "Stylistic ST5000",     "",     "", 
S3_BIOS|S3_MODE },
        /* Jan Schaefer <[email protected]> */
        { "FUJITSU SIEMENS",            "ESPRIMO P*",           "",     "", 0 },
@@ -11,7 +22,7 @@
        /* Ulf Lange <[email protected]> */
        { "FUJITSU SIEMENS",            "SCENIC N300/N600",     "",     "", 
VBE_POST|VBE_MODE },
        /* Guenther Schwarz <[email protected]> */
-@@ -429,6 +431,8 @@
+@@ -429,6 +433,8 @@
        { "Hewlett Packard",            "",     "HP OmniBook XT1000 *", "", 
S3_MODE },
        /* Matto Marjanovic <[email protected]> */
        { "Hewlett-Packard",            "Presario C500 (RZ341UA#*",     "",     
"", 0 },
--8<---------------cut here---------------end--------------->8---

Would be nice if you could include this in the next upload.


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.31.5-kms
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages uswsusp depends on:
ii  debconf [debconf-2.0]         1.5.28     Debian configuration management sy
ii  libc6                         2.10.1-2   GNU C Library: Shared libraries
ii  libdirectfb-1.2-0             1.2.8-5    direct frame buffer graphics - sha
ii  libgcc1                       1:4.4.2-1  GCC support library
ii  libgcrypt11                   1.4.4-4    LGPL Crypto library - runtime libr
ii  libglib2.0-0                  2.22.2-2   The GLib library of C routines
ii  liblzo2-2                     2.03-1     data compression library
ii  libpci3                       1:3.1.4-2  Linux PCI Utilities (shared librar
ii  libsplashy1                   0.3.13-5   Library to draw splash screen on b
ii  libx86-1                      1.1+ds1-6  x86 real-mode library

Versions of packages uswsusp recommends:
ii  initramfs-tools               0.93.4     tools for generating an initramfs
ii  mount                         2.16.1-4   Tools for mounting and manipulatin

Versions of packages uswsusp suggests:
pn  splashy                       <none>     (no description available)

-- debconf information:
* uswsusp/compute_checksum: false
  uswsusp/no_snapshot:
* uswsusp/suspend_loglevel:
  uswsusp/no_swap:
  uswsusp/resume_offset:
* uswsusp/early_writeout: true
* uswsusp/image_size: 238843658
* uswsusp/compress: true
  uswsusp/create_RSA_key: false
* uswsusp/snapshot_device:
  uswsusp/RSA_key_file: /etc/uswsusp.key
* uswsusp/max_loglevel:
* uswsusp/resume_device: /dev/sda6
* uswsusp/shutdown_method: platform
* uswsusp/encrypt: false
* uswsusp/splash: false
  uswsusp/RSA_key_bits: 1024
* uswsusp/continue_without_swap: true



--- End Message ---
--- Begin Message ---
Source: uswsusp
Source-Version: 1.0-1

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

uswsusp_1.0-1.debian.tar.bz2
  to main/u/uswsusp/uswsusp_1.0-1.debian.tar.bz2
uswsusp_1.0-1.dsc
  to main/u/uswsusp/uswsusp_1.0-1.dsc
uswsusp_1.0-1_amd64.deb
  to main/u/uswsusp/uswsusp_1.0-1_amd64.deb
uswsusp_1.0.orig.tar.bz2
  to main/u/uswsusp/uswsusp_1.0.orig.tar.bz2



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.
Rodolfo García Peñas (kix) <[email protected]> (supplier of updated uswsusp 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: SHA256

Format: 1.8
Date: Mon, 14 Mar 2011 08:26:16 +0100
Source: uswsusp
Binary: uswsusp
Architecture: source amd64
Version: 1.0-1
Distribution: unstable
Urgency: low
Maintainer: Tim Dijkstra <[email protected]>
Changed-By: Rodolfo García Peñas (kix) <[email protected]>
Description: 
 uswsusp    - tools to use userspace software suspend provided by Linux
Closes: 433872 437094 486352 495111 520705 528483 547158 549118 550725 552484 
567604 576803 578496 586674 589743 590233 595125 617534
Changes: 
 uswsusp (1.0-1) unstable; urgency=low
 .
   [ Rodolfo García Peñas (kix) ]
   * New 1.0 version [Closes: #589743, #578496, #617534]
   * A lot of new machines.
     [Closes: #552484, #576803, #528483]
     [Closes: #495111, #595125, #486352, #433872, #590233]
   * A new length for addressing
     [Closes: #550725, #549118]
     (http://lkml.org/lkml/2009/11/3/377)
   * Support for Kernel Mode Set (KMS)
     [Closes: #437094, #586674, #547158, #567604]
   * Switch to dpkg-source 3.0 (quilt) format
   * Compiled without splash support.
     libsplash is not included in stable, many bugs.
   * Moved the manpage file "suspend.conf.8" to manual section 5.
     [Closes: #520705]
 .
   [ Anibal Monsalve Salazar ]
   * Update uploaders list
Checksums-Sha1: 
 db7b4116f8d29814f9f4287cabb39811a3c47107 1918 uswsusp_1.0-1.dsc
 49ac219b54780265c31e8263d00e2b7b525d0736 408451 uswsusp_1.0.orig.tar.bz2
 9e32d43332800c73d2c2e13a446be9a3ed40b72a 68863 uswsusp_1.0-1.debian.tar.bz2
 7717fb75ed6737075f003fd5e4377f357a694b84 217220 uswsusp_1.0-1_amd64.deb
Checksums-Sha256: 
 bd0f6c3971bdf5789f9c46ef7618320a9da4648bb52cf3da0752f589c94db2d7 1918 
uswsusp_1.0-1.dsc
 0206ba6332860b6da57acc79cc0f8604150ef0835ff9633fd42d59d181a6c85d 408451 
uswsusp_1.0.orig.tar.bz2
 55a9c5ce2c3e54557534c39cc02fa9c84214760dc479a64df021c98985f06fce 68863 
uswsusp_1.0-1.debian.tar.bz2
 d646275b8d73fa418b7561e4b54b43ddc3290303b463cacf25abb9c7f16166c5 217220 
uswsusp_1.0-1_amd64.deb
Files: 
 bb288838e129027f039b6df448dea7cf 1918 admin optional uswsusp_1.0-1.dsc
 02f7d4b679bad1bb294a0efe48ce5934 408451 admin optional uswsusp_1.0.orig.tar.bz2
 dd7ab4431c4dbbc65f75cb3823ca4568 68863 admin optional 
uswsusp_1.0-1.debian.tar.bz2
 ab1dab50dc597155a524e63af6a0434a 217220 admin optional uswsusp_1.0-1_amd64.deb

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

iQIcBAEBCAAGBQJNffWiAAoJEHxWrP6UeJfY5/oQALdP2sTfMqqxxoDko2kwSCoD
MbYk1/FSv7sIpyvgl6o+ZCT7gh4e8Dny8pP+sOSijLZp2d7yFEi/fFbYSJNvOpl6
PKagJRpnbWLb4ViPI42sj7byHrM4m/qgKleEMEq9+gZG0UzTKBr1DGenxkzWynHY
v02zzltX+3DPurO+BcjeT7xVs7CqwM4jhisuATwE5SbgqLnJ+Yg8sY3+WQiT/C5j
d07glU4asgsVwpmQxcKdkf0y9azpmtZsbEChBg0XVc/mVFL3rDnCtb3d9r3CWHzS
sTz0zSbibyqa90DfRmHd2WuNt8rhU6vpHAnKeyJAWGLjD/np7x1GdnlOidu+7wlw
sBYK8Ui4KhguqFfG2AkMmVZd/GMvAC5O8w7TkIyiCngJNxLUBSY6BeRnBd0euY29
gJXL5NDIQ2o5La1waiQXq1MtAnKQmxMzHgAqKMr2WF6Q+Qb16enN8HeelEdhd+E4
aVfW5Vk2PWHm+AcGBm8GFUUDZ/TNv73khpc7nVD43rLFwenAyLmaAln7YGnoL29W
VscVNUdnO5SQk2yFB+eP3XZfz3nfw89ZGBEA1IkxevOtYxUBPMER0cahHiK+UuxO
9V71NH+MwSWgwPcLMfnJdLbI4vdC00h92EArKZuOITfFZPL+x8LV275YlpNnZd2m
fA0gv4Tu9RD+KWMSaE63
=dIf/
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to