lp://qastaging/ubuntu/lucid/acpi-support
- Get this branch:
- bzr branch lp://qastaging/ubuntu/lucid/acpi-support
Branch merges
Related bugs
Bug #51537: Wrong handling of volume buttons on IBM Thinkpad notebooks | Undecided | New | |
Bug #218598: ASUS F8SV: touchpad hotkey not handled | Medium | Incomplete |
Related blueprints
Branch information
Recent revisions
- 95. By Steve Langasek
-
debian/rules: don't pass -n to dh_installinit, we do want changes to
maintainer scriptswe just don't want the init script called, so use
--no-start instead. - 94. By Steve Langasek
-
debian/rules: don't call the init script in the postinst, the script
exists only to ensure the power policy is applied on boot so we should
keep our hands off on upgrade. LP: #567182 - 93. By Steve Langasek
-
drop asus-eee-volume-* event handlers, which are also now superseded by
a kernel input device. LP: #560551. - 91. By Steve Langasek
-
* lib/state-funcs, start.d/
60-asus- wireless- led.sh, asus-wireless.sh:
eliminate setLEDAsusWireless altogether; this needs to be handled
directly by the kernel when the kill switch is toggled, not in a racy
and inconsistently-applied manner by acpi-support; and in at least some
cases we know this already *does* happen because of reports that
/sys/devices/ platform/ asus-laptop/ wlan, used for toggling "the LED" with
the current kernel module, is actually an interface for toggling *the
antenna* that happens to also toggle the LED. Likewise, we should not
be responsible for bringing up the antenna at boot, so get rid of the
file in the start.d directory. LP: #293943, #204378, #334368.
* Now that the last script is gone from start.d, kill off the directory
and the init script handling too.
* Remove the asus-wireless-2 event handler, which is completely redundant
with the pre-existing asus-wireless-{off,on} handlers. LP: #207871. [ Erik Andrén ]
* Add support for ATKD 00000037 to events/asus-touchpad.
This makes the disable touchpad buttons (!) on the EeePc 1005HA work as
intended. LP: #502720. - 90. By Steve Langasek
-
* events/
lenovo- undock, undock.sh: new scripts to handle the Fn+F9 "undock"
button on ThinkPads, which unfortunately nothing else handles. Thanks
to Jeffrey Baker for the first implementation. LP: #18864.
* /etc/default/acpi-support: laptop-mode-tools is no longer installed by
default, so don't override its setting from here. LP: #244838, #490186. - 89. By Steve Langasek
-
* Readd support for ATKD 0000006b to events/
asus-touchpad. LP: #314376.
* Drop dependency on laptop-mode-tools: this is not enabled by default, and
dropping it lets us remove much of the laptop-mode-tools delta wrt Debian. - 88. By Steve Langasek
-
Fix ibm-wireless to use the 'rfkill' tool for toggling bluetooth,
recommending wireless-tools which currently provides this; and fix
the isAnyWirelessPoweredOn function for the latest change in the rfkill
/sys interface, looking under phy80211/ instead of under device/
(LP: #397698). The toggleAllWirelessStates( ) function is still broken,
because the rfkill state on the iwl3945 (at least) is still being done
in the kernel, so we work around this for now by leaving the function
inactive. - 87. By Steve Langasek
-
[ Steve Langasek ]
* Get laptop-mode-tools out of Suggests. Finally-really- fixes LP: #74683.
* Fix the touchpad handler to use xinput instead of (unreliable)
synclient, and add a corresponding Recommends; and call getXconsole so
we can actually talk to the X server. LP: #447211.
* new events/asus-f8sv- touchpad: handle another touchpad ACPI event on
another ASUS model. LP: #218598.
* lib/power-funcs: adjust getXconsole to work when the tty number is not
present on the X commandline.[ Felix Geyer ]
* lib/policy-funcs: Recognize KDE4 PowerDevil as a power manager.
LP: #387750. - 86. By Steve Langasek
-
[ Lionel Le Folgoc ]
* lib/policy-funcs: Recognize xfce4-power-manager as a power manager.
LP: #425155[ Steve Langasek ]
* Drop /etc/acpi/start.d/ 90-hdparm. sh: this is redundant because we're
already calling pm-powersave on start (either via /etc/acpi/power.sh,
or by one of the desktop power managers as enumerated in
lib/policy-funcs) so there's no reason we should be reapplying the
policy here. LP: #443992, #438355, #318980.
* Add guidance-power-manager to the list of known desktop power managers.
LP: #154910[ Michael Terry ]
* lib/policy-funcs: Recognize dalston as a power manager. LP: #432578
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://qastaging/ubuntu/maverick/acpi-support