Comment 19 for bug 136549

Revision history for this message
Oleksij Rempel (olerem) wrote : Re: Powertop make wrong suggest to add usbcore.autosuspend=1

Sorry. This is wrong fix.

1. This is not fixed upstream.
2. This fix is not according of any usb API documentation:
    - powertop version of logic: if autosuspend is less then 1 display suggestion. ( was made against old API and not correct for new API )
    - debian patch logic: if autosuspend is not 1 display suggestion. ( wrong at all )
    - should be: if autosuspend is negative ( -1, -2 ... ) display suggestion. ( will work for new API but not for old )