chiark / gitweb /
[PATCH] 'ide' missing in bus_files[]
[elogind.git] / TODO
1 This is a short list of things that needs to be done.  They are in no specific
2 order.  I will gladly accept patches for any of these items, or any other stuff
3 people offer up.
4
5 greg k-h
6 greg@kroah.com
7
8
9 - more documentation (can never have too much.)
10 - better partition support (it's a hack right now, maybe new libsysfs changes
11   can help out a lot here.)
12 - allow database to be queried by other programs
13 - split program into two pieces (daemon and helper that sends events to it).
14   This will allow us to keep track of sequences, and lots of other needed
15   stuff.
16 - keep track of current permissions on devices when daemon shuts down.
17 - better permission handling
18 - create kernel name to devfs name config file so that all of the devfs users
19   will have an upgrade path.
20 - do early boot logic (putting udev into initramfs, handle pivot-root,
21   etc.)
22 - lots of other stuff...
23 - actually use the BUS= value to determine where the LABEL rule should look
24   (right now it's ignored, and we only look in the current sysfs directory.)
25   This is needed, for example, to look at the usb device's serial number of a
26   usb-storage device, instead of the scsi device's sysfs directory for the
27   serial number.