Re: Flaw in the driver-model implementation of attributes

From: Patrick Mochel (mochel@osdl.org)
Date: Mon Jun 16 2003 - 15:49:09 EST


> This doesn't provide any really good place to put device attributes that
> are owned by the driver. They can't go in
> /sysfs/class/pcmcia_socket/pcmcia_socket0/device/...
> because the driver doesn't own the device. They can't go in
> /sysfs/class/pcmcia_socket/pcmcia_socket0/driver/...
> because they aren't attributes of the _driver_, they're attributes of the
> _device_. And they certainly aren't class attributes.
>
> So where would you put them? You'd have to create another subdirectory of
> /sysfs/class/pcmcia_socket/pcmcia_socket0/
> owned by the driver. No really good name for this subdirectory spings
> to mind, and it's still kind of awkward. But doable.

What is wrong with putting them in

/sysfs/class/pcmcia_socket/pcmcia_socket0/

? The driver owns that object. And, if it is device-specific feature, then
it is likely related to what class the device belongs to, and is therefore
relevant for that directory.

        -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/



This archive was generated by hypermail 2b29 : Mon Jun 23 2003 - 22:00:19 EST