~laptop-mode-tools-dev/laptop-mode-tools/debian

« back to all changes in this revision

Viewing changes to usr/share/laptop-mode-tools/modules/runtime-pm

  • Committer: Ritesh Raj Saarraf
  • Date: 2011-07-23 10:24:38 UTC
  • mfrom: (1.1.272 LMT-Main)
  • Revision ID: rrs@researchut.com-20110723102438-k85kixvnz2988mb2
MergeĀ formĀ Main

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
}
18
18
 
19
19
if [ x$CONTROL_RUNTIME_PM = x1 ] || [ x$ENABLE_AUTO_MODULES = x1 -a x$CONTROL_RUNTIME_PM = xauto ]; then
20
 
        log "MSG" "Activating Runtime PM for device type PCI"
 
20
        log "VERBOSE" "Activating Runtime PM for device type PCI"
21
21
        activate_runtime_suspend "/sys/bus/pci/devices"
22
22
 
23
 
        log "MSG" "Activating Runtime PM for device type SPI"
 
23
        log "VERBOSE" "Activating Runtime PM for device type SPI"
24
24
        activate_runtime_suspend "/sys/bus/spi/devices"
25
25
 
26
 
        log "MSG" "Activating Runtime PM for device type i2c"
 
26
        log "VERBOSE" "Activating Runtime PM for device type i2c"
27
27
        activate_runtime_suspend "/sys/bus/i2c/devices"
28
28
else
29
29
        log "VERBOSE" "Linux Runtime PM disabled."