acpi-support:ubuntu/precise

Last commit made on 2019-01-31
Get this branch:
git clone -b ubuntu/precise https://git.launchpad.net/acpi-support
Members of Ubuntu Core Development Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
ubuntu/precise
Repository:
lp:acpi-support

Recent commits

d906c1a... by Balint Reczey

Drop obsolete bzr-buildpackage config

0063dd4... by Balint Reczey

debian/gbp.conf: Add default configuration

160110e... by Balint Reczey

debian/control: Update Vcs-*: URLs

004373f... by Marc Deslauriers

* SECURITY UPDATE: root escalation via race in policy-funcs (LP: #1340812)
  - lib/policy-funcs: use the X console user instead of the one from an
    arbitrary kded4 process.
  - power.sh: also source /usr/share/acpi-support/power-funcs.
  - CVE-2014-1419

d80f69c... by Timo Aaltonen

asus-touchpad.sh: Don't handle Synaptics devices. (LP: #804109)

eb57b48... by Steve Langasek

[ James Ferguson ]
* asus-touchpad.sh: add support for Elantech touchpads. LP: #953296.
* events/lenovo-touchpad2: new event handler for an acpi event on newer
  ThinkPads which always maps to the touchpad.

[ Troy Sankey ]
* asus-keyboard-backlight.sh, events/asus-keyboard-backlight-{up,down}:
  add support for hotkey that adjusts the keyboard backlight on the ASUS
  G73jh and others. LP: #931614.

75f903d... by Steve Langasek

* lib/power-funcs: adjust getXuser and getXconsole to use consolekit
  instead of ps/who to identify the "foreground" session and the owner
  of a given X session, since lightdm is currently failing to record this
  information in utmp. Also, add headers for each of these functions
  documenting how they're supposed to work, since it's completely
  non-obvious and some of the scripts already in acpi-support are using
  them wrong. Thanks to Ayan George <email address hidden> for the
  preliminary patch. LP: #933626, #893271.
* rotatescreen.sh: fix wrong use of getXconsole where getXuser is needed.

0d64f49... by Steve Langasek

drop sony-* event handlers, which are also now superseded by a kernel
input device; and drop the sound button action scripts, of which the sony
events were the last users. LP: #676685.

60862dc... by Steve Langasek

* power.sh, lib/policy-funcs: don't call pm-powersave if upower is running,
  as upower already does this for us unconditionally and we don't want to
  run these scripts twice. Eventually power.sh should be dropped entirely,
  but Kubuntu hasn't yet transitioned to use upower. LP: #582471.
* lib/power-funcs: drop dependency on finger, we can do this just as well
  using who from coreutils.

51ba59d... 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.