summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorDavid Zeuthen <david@fubar.dk>2004-04-30 17:01:23 +0000
committerDavid Zeuthen <david@fubar.dk>2004-04-30 17:01:23 +0000
commite6e8c5f2c0a39587865896e03414e11a49558012 (patch)
treef122214109863b654866bf1d7cc2971d1e8d6b8c /doc/TODO
parent070488de7e55f1a4716f05e6bec33ed7757f7fd0 (diff)
update TODO note about fs detection
add volume_id/volume_id.[ch] use utility in new subdirectory volume_id new files
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 4c0c04ac..6e93cdbe 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -31,7 +31,8 @@ entries if you get an idea or implement one of these.
the whole device and device store framework
- Support for more filesystem sniffing and volume label extraction
- (see hald/linux/block_class_device.c:detect_fs)
+ (see hald/linux/block_class_device.c:detect_fs). Only cdfs and udf
+ seems to be missing
- Caching in libhal; the API is ready for it. Remember you cannot use
glib or other dependencies; we can only depend on libc and dbus!