[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <h2tfb5cec441004220601q4d885bc1nee96c43016042009@mail.gmail.com>
Date: Thu, 22 Apr 2010 15:01:12 +0200
From: Chouteau Fabien <fabien.chouteau@...il.com>
To: Greg KH <gregkh@...e.de>
Cc: linux-usb@...r.kernel.org,
Fabien Chouteau <fabien.chouteau@...co.com>,
David Brownell <dbrownell@...rs.sourceforge.net>,
Andrew Morton <akpm@...ux-foundation.org>,
Laurent Pinchart <laurent.pinchart@...asonboard.com>,
Michal Nazarewicz <m.nazarewicz@...sung.com>,
Roel Kluin <roel.kluin@...il.com>,
Randy Dunlap <randy.dunlap@...cle.com>,
Tejun Heo <tj@...nel.org>,
Christoph Lameter <cl@...ux-foundation.org>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2] Composite framework: Add suspended sysfs entry
On Wed, Apr 21, 2010 at 8:05 PM, Greg KH <gregkh@...e.de> wrote:
>
> On Wed, Apr 21, 2010 at 05:38:21PM +0200, fabien.chouteau@...il.com wrote:
> > From: Fabien Chouteau <fabien.chouteau@...co.com>
> >
> >
> > Signed-off-by: Fabien Chouteau <fabien.chouteau@...co.com>
> > ---
> > drivers/usb/gadget/composite.c | 21 +++++++++++++++++++++
> > include/linux/usb/composite.h | 1 +
> > include/linux/usb/gadget.h | 4 ++++
> > 3 files changed, 26 insertions(+), 0 deletions(-)
> >
> > diff --git a/drivers/usb/gadget/composite.c b/drivers/usb/gadget/composite.c
> > index 09289bb..a5352f3 100644
> > --- a/drivers/usb/gadget/composite.c
> > +++ b/drivers/usb/gadget/composite.c
> > @@ -898,6 +898,18 @@ static void composite_disconnect(struct usb_gadget *gadget)
> >
> > /*-------------------------------------------------------------------------*/
> >
> > +static ssize_t composite_show_suspended(struct device *dev,
> > + struct device_attribute *attr,
> > + char *buf)
>
> As you added a sysfs file, it is required that you also add an entry in
> Documentation/ABI/ that describes the file and what it is for. Please
> respin this with that added to the patch.
ok,
is "testing/sysfs-devices-platform-_UDC_-gadget" a good choice for
the file name?
("_UDC_" depends on the UDC driver name)
--
Fabien Chouteau
EPITA GISTR 2010
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists