[Debian-eeepc-devel] [SCM] Maintenance of eeepc-acpi-scripts debian package branch, master, updated. f8367bd3d1a0ceb9675ee6781aec3053efbb54f8

Damyan Ivanov dmn at debian.org
Fri Sep 5 22:40:37 UTC 2008


The following commit has been merged in the master branch:
commit 49b6249c679ecb40e790d3f95c01535c2a964660
Author: Damyan Ivanov <dmn at debian.org>
Date:   Sat Sep 6 00:38:02 2008 +0300

    functions.sh: add TODO about suspending bluetooth USB device on module removal
    
    only relevant when not using the control node

diff --git a/functions.sh b/functions.sh
index 567ee5a..d2ad780 100644
--- a/functions.sh
+++ b/functions.sh
@@ -64,6 +64,9 @@ toggle_bluetooth()
         elif [ "$BLUETOOTH_FALLBACK_TO_HCITOOL" = "yes" ]; then
             hciconfig hci0 down
             rmmod hci_usb
+            # TODO: enable autosuspend of the USB device
+            # that is, echo "auto" > /sys/bus/usb/devices/$DEV/power/level
+            # the problem is determining what the right $DEV is
         fi
     else
         if [ -e $BT_CTL ]; then

-- 
Maintenance of eeepc-acpi-scripts debian package



More information about the Debian-eeepc-devel mailing list