[Debian-eeepc-commits] [SCM] Maintenance of eeepc-acpi-scripts debian package branch, master, updated. 35c07592a956b0c218b279c1d23d9be002728e4c

Darren Salt linux at youmustbejoking.demon.co.uk
Sat Mar 28 18:21:46 UTC 2009


The following commit has been merged in the master branch:
commit 35c07592a956b0c218b279c1d23d9be002728e4c
Merge: b25f394bbdc1cfc1ca3cc01505ebb9597306d286 94ad7fcd1a7e155ff68d82b9631ee1af9056880f
Author: Darren Salt <linux at youmustbejoking.demon.co.uk>
Date:   Sat Mar 28 18:21:13 2009 +0000

    Merge commit '94ad7fc'

diff --combined debian/eeepc-acpi-scripts.init
index bfe1027,42cad35..1fa8f4f
--- a/debian/eeepc-acpi-scripts.init
+++ b/debian/eeepc-acpi-scripts.init
@@@ -12,7 -12,7 +12,7 @@@
  test -f /usr/share/eeepc-acpi-scripts/functions.sh || exit 0
  
  # exit if eeepc-laptop isn't loaded (should be loaded by udev)
- test -d /sys/bus/platforn/devices/eeepc || exit 0
+ test -d /sys/bus/platform/devices/eeepc || exit 0
  
  PATH="/sbin:/bin"
  
@@@ -78,12 -78,8 +78,12 @@@ case "$1" i
  
      # Load rfkill-input if possible, i.e. kernel is 2.6.28 or newer.
      # This results in faster WLAN hw toggling.
 -    if [ "$KERNEL" -ge 28 ] && ! grep -q '^H.*\brfkill\b' /proc/bus/input/devices; then
 -      load_module rfkill-input
 +    if [ "$KERNEL" -ge 28 ]; then
 +      if grep -q '^H.*\brfkill\b' /proc/bus/input/devices; then
 +	:
 +      else
 +        load_module rfkill-input
 +      fi
      fi
  
      # Done.

-- 
Maintenance of eeepc-acpi-scripts debian package



More information about the Debian-eeepc-commits mailing list