Gentoo Archives: gentoo-user

From: Albert Hopkins <marduk@×××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ?? CONFIG_USB_SUSPEND ??
Date: Mon, 11 Jul 2011 11:32:52
Message-Id: 1310383512.348811.2.camel@localhost.localdomain
In Reply to: [gentoo-user] ?? CONFIG_USB_SUSPEND ?? by Alan Mackenzie
1 On Monday, July 11 at 10:16 (+0000), Alan Mackenzie said:
2
3 > Hi, Gentoo.
4 >
5 > Just done an "emerge -puND world". One of the packages updated was
6 > sys-fs/udisks-1.0.3-r1. Its warning message was:
7 >
8 > CONFIG_USB_SUSPEND: is not set when it should be.
9 > * Please check to make sure these options are set correctly.
10 > * Failure to do so may cause unexpected problems.
11 >
12 > CONFIG_USB_SUSPEND is surely a kernel config thing. I can't find it in
13 > my kernel config file. However, in "make menuconfig" I do a search for
14 > "USB_SUSPEND", It says:
15 >
16 > Location:
17 > │ -> Device Drivers
18 > │ -> USB support (USB_SUPPORT [=y])
19 > │ -> Support for Host-side USB (USB [=y])
20 >
21 > I can't find anything at that location which looks like "USB_SUSPEND".
22 >
23 USB_SUSPEND
24 bool "USB runtime power management (autosuspend) and wakeup"
25 depends on USB && PM_RUNTIME
26
27 If you say Y here, you can use driver calls or the sysfs
28 "power/control" file to enable or disable autosuspend for
29 individual USB peripherals (see
30 Documentation/usb/power-management.txt for more details).