acpi-support (0.114-0intrepid1) intrepid-proposed; urgency=low * {ac,battery,resume,start}.d/90-hdparm.sh: don't just check whether laptop-mode is configured to control the drives, also check whether laptop-mode itself is *enabled*. Finally closes LP: #59695. -- Steve Langasek Mon, 05 Jan 2009 10:50:10 +0000 acpi-support (0.114) intrepid; urgency=low * The rfkill interface has changed again in the 2.6.27 release(!), so play catch-up once more. -- Steve Langasek Wed, 15 Oct 2008 03:08:58 +0000 acpi-support (0.113) intrepid; urgency=low * lib/state-funcs: add support for checking the new /sys/class/rfkill interface for toggling wireless antennas. LP: #267875 -- Steve Langasek Sat, 11 Oct 2008 19:18:10 +0000 acpi-support (0.112) intrepid; urgency=low * acpi-support.docs: Add installation of README * control: Add laptop-mode-tools to Suggests * Add installation for ac.d/ and battery.d/ directories. (LP: #274599) * wireless.sh: Fix obviously wrong typo in function call name - toggleWirelessStates is a non-existant function (LP: #108897, deb #430895) * Fix asus brightness hotkeys so lowest/highest brightness recognized (LP: #76593) -- Bryce Harrington Thu, 25 Sep 2008 17:50:26 -0700 acpi-support (0.111) intrepid; urgency=low * lib/IBM.config: Change VBE state and POST_VIDEO for 1834's (LP: #40621, #211285) * Incorporate a portion of the changes from Debian, as detailed below. Debian has been accumulating valuable fixes and structural changes for some years, but it will take some time to digest all of them. [ Bart Samwel ] * ac.d/90-hdparm.sh, battery.d/90-hdparm.sh, resume.d/90-hdparm.sh, start.d/90-hdparm.sh: Set hdparm power management to 254 for all hard drives. Ignore errors while detecting of APM is supported. Set hdparm -B 128 while on battery in 90-hdparm.sh. Head parking is useful on the road for shock protection. Still set hdparm -B 254 while on AC. (Closes: #448673, #452489, #453478, #458787, #481685) * Switch from #!/bin/bash to #!/bin/sh in a number of scripts, and cleanup bashisms throughout. Continues a change started with 0.93. (Closes: #407510, #485435, #453861) * Add checks for existance of key-constants and state-funcs throughout scripts to prevent erroneous failures when using eeepc-acpi-scripts. Use "test ... || ..." style over "[ ... ] || ..." just for consistency. (Closes: #469556) * Check if we can actually open event device in acpi_fakekey.c. (Closes: #410478) * Correctly detect keyboard event device in acpi_fakekey.c. Apparently the power key is in the range checked by acpi_fakekey. It's now changed it so that it assumes that any input device which has a key in the QWERTYUIOP range is "the" keyboard. (Closes: #433771) * Remove useless use of grep in asus-touchpad.sh. * Add HOTK key names in events/asus-* for additional keys. * Support Asus Eee PC volume up/down and mute keys in events/asus-eee-volume-*. (Closes: #459326) * Add rotatescreen.sh, asus-rotate script to support Asus R1F tablet screen rotation. (Closes: #450531) [ Raphael Hertzog ] * Add a new SKIP_INTERFACES variables in /etc/default/acpi-support and use it to define network interfaces that are not tied to hardware to avoid shutting them down during suspend, such as lo, qemu, and dummy. * Improved package description in control file, thanks to Cl?ment Stenac. (Closes: #383691) [ Loic Minier ] * Install new manpage for acpi_fakekey, thanks Nico Golde. (Closes: #383365) * Fix "APCI" instead of "ACPI" typo in IBM.config; thanks Joshua Kwan; (Closes: #389511) -- Bryce Harrington Wed, 24 Sep 2008 08:43:42 -0700 acpi-support (0.110) intrepid; urgency=low * Let laptop-mode-tools run properly (closes LP: #250938) - power.sh: remove laptop-mode invocations, should be handled by pm-utils - acpi-support: remove SPINDOWN_TIME, should be controlled by laptop-mode -- Alexey Borzenkov Tue, 22 Jul 2008 23:59:07 +0400 acpi-support (0.109) hardy; urgency=low [ Daniel Hahler ] * power.sh: Fix glob pattern for laptop_mode_{enable,disable}. It did not match any devices. Thanks Andrea Ratto. (LP: #89269) -- Steve Langasek Mon, 14 Apr 2008 06:47:19 +0000 acpi-support (0.108) hardy; urgency=low [ Daniel Hahler ] * /etc/modprobe.d/toshiba_acpi.modprobe, debian/rules, README.toshiba: Fix regression for toshiba, which should not have been removed (LP: #199888) * events/lenovo-eject, debian/preinst: Drop events/lenovo-eject again: it's a dock eject button and not a CD eject button (LP: #194609) [ Steve Langasek ] * lib/state-funcs: update isAnyWirelessPoweredOn() to recognize devices exporting only the new rf_kill status interface. LP: #180598. -- Steve Langasek Fri, 21 Mar 2008 16:51:13 -0700 acpi-support (0.107) hardy; urgency=low * "lib/FUJITSU SIEMENS.config": Fix typo, which caused failures on Fujitsu notebooks (LP: #203452) * debian/preinst: remove obsolete conffiles on upgrade (/etc/modprobe.d/{thinkpad,toshiba}_acpi.modprobe) -- Daniel Hahler Tue, 18 Mar 2008 23:56:09 +0100 acpi-support (0.106) hardy; urgency=low * Cherrypicked bugfix patches from Launchpad (LP: #193842) * lib/state-funcs: make wireless led work with asus-laptop (the new module); patch from Nicolò Chieffo (LP: #189889) * Add events/asus-video to support asus switch video hotkey; patch from Nicolò Chieffo (LP: #138228) * events/asus-wireless-2, asus-wireless-2.sh: Support Fn+F2 on Asus A8Js; patch from Matteo Collina (LP: #105929) * Fix the value range in sonybright.sh (0-7 instead of 1-8); patch from unggnu (LP: #136380) * "lib/FUJITSU SIEMENS.config": - Enable suspend for Fujitsu-Siemens C1110 (LP: #52970) - Enable STR for Fujitsu-Siemens Lifebook S7020, S7110 * resume.d/50-time.sh, suspend.d/88-time.sh: Fix handling of hardware clock before/after suspend; patch from Rodrigo Novo (LP: #36815) * events/asus-*: Fix event key names for ASUS (HOTK); patch from Jeroen van der Vegt (LP: #25784) * Fix names in comments for events/panasonic-{mute,volume-down,volume-up} * debian/rules, README.toshiba: Drop toshiba_acpi.modprobe, which only contained an invalid/obsolete option "hotkeys_over_acpi" (LP: #180678) * debian/control: Standards-Version 3.7.3 * Drop thinkpad_acpi.modprobe: the workarounds therein are not needed for thinkpad_acpi in Hardy anymore; investigations by Jerone Young (LP: #194679) * Add events/lenovo-eject to handle the Thinkpad eject button (Fn+F9); patch from Jerone Young (LP: #194609) -- Daniel Hahler Thu, 06 Mar 2008 02:15:54 +0100 acpi-support (0.105) hardy; urgency=low * Fix screenblank for KDE by using a dcop call (LP: #25057) -- dAniel hAhler Thu, 13 Dec 2007 23:32:11 +0100 acpi-support (0.104) hardy; urgency=low * Depend on x11-xserver-utils instead of xset. -- Timo Aaltonen Sat, 10 Nov 2007 12:25:03 +0200 acpi-support (0.103) gutsy; urgency=low * Replace call to 'thinkpad-keys-update' with "thinkpad-keys --update" * Remove wireless-related comment gruff from 'thinkpad-cmos' event. -- Paul Sladen Tue, 18 Sep 2007 20:09:02 +0300 acpi-support (0.102) gutsy; urgency=low * Poke thinkpad-keys on CMOS notification -- Matthew Garrett Sat, 15 Sep 2007 22:13:42 +0100 acpi-support (0.101) gutsy; urgency=low * Switch Thinkpad to using ACPI events for magic keys so that 'thinkpad-keys' can go away and save us all from the new Lenovopad slow NVRAM. - See 'hotkey-setup' for remapping and initial module loading + setup. * Extend mask used in 'thinkpad_acpi.modprobe'. * Replace 'bin/bash' with 'bin/sh' in a couple of files. -- Paul Sladen Thu, 13 Sep 2007 19:15:14 +0300 acpi-support (0.100) gutsy; urgency=low * send events on ACPI brightness presses -- Matthew Garrett Sun, 09 Sep 2007 18:02:20 +0100 acpi-support (0.99) gutsy; urgency=low * prepare.sh: Fix missing space in executability test (thanks, Sitsofe Wheeler and TJ; LP: #136453). -- Colin Watson Sat, 01 Sep 2007 17:32:01 +0100 acpi-support (0.98) gutsy; urgency=low * Add support for the video toggle hotkey -- Matthew Garrett Fri, 31 Aug 2007 05:02:08 +0100 acpi-support (0.97) gutsy; urgency=low * Improve X display finding * Switch Thinkpad wireless hotkey control back to firmware for now * Improve Toshiba wireless handling * Check fragment scripts are executable * Improve Panasonic support * Improve state saving/restoring over suspend/resume * Add Asus brightness key support * Alter some dependencies to recommends * Fix init script to check state on boot * Depend on the appropriate shlibdeps * Add a postrm to tidy up the init scripts * We no longer need to stop mysql * Tidy up scripts so a few errors aren't produced * Update sony brightness script to handle sony-laptop -- Matthew Garrett Fri, 31 Aug 2007 04:19:36 +0100 acpi-support (0.96ubuntu1) gutsy; urgency=low * Build packages for lpia as well. -- Adam Conrad Wed, 15 Aug 2007 23:48:51 +1000 acpi-support (0.96) gutsy; urgency=low * ibm-acpi has been renamed to thinkpad-acpi. Rename options file accordingly. LP: #119052. Thanks to Benjamin Pineau for the patch. -- Reinhard Tartler Sun, 15 Jul 2007 18:55:10 +0200 acpi-support (0.95) feisty; urgency=low * Clean up issues with toggling multiple wireless cards. - Move variable initiation into loop inside 'wireless.sh' - Move contents of 'wireless.sh' into lib/state-funcs:toggleAllWirelessState() - Update '{ibm,tosh,asus}-wireless.sh' to use state-funcs (Closes: LP #96107) (Thanks to Nicolò Chieffo for assistance and testing) * Remove spurious 'echo HERE' from lib/state-funcs. D'oh. -- Paul Sladen Mon, 26 Mar 2007 01:06:58 +0100 acpi-support (0.94) feisty; urgency=low * Save and restore values that the kernel does not preserve across suspend/resume and hibernate/resume: - /sys/class/net/eth*/device/rf_kill (Closes: LP #37010) - /proc/acpi/ibm/bluetooth (Closes: LP #37175) - /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor (Closes: LP #68191) * White list Lenovo ThinkPad Z60m as working suspend. (Closes: LP #57144) -- Paul Sladen Thu, 22 Mar 2007 03:57:36 +0000 acpi-support (0.93) feisty; urgency=low * Change 'wireless.sh' to use 'device/rf_kill' for wireless devices (if available) in preference to 'device/power/state' which was been removed by the upstream kernel developers. (Closes: LP #42820) * Teach 'lib/state-funcs:isAnyWirelessPoweredOn()' to also check 'device/rf_kill' if it's available. (Closes: LP #42820) * Change 'ibm-wireless.sh' to rotate wireless and bluetooth states through the sequence: both, bluetooth only, wireless only, neither. (Closes: LP #24680) * Correct inverted logic in 'isAnyWirelessPoweredOn()'. (Closes: LP #66083) * Change script shebangs to use '/bin/sh' instead of '/bin/bash'. -- Paul Sladen Wed, 21 Mar 2007 04:55:27 +0000 acpi-support (0.92) feisty; urgency=low * Add 'events/sony-eject' for Sony Vaio TX3. (Closes: LP #55388) -- Paul Sladen Sun, 18 Mar 2007 23:09:38 +0000 acpi-support (0.91build1) feisty; urgency=low * Rebuild for changes in the amd64 toolchain. -- Matthias Klose Mon, 5 Mar 2007 01:12:40 +0000 acpi-support (0.91) feisty; urgency=low * Identical to 0.90, revert the sync from Debian -- Matthew Garrett Wed, 8 Nov 2006 17:33:04 +0000 acpi-support (0.90) edgy; urgency=low * Explicitly switch the screen back to text mode if it was that way before resume -- Matthew Garrett Sun, 15 Oct 2006 18:09:03 +0100 acpi-support (0.89) edgy; urgency=low * Add support for high-res uswsusp -- Matthew Garrett Fri, 15 Sep 2006 21:43:54 +0100 acpi-support (0.88) edgy; urgency=low * Change defaults -- Matthew Garrett Fri, 15 Sep 2006 17:48:05 +0100 acpi-support (0.87) edgy; urgency=low * Add support for using uswsusp -- Matthew Garrett Thu, 24 Aug 2006 01:03:30 +0100 acpi-support (0.86) edgy; urgency=low * Remove stop links from rc0 and rc6 -- Scott James Remnant Thu, 20 Jul 2006 23:03:51 +0100 acpi-support (0.85) dapper-updates; urgency=low * Don't unload nsc-ircc on suspend -- Matthew Garrett Mon, 19 Jun 2006 10:38:09 +0100 acpi-support (0.84) dapper; urgency=low * Whitelist another laptop (Ubuntu #44781) - Hewlett-Packard Pavilion ZV6000 * Add whitelist for bizarre old laptop (Closes: Ubuntu #38174) -- Daniel Silverstone Tue, 23 May 2006 14:02:34 +0100 acpi-support (0.83) dapper; urgency=low * Whitelist laptops (Ubuntu #44781) (Closes: Ubuntu #44909) * Fix use of 'pidof' so that it won't bork if multiple processes exist with the same name and to not spawn extra subshells. Also do a more specific 'dcop' call and _only_ if 'dcopserver' is actually running. * Increase the 'acpilock' back up from 5 -> 10 seconds that got dropped, may help with (Ubuntu #43519). * Save the 'dmidecode' bios-version as we can identify ThinkPads with blank product-names. * Add entry for ThinkPad R40 with BIOS version "1PET62WW" (Tony Whitmore) -- Paul Sladen Mon, 22 May 2006 19:06:40 +0100 acpi-support (0.82) dapper; urgency=low * Add more whitelisted laptops * Add battery.d and ac.d (Closes: Ubuntu #44996) * Use pccardctl rather than cardctl (Closes: Ubuntu #44164) * Only call xscreensaver if it's running -- Matthew Garrett Tue, 16 May 2006 13:06:24 +0100 acpi-support (0.81) dapper; urgency=low * Whitelist Dell Inspiron XPS Gen2 (Closes: Ubuntu #44732) -- Paul Sladen Mon, 15 May 2006 00:42:08 +0100 acpi-support (0.80) dapper; urgency=low * Add support for the toshiba battery button and add a generic batterybtn.sh action script -- Daniel Silverstone Wed, 10 May 2006 12:09:25 +0100 acpi-support (0.79) dapper; urgency=low * Reorder some checks in order to avoid deadlocks in KDE -- Matthew Garrett Sun, 7 May 2006 14:51:20 +0100 acpi-support (0.78) dapper; urgency=low * Fix Sony brightness handling so minimum brightness doesn't "stick" -- Matthew Garrett Sat, 6 May 2006 00:57:38 +0100 acpi-support (0.77) dapper; urgency=low * Call smartdimmer even if the Sony acpi brightness value is mad -- Matthew Garrett Fri, 5 May 2006 23:59:16 +0100 acpi-support (0.76) dapper; urgency=low * Only save VBE state on laptops - desktops should have a runnable BIOS -- Matthew Garrett Wed, 3 May 2006 21:32:13 +0100 acpi-support (0.75) dapper; urgency=low * Default to saving VBE state on boot -- Matthew Garrett Sun, 30 Apr 2006 19:24:51 +0100 acpi-support (0.74) dapper; urgency=low * Whitelist Asus A5E [Malone: #37303] Closes: launchpad #37303 -- Paul Sladen Sun, 30 Apr 2006 02:22:39 +0200 acpi-support (0.73) dapper; urgency=low * Fix mis-named interface-down script -- Matthew Garrett Mon, 24 Apr 2006 21:05:43 +0100 acpi-support (0.72) dapper; urgency=low * Re-disable laptop-mode by default, to work around LP#12483 - Has the pleasant side effect of making the comment match the code -- Matt Zimmerman Sat, 22 Apr 2006 05:34:12 -0700 acpi-support (0.71) dapper; urgency=low * Split resume.sh and prepare.sh up to make it easier to add appropriate hooks -- Matthew Garrett Fri, 21 Apr 2006 16:13:19 +0100 acpi-support (0.70) dapper; urgency=low * Drop call to ifrename which is not only not installed by default, but conflicts with udev so can't be installed. -- Scott James Remnant Tue, 18 Apr 2006 09:22:00 +0100 acpi-support (0.69) dapper; urgency=low * Add whitelist for Sony VGN-S260 Closes: launchpad #32186 * Apply patch to unload netconsole if it's present. Closes: launchpad #33885 -- Daniel Silverstone Thu, 13 Apr 2006 10:52:29 +0100 acpi-support (0.68) dapper; urgency=low * Bring up only those interfaces we downed, and do it all at once now that ifup doesn't block on the state file each time. -- Scott James Remnant Thu, 6 Apr 2006 06:32:41 +0100 acpi-support (0.67) dapper; urgency=low * ...and fix lib/state-funcs:isAnyWirelessPoweredOn() so that it doesn't have eth1 hard-coded as a wireless device. Oops. -- Paul Sladen Wed, 29 Mar 2006 13:56:09 +0100 acpi-support (0.66) dapper; urgency=low * Cache result of 'dmidecode -s *' so that they can be access without privileges when checking 'pmi capabilities'. [Malone: #36573] -- Paul Sladen Tue, 28 Mar 2006 20:19:48 +0100 acpi-support (0.65) dapper; urgency=low * Whitelist Compaq Evo N600c has working SLEEP [Malone: #36838] * Whitelist Sony VGN-FJ1S has working SLEEP [Malone: #29890] * Add support for '/etc/acpi/start.d/*.sh' to be run on startup * Synchronise the Asus Wireless LED on start and resume [Malone: #22795] * Execute {suspend,resume}.d/*.sh at different times depending on whether they match [01]*.sh, [2-7]*.sh, [89]*.sh * Flash the ThinkPad Moon LED while hibernating/suspending. -- Paul Sladen Tue, 28 Mar 2006 17:20:48 +0100 acpi-support (0.64) dapper; urgency=low * Add support for Asus A6U Touchpad toggle [Malone #31063]. -- Paul Sladen Sat, 25 Mar 2006 22:38:36 +0000 acpi-support (0.63) dapper; urgency=low * Set KEY_BATTERY=236 on the basis that this is going to be assigned upstream. -- Paul Sladen Sat, 25 Mar 2006 19:37:16 +0000 acpi-support (0.62) dapper; urgency=low * And the rest -- Matthew Garrett Thu, 23 Mar 2006 21:49:11 +0000 acpi-support (0.61) dapper; urgency=low * Use modprobe -r rather than rmmod [Malone #36172] -- Matthew Garrett Thu, 23 Mar 2006 16:36:49 +0000 acpi-support (0.60) dapper; urgency=low * Trim trailing spaces from the end of dmidecode strings before looking for the appropriate '.config' file. [Malone #34536] * Add correct handling for new Lenovo ThinkPads that have changed the action of Fn-F3 from KEY_LOCK => KEY_BATTERY. [Malone #35395] * Add Lenovo ThinkPad handling of Fn-F8 to toggle the Touchpad on newer models or do-nothing on normal ThinkPads [Malone #35395] * Append 'aliased-keys' onto 'key-constants' for unassigned keycodes. - Nota Bene: KEY_BATTERY will need updating when assigned upstream. * Fix handling of hexadecimal numbers when generating 'key-constants'. -- Paul Sladen Tue, 21 Mar 2006 15:05:02 +0000 acpi-support (0.59) dapper; urgency=low * Disable USB module unloading - the kernel seems to manage it better now -- Matthew Garrett Sat, 18 Feb 2006 14:25:11 +0000 acpi-support (0.58) dapper; urgency=low * Pull in missing policy-funcs in sleep.sh -- Matthew Garrett Thu, 16 Feb 2006 13:33:51 +0000 acpi-support (0.57) dapper; urgency=low * Re-enable laptop-mode -- Matthew Garrett Thu, 16 Feb 2006 00:37:52 +0000 acpi-support (0.56) dapper; urgency=low * Re-enable hard drive power saving * Disable laptop-mode before starting hibernate * Fix PCI state saving for PCI devices * Remove recommends on xscreensaver * Fix policy checking - don't run certain scripts if a desktop policy manager is running * Unload ndiswrapper after taking down its interface -- Matthew Garrett Thu, 16 Feb 2006 00:29:29 +0000 acpi-support (0.55) dapper; urgency=low * Change asus-lock and tosh-lock to invoke lockbtn.sh which in turn will create a KEY_COFFEE event. This needs a kernel fix before it will be of much use in the general case. * Add tosh-www to run webbtn.sh * Add tosh-mail to run mailbtn.sh * Add tosh-ibutton to run mediabtn.sh -- Daniel Silverstone Wed, 15 Feb 2006 17:35:19 +0000 acpi-support (0.54) dapper; urgency=low * Fix acpi_fakekey -- Matthew Garrett Mon, 13 Feb 2006 18:40:46 +0000 acpi-support (0.53) dapper; urgency=low * Transition model-specific sleep and hibernate buttons to use keycodes rather than executing scripts directly * Don't directly execute the sleep script if g-p-m or klaptopdaemon are running - they should define policy * Change to using symbolic constants rather than numbers (patch from Paul Sladen -- Matthew Garrett Mon, 6 Feb 2006 14:55:50 +0000 acpi-support (0.52) dapper; urgency=low * Stop using uinput - fake keyboard input directly -- Matthew Garrett Fri, 27 Jan 2006 04:29:18 +0000 acpi-support (0.51) dapper; urgency=low * Switch on brightness support in ibm-acpi -- Matthew Garrett Tue, 24 Jan 2006 03:25:23 +0000 acpi-support (0.50) dapper; urgency=low * Load uinput module on boot (Ubuntu #21566) * Fix power.sh conditionals (Ubuntu #21567) -- Matthew Garrett Tue, 27 Dec 2005 14:55:55 +0000 acpi-support (0.49) dapper; urgency=low * Use uinput rather than hacky X stuff to fake keypresses -- Matthew Garrett Sat, 24 Dec 2005 20:33:38 +0000 acpi-support (0.48) dapper; urgency=low * Only depend on vbetool on i386 and amd64 * Fix reference to SCREEN_LOCK - should have been LOCK_SCREEN -- Matthew Garrett Sat, 24 Dec 2005 18:56:01 +0000 acpi-support (0.47) dapper; urgency=low * Freeze the framebuffer around sleep/resume * Check SCREEN_LOCK on lid close (Ubuntu #20007) * Work with newer dmidecodes (Ubuntu #19879) * Use laptop-mode-tools rather than laptop-mode (Ubuntu #19572) * Remove extra radeontool call (Ubuntu #18208) * Add radeontool and smartdimmer to depends * Add support for saving/restoring video PCI state (Ubuntu #17972) * Fix the permissions on /var/lib/acpi-support/powerstate (Ubuntu #17606) * Reenable spindown timings on SATA drives (Ubuntu #17230) * Poke alsa to improve sound recovery * Kill dhclient while suspending - otherwise it blocks ifdown -- Matthew Garrett Tue, 29 Nov 2005 18:25:31 +0000 acpi-support (0.46) breezy; urgency=low * Add some extra machines to the whitelists * Depend on powermgmt-base * Disable restarting irda services by default * Disable laptop-mode by default -- Matthew Garrett Wed, 12 Oct 2005 12:50:11 +0100 acpi-support (0.45) breezy; urgency=low * Remove sneaky new dependencies on radeontool and smartdimmer. We're too close to release to start poking the hardware in interesting new ways by default -- Matt Zimmerman Tue, 4 Oct 2005 17:35:54 -0700 acpi-support (0.44) breezy; urgency=low * Fix whitelisting * Fix resume when suspended for longer than the xscreensaver timeout * Disable attempts to use hdparm on SATA drives - we don't have the kernel support. -- Matthew Garrett Tue, 4 Oct 2005 16:44:01 +0100 acpi-support (0.43) breezy; urgency=low * Fix Radeon backlight tweak support * Fix lid closing screen locking * Fix check for ac adapters -- Matthew Garrett Tue, 4 Oct 2005 05:07:58 +0100 acpi-support (0.42) breezy; urgency=low * Fix missing fi statement in init script -- Matthew Garrett Mon, 3 Oct 2005 02:03:21 +0100 acpi-support (0.41) breezy; urgency=low * Make sure that xscreensaver-command -lock is always called * Use smartdimmer on Sonys if it's available. Nnngh. * Add support for resetting IDE drives more enthusiastically * Add support for using radeontool on some awkward machines * Unload/reload fan and thermal modules on resume to increase the chances of them working * Unload/reload ibm-acpi if it's loaded (#14791) * Fix lid.sh (#16802) * Unify init script/power.sh, and make sure power.sh is called on resume (#14833) -- Matthew Garrett Mon, 3 Oct 2005 00:48:57 +0100 acpi-support (0.40) breezy; urgency=low * Add a large set of whitelisted laptops * Export DISPLAY before trying to call apps (closes: #16555) -- Matthew Garrett Sat, 1 Oct 2005 18:01:54 +0100 acpi-support (0.39) breezy; urgency=low * Fix up a couple of bugs in the display handling code -- Matthew Garrett Fri, 30 Sep 2005 04:25:58 +0100 acpi-support (0.38) breezy; urgency=low * Add support for leaving some modules loaded * Run X commands on all displays, not just :0 * Run hotkey commands on the foremost console -- Matthew Garrett Fri, 30 Sep 2005 03:40:32 +0100 acpi-support (0.37) breezy; urgency=low * Add support for custom suspend and resume scripts * Add Toshiba brightness restoration over suspend/resume (Both provided by Daniel Silverstone) * Run 855resolution on resume if it's configured (closes: #16271) * Revert to using xscreensaver * Stop services before unloading modules (closes: #16008) * Fix syntax error in asus-wireless.sh -- Matthew Garrett Tue, 27 Sep 2005 01:48:39 +0100 acpi-support (0.36) breezy; urgency=low * Change Panasonic brightness on button down, not button release * Fix quoting in vbesave init script -- Matthew Garrett Fri, 23 Sep 2005 11:58:37 +0100 acpi-support (0.35) breezy; urgency=low * Fix for occasionally picking the wrong user -- Matthew Garrett Wed, 21 Sep 2005 00:07:08 +0100 acpi-support (0.34) breezy; urgency=low The "I do not wish to discuss it" release * Add workaround for prodding fans back into life on resume * Add sick evil code for doing sick evil things to sick evil screensavers -- Matthew Garrett Tue, 20 Sep 2005 03:15:46 +0100 acpi-support (0.33) breezy; urgency=low * Remove hdparm -B calls in the init scripts -- Matthew Garrett Thu, 15 Sep 2005 21:16:54 +0100 acpi-support (0.32) breezy; urgency=low * Add correct quoting to check for running PowerManager * Remove PowerManager checking from lid script -- Matthew Garrett Thu, 15 Sep 2005 15:55:12 +0100 acpi-support (0.31) breezy; urgency=low * Don't mess with hdparm -B; it triggers a bug elsewhere which causes the system to hang on some laptops -- Matt Zimmerman Wed, 14 Sep 2005 15:28:21 -0700 acpi-support (0.30) breezy; urgency=low * Remove hardcoded /dev/hda from the init script * Unload irda modules on suspend - they don't tend to survive * Make sure that we power the screen back on on lid open * Don't unload/reload input modules - it seems to break things * Background xscreensaver locking -- Matthew Garrett Fri, 2 Sep 2005 17:47:17 +0100 acpi-support (0.29) breezy; urgency=low * Deal more nicely with running IRDA, otherwise the kernel tends to oops -- Matthew Garrett Thu, 1 Sep 2005 18:09:14 +0100 acpi-support (0.28) breezy; urgency=low * If power-manager is running, let it determine policy rather than running scripts blindly. Ignore this for machine-specific hotkeys. -- Matthew Garrett Tue, 30 Aug 2005 18:13:40 +0100 acpi-support (0.27) breezy; urgency=low * Use "..." rather than ":" in init script messages, for consistency with other scripts -- Matt Zimmerman Mon, 29 Aug 2005 15:51:25 -0700 acpi-support (0.26) breezy; urgency=low * Fix power.sh so that it actually works (Ubuntu #14241) * Add support for Sony brightness control (Ubuntu #14188) * Include scripts for Asus volume control (Ubuntu #14164) -- Matthew Garrett Sun, 28 Aug 2005 17:33:14 +0100 acpi-support (0.25) breezy; urgency=low * Depend on xset (Ubuntu #13997) -- Matthew Garrett Thu, 25 Aug 2005 10:12:35 +0100 acpi-support (0.24) breezy; urgency=low * Add another missing build-depend DANIEL WHY DO YOU HATE ME SO -- Matthew Garrett Thu, 25 Aug 2005 01:34:14 +0100 acpi-support (0.23) breezy; urgency=low * Add missing build-depends -- Matthew Garrett Thu, 25 Aug 2005 01:20:28 +0100 acpi-support (0.22) breezy; urgency=low [ Thom May ] * Import into bzr. * Notify NetworkManager on suspend and resume, and Recommend: network-manager [ Matthew Garrett ] * Add support for sending key events to userspace * Add scripts for various media events * Let the BIOS handle video hotkey events on Thinkpads * Add ACPI events for Toshiba media buttons * Don't change VTs on lid close * Remove gratuitous sleep statements * Improve the ability to guess the user and home directory * Add more support for Panasonic and Asus machines * Improve Asus and Thinkpad wireless control scripts * Support SATA disks * Eject PCMCIA cards at a more appropriate time, and handle ndiswrapper * Support Toshiba bluetooth switching -- Matthew Garrett Mon, 22 Aug 2005 21:55:51 +0100 acpi-support (0.21) hoary; urgency=low * Ensure we only return one match from grep. * Run /etc/acpi/local/lid.sh.post if it exists. * sleep for one second, then nuke the acpi lock -- Thom May Fri, 1 Apr 2005 11:37:06 +0100 acpi-support (0.20) hoary; urgency=low * Ifrename on resume so our interfaces are called the same. (Ubuntu: #7480) * call xscreensaver-command -deactivate so we get a dialog rather than a blank screen when we resume. (Ubuntu: #7717) * Don't clobber LIDSTATE when we mean POWERSTATE (Ubuntu: #8258) * Background the acpid lock removal -- Thom May Thu, 17 Mar 2005 17:39:22 +0000 acpi-support (0.19.1) hoary; urgency=low * Ensure that we only attempt to save vbe state if ACPI_SLEEP is enabled -- Thom May Mon, 7 Mar 2005 12:49:28 +0000 acpi-support (0.19) hoary; urgency=low * Add ia64 to the list of supported architectures -- Thom May Wed, 2 Mar 2005 23:19:57 +0000 acpi-support (0.18) hoary; urgency=low * Fix vbesave init script (Ubuntu: #6907) -- Thom May Fri, 25 Feb 2005 11:03:48 +0000 acpi-support (0.17) hoary; urgency=low * Use acpid locking functionality finally (Hi, Martijn!) * vbestate: - Test for existence of vbetool - LSBifiy - Convert to a true init script - quieten * Check whether package has been removed but not purged in init script -- Thom May Wed, 23 Feb 2005 15:07:51 +0000 acpi-support (0.16) hoary; urgency=low * Fix dumb typos -- Thom May Mon, 24 Jan 2005 17:30:48 +0000 acpi-support (0.15) hoary; urgency=low * Install ibm_acpi.modprobe and tosh_acpi.modprobe by default -- Thom May Sat, 22 Jan 2005 16:18:09 +0000 acpi-support (0.14) hoary; urgency=low * Run vbesave at the top of rc2, rather than in rcS, so we can still boot to single user -- Thom May Mon, 17 Jan 2005 17:26:37 +0000 acpi-support (0.13) hoary; urgency=low * Update toshiba scripts to handle both possible BIOS values * Fix == bashisms. (Ubuntu #5566) * Fix up ASUS event scripts. (Ubuntu #5510) -- Thom May Fri, 14 Jan 2005 12:31:29 +0000 acpi-support (0.12) hoary; urgency=low * Depend on vbetool on i386 only -- Thom May Fri, 14 Jan 2005 10:48:37 +0000 acpi-support (0.11) hoary; urgency=low * Add Toshiba, Asus and Panasonic event scripts * Add Toshiba modprobe config and README * All Tosh stuff courtesy of Daniel Silverstone -- Thom May Thu, 13 Jan 2005 16:08:48 +0000 acpi-support (0.10) hoary; urgency=low * Matthew Garrett: - /etc/defaults/acpi-support: new - hotplug events for IBM laptops - lots more -- Thom May Thu, 13 Jan 2005 12:27:47 +0000 acpi-support (0.9) warty; urgency=low * Add stop target to the init script, disable hdparm advanced power management therein. (Warty #1914) -- Thom May Tue, 5 Oct 2004 21:18:52 +0100 acpi-support (0.8) warty; urgency=low * Explicitly add /usr/bin/X11 to path. (Warty #1549) -- Thom May Fri, 24 Sep 2004 12:08:20 +0100 acpi-support (0.7) warty; urgency=low * Added versioned depend on lsb-base -- Nathaniel McCallum Fri, 3 Sep 2004 14:45:32 -0400 acpi-support (0.6) warty; urgency=low * Load after acpid. (Warty #992) -- Thom May Fri, 3 Sep 2004 18:39:52 +0100 acpi-support (0.5) warty; urgency=low * debian/init.d: pretty initscript -- Nathaniel McCallum Thu, 2 Sep 2004 13:16:21 -0400 acpi-support (0.4) warty; urgency=low * use a subdirectory of /var/lib (Closes Warty #842) * don't hardcode names so that suckful HP boxes might work. (Closes Warty #841) -- Thom May Tue, 31 Aug 2004 15:27:13 +0100 acpi-support (0.3) warty; urgency=low * Apparently, acpid needs a good kick when we change the events. -- Thom May Thu, 19 Aug 2004 18:38:55 +0100 acpi-support (0.2) warty; urgency=low * use a safer state file to maintain state across lid open/close -- Thom May Thu, 19 Aug 2004 17:43:38 +0100 acpi-support (0.1) warty; urgency=low * First upload. * delimit a basic collection of safe acpi events -- Thom May Thu, 19 Aug 2004 15:33:01 +0100