~ubuntu-branches/ubuntu/precise/laptop-mode-tools/precise

« back to all changes in this revision

Viewing changes to etc/rules/99-laptop-mode.rules

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-10-19 12:16:45 UTC
  • mfrom: (2.1.16 sid)
  • Revision ID: james.westby@ubuntu.com-20111019121645-5397gmgo8wqkskjm
Tags: 1.58-3ubuntu1
* Merge with Debian testing. Remaining Ubuntu changes:
  - debian/rules: Do not ship obsolete acpi/apm scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
ACTION=="change", SUBSYSTEM=="power_supply", RUN+="/usr/sbin/laptop_mode auto"
2
 
ACTION=="add|remove", SUBSYSTEM=="machinecheck", RUN+="/usr/sbin/laptop_mode auto"
3
 
ACTION=="add", SUBSYSTEM=="usb", RUN+="/usr/sbin/laptop_mode force modules=usb-autosuspend devices=%k"
 
1
ACTION=="change", SUBSYSTEM=="power_supply", RUN+="/lib/udev/lmt-udev auto"
 
2
ACTION=="add|remove", SUBSYSTEM=="machinecheck", RUN+="/lib/udev/lmt-udev auto"
 
3
ACTION=="add", SUBSYSTEM=="usb", RUN+="/lib/udev/lmt-udev force modules=usb-autosuspend devices=%k"