The following commit has been merged in the master branch:
commit 49b6249c679ecb40e790d3f95c01535c2a964660
Author: Damyan Ivanov <[EMAIL PROTECTED]>
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

_______________________________________________
Debian-eeepc-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-eeepc-devel

Reply via email to