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 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

