aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-10-01 19:00:55 +0200
committerKay Sievers <kay.sievers@vrfy.org>2008-10-01 19:00:55 +0200
commitf13e4c36c2246eba5afae482c9bb60dc8c0b719d (patch)
tree11736c05d6790a63ca1e1f0d3f5a63ca926c81c5 /TODO
parent4dea370d493c6d94799e63128398ae8374b999b4 (diff)
downloadudev-f13e4c36c2246eba5afae482c9bb60dc8c0b719d.tar.gz
udevd: print warning if CONFIG_SYSFS_DEPRECATED is used
Future udev versions will depend on the current sysfs layout, which includes features which are not available in the deprecated mode.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 1 insertions, 2 deletions
diff --git a/TODO b/TODO
index b3254155..f960f243 100644
--- a/TODO
+++ b/TODO
@@ -1,10 +1,9 @@
+ o handle spaces in SYMLINK+=, do not create multiple links
o use libudev device in udev_rules.c
get rid of udevice, store rule matching state in rule iterator
o rework rules to a match-action list, instead of a rules array
o add DVB variables to kernel, and drop shell script rule
o add watershed extra
- o log warning if /sys/block/ does, but /sys/class/block/ does not exist,
- udev will depend on the non-deprecated sysfs layout in a future release
o DEVTYPE for disks is set by the kernel, they will be removed from
the default rules
o "udevadm control" commands will only accept the --<command> syntax