hal: Branch 'master'
David Zeuthen
david at kemper.freedesktop.org
Thu Aug 3 16:47:56 PDT 2006
doc/TODO | 17 +++++++++++++++++
1 files changed, 17 insertions(+)
New commits:
diff-tree 295c0708b484d833ed59535159b4402e4d043007 (from 90b63e43a3b1b2c7a600c4615f81119ba5456f01)
Author: David Zeuthen <davidz at redhat.com>
Date: Thu Aug 3 19:47:29 2006 -0400
add notes about new power saving mechanisms we should add
Credit goes to Patrick Mochel <mochel at linux.intel.com> for this suggestion.
diff --git a/doc/TODO b/doc/TODO
index 89eb337..a929ff7 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -35,6 +35,23 @@ Items specifically planned for 0.5.8
Other items
-----------
+ - Provide mechanism for polling storage devices we can't poll regulary
+ e.g. PC floppy drives and Zip drives. When that it is, actually go back
+ to provide children for volumes detected like we did in HAL 0.4.x
+
+ - Provide mechanism for tuning the readahead size. For example, a DVD
+ player application (such as GNOME's Totem) might want to read ahead
+ several hundreds of megabyte so the drive only needs to spin up every
+ e.g. 20 minutes while watching a DVD movie. This enables the kernel
+ driver to put the drive in a low-power mode to get substantially better
+ battery life.
+
+ - Provide mechanism for making an application inhibit polling of a drive.
+ This is useful combined with the TODO right above. It will probably mean
+ that the eject button on the drive is rendered useless but that is
+ justified by the DVD player application displays a soft button for ejecting
+ the media.
+
- Use udev data instead of probing (whenever possible)
- Performance! Profile and optimize! Too big of a task to describe in
More information about the hal-commit
mailing list