lkml.org 
[lkml]   [2015]   [Feb]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 1/8] usb: add bus type for USB ULPI
On Thu, Feb 12, 2015 at 05:44:20PM -0800, Stephen Boyd wrote:
> On 01/23/15 07:12, Heikki Krogerus wrote:
> > diff --git a/scripts/mod/file2alias.c b/scripts/mod/file2alias.c
> > index e614ef6..753cb08 100644
> > --- a/scripts/mod/file2alias.c
> > +++ b/scripts/mod/file2alias.c
> > @@ -1176,6 +1176,19 @@ static int do_rio_entry(const char *filename,
> > }
> > ADD_TO_DEVTABLE("rapidio", rio_device_id, do_rio_entry);
> >
> > +/* Looks like: mei:S */
>
> This comment doesn't look right.

Oops. Thanks for catching that one.

> > +static int do_ulpi_entry(const char *filename, void *symval,
> > + char *alias)
> > +{
> > + DEF_FIELD(symval, ulpi_device_id, vendor);
> > + DEF_FIELD(symval, ulpi_device_id, product);
> > +
> > + sprintf(alias, "ulpi:v%04xp%04x", vendor, product);
> > +
> > + return 1;
> > +}
> > +ADD_TO_DEVTABLE("ulpi", ulpi_device_id, do_ulpi_entry);


--
heikki


\
 
 \ /
  Last update: 2015-02-13 12:41    [W:0.100 / U:0.404 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site