Not quite. A class represents a class of devices, or the function that a
device performs, e.g. disk or sound.
> > What do sysfs classes have in common? How is
> > a /sys/class/ different from a /sys/devices,
> > /sys/bus, etc?
>
> /sys/bus, /sys/block are just special-case classes that get their own
> top-level directory. They could just easily have been put under
> /sys/class/block, /sys/class/bus.
No. If you want to go that far, 'devices' could go under there as well,
and we'd eventually just have one top-level directory: /sys/class :)
The top-level directories in sysfs represent classes of objects, not
necessarily tied to any driver model concepts. The reason it's so
driver-model heavy now is because that's how the whole thing originated.
-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/