Applications Power Management

line

Unused Devices Should Not Be Kept Open

The Linux kernel often uses device being open to indicate that a device is in use, for devices like sound controller. If the application leaves a device open, even when the device is not being actively used, the kernel will assume that the device is in use. As a result, the device will not go into power saving state. Applications should close the device when they are not being used.


 About | ISN | Intel is a trademark of Intel Corporation in the U.S. and other countries. | * Other names / brands may be claimed as the property of others