Your message dated Tue, 29 Jan 2019 01:08:09 +0000
with message-id <[email protected]>
and subject line Bug#920729: Removed package(s) from unstable
has caused the Debian Bug report #118797,
regarding Please handle multiple batteries (e.g., on Sony VAIO)
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.)
--
118797: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=118797
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: apmd
Version: 3.0.1-1
Severity: normal
----- Forwarded message from Daniel Caujolle-Bert <[email protected]>
-----
Date: Thu, 08 Nov 2001 22:46:08 +0100
From: Daniel Caujolle-Bert <[email protected]>
Subject: [PATCH] apmd don't see LOW_BATTERY on my VAIO
To: Avery Pennarun <[email protected]>
Reply-To: [email protected]
Hi Avery,
Well, this is another patch. As title said, i'm unable to
use proxy_cmd for battery change (i haven't track other events since
i only need this one). Don't ask me why 3.0final won't work, but if
you want, i can made some tests for you.
Cheers.
--
73's de Daniel, F1RMB.
-=- Daniel Caujolle-Bert -=- [email protected] -=-
-=- [email protected] (AMPR NET) -=-
--- apmd/apmd.c Wed Dec 8 00:01:09 1999
+++ apmd.sony/apmd.c Thu Nov 8 22:33:26 2001
@@ -603,6 +603,7 @@
double rate;
static int last_battery_status = 0;
+ static int last_battery_status2 = 0;
static int last_ac_status = -1;
ADEBUG(4, "0x%04x\n", event);
@@ -633,6 +634,7 @@
synthetic_low_battery:
apmd_call_proxy(event, apmi);
last_battery_status = 1;
+ last_battery_status2 = 1;
apmd_low_battery(event, apmi);
break;
#ifdef APM_CAPABILITY_CHANGE
@@ -710,6 +712,11 @@
sprintf(msg, "Battery warning (%d%% %s)",
apmi->battery_percentage, apm_time_nosec(apmd_time(apmi)));
warn(msg);
+
+ if (last_battery_status != 1 && last_battery_status2 != 1) {
+ event = APM_LOW_BATTERY;
+ goto synthetic_low_battery;
+ }
/* ... if that's all we're doing, finish */
if (!logflag)
return;
----- End forwarded message -----
--- End Message ---
--- Begin Message ---
Version: 3.2.2-15+rm
Dear submitter,
as the package apmd has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/920729
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---