On Thu, Apr 15, 2004 at 09:44:46PM +0200, Robert Schwebel wrote: > On Thu, Apr 15, 2004 at 02:51:18PM -0400, Alan Stern wrote: > > For Linux 2.6 you could use module_param instead of MODULE_PARM. That > > will allow you to specify the type as ushort. > > Ah, ok. Hmm, strange - I tried this but, although modinfo says that > there is a vendor and product parameter, I get this:
You can't mix module_param and MODULE_PARM in the same file. You forgot to change the debug option, right? thanks, greg k-h ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
