We're intending to leave the naming scheme entirely up to userspace. The
kernel will not create/impose any type of default naming scheme for
devices.
When a device is registered with the class that it belongs to (disk,
cdrom, sound, etc), /sbin/hotplug will be called with the path to the
device. This path will correspond to a driverfs path for the device.
/sbin/hotplug will then be able to ascertain all necessary information
about the device to create device nodes for it, including major and minor
numbers.
It will be up to userspace to process this data to determine what device
nodes it will create. We have some starting ideas concerning this. Once I
get settled back in, I'll post some documentation on everything that was
discussed in Ottawa, and how we propose to do this...
-pat
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/