From: Greg KH <greg@kroah.com>
To: Matt Domsch <Matt_Domsch@dell.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [RFC][PATCH 2.6.13-rc1] driver core: subclasses
Date: Fri, 8 Jul 2005 19:40:00 -0700 [thread overview]
Message-ID: <20050709024000.GA7608@kroah.com> (raw)
In-Reply-To: <20050708225448.GA18193@lists.us.dell.com>
On Fri, Jul 08, 2005 at 05:54:48PM -0500, Matt Domsch wrote:
> Greg,
>
> The below patch is a first pass at implementing subclasses, for review
> and comment.
>
> As a test, I modified drivers/input/input.c to allocate a new class,
> and register it as a subclass.
>
> Before:
>
> /sys/class/input/
> /sys/class/input_device/
>
> After:
> /sys/class/input/input_device/
Oops, when you mentioned this on irc, I thought you were referring to
class_devices not classes. I don't want classes to be able to be
nested, only class devices.
I don't see a need for nested classes, as I thought the input thread had
resolved itself so that it didn't need it (but I stopped paying
attention, sorry, so I might be wrong here...)
Why can't you just use class_device's that can have children? That way
the /sys/block stuff could be converted to also use this.
thanks,
greg k-h
next prev parent reply other threads:[~2005-07-09 2:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-08 22:54 [RFC][PATCH 2.6.13-rc1] driver core: subclasses Matt Domsch
2005-07-09 2:40 ` Greg KH [this message]
2005-07-09 13:04 ` Matt Domsch
2005-07-10 6:35 ` Dmitry Torokhov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050709024000.GA7608@kroah.com \
--to=greg@kroah.com \
--cc=Matt_Domsch@dell.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.