Package: powertop
Version: 1.8-1
Severity: normal

The initial values of /sys/bus/usb/devices/usb*/power/autosuspend are "2".
In this case powertop suggest the pressing of "U". This results in setting 
the values to "1".
Due to an incorrect test in suggest_usb_autosuspend powertop suggests
evertime it is started the pressing of "U"!


--- usb.c       2007-07-29 20:29:23.000000000 +0000
+++ usb.c_patched       2007-10-01 10:14:03.000000000 +0000
@@ -89,7 +89,7 @@
                        fclose(file);
                        continue;
                }
-               if (!strtoull(line, NULL,10)<1)
+               if (strtoull(line, NULL,10) != 1)
                        need_hint = 1;
 
                fclose(file);

-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to