Package: pmud Version: 0.10-11 Tags: patch Following an upgrade to squeeze, my PowerBook G4 began suspending every time I unplugged the AC. I believe this is because CRITICAL_VOLT defaults to 100,000 millivolts (100V) instead of 10,000 millivolts (10V). I'm using the patch below and pmud now behaves as I expect.
diff --git a/pmud.h b/pmud.h index d6a96a7..9739da1 100644 --- a/pmud.h +++ b/pmud.h @@ -83,7 +83,7 @@ /* take immediate action once voltage drops this low */ -#define CRITICAL_VOLT 100000 +#define CRITICAL_VOLT 10000 #define BEEP_TIME 150 #define BEEP_OK 1000 -- Paul Collins Wellington, New Zealand Dag vijandelijk luchtschip de huismeester is dood -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org