Blob Blame History Raw
diff -up powertop-1.9/bluetooth.c~ powertop-1.9/bluetooth.c
--- powertop-1.9/bluetooth.c~	2007-09-29 21:58:57.000000000 +0300
+++ powertop-1.9/bluetooth.c	2007-12-25 02:57:00.000000000 +0200
@@ -90,7 +90,7 @@ static int previous_bytes = -1;
 
 void turn_bluetooth_off(void)
 {
-	system("hciconfig hci0 down &> /dev/null");
+	system("/usr/sbin/hciconfig hci0 down &> /dev/null");
 	system("/sbin/rmmod hci_usb &> /dev/null");
 }