05-06-08 01:03, Pavel Machek wrote/a ?crit: > Hi! >>> 3) Makes it possible to power the device off. > > But this part is what I don't understand. powering off does not seem > to belong there. Why can't you just use acpi to power down? Not sure what you mean. Are you saying acpi has already a user interface to power up/down a device? If so, I'm not aware of it, is it in /sys ? Or did you mean that there is already a kernel api to turn on/off a device via acpi, no need to access the device directly? That said, this special /sys interface to power the device off is probably going to be used rarely. It was put there because it is costly to wake the device up each time we want to read it. What I could do is put a timer to turn the device off after 10s of non-usage, and power it on automatically again as soon as the user wants to read some info. That would permit to remove this interface. Eric