Re: file2alias - incorrect? aliases for USB

From: Greg KH
Date: Thu Dec 11 2003 - 04:40:58 EST


On Mon, Nov 17, 2003 at 02:09:32PM +1100, Rusty Russell wrote:
> In message <20031110093703.GA5449@xxxxxxxxx> you write:
> > Hm, but that's no good either, because the visor driver trips over that
> > with its entry:
> > MODULE_ALIAS("usb:v*p*dl*dh*dc*dsc*dp*ic*isc*ip*");
> > and the improper module is loaded. That needs to be fixed up...
> >
> > Rusty, any reason why the module alias code is turning an empty
> > MODULE_PARAM structure, as is declared in drivers/usb/serial/visor.c
> > with the line:
> > { }, /* optional parameter entry */
> >
> > Into the above MODULE_ALIAS? I don't think that's correct.
>
> Sorry for the delay, was away and am catching up on mail.
>
> Thanks to Andrey for the fix. Greg, did you want to add something
> else? Either way, please forward to Linus.

Just finally did that, thanks.

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/