On Mon, Oct 07, 2002 at 11:34:22AM -0700, David Brownell wrote:
> This updates the usbtest driver:
> 
> - Supports more devices for the basic i/o tests,
>   using full speed ez-usb firmware (and usbtest
>   tweaks!) provided by Martin Diehl.
> 
> - Adds another test case, which issues control
>   messages to devices.  There will be further
>   updates in this area (control queueing, and
>   likely improving usbcore api coverage).
> 
> - Adds a "generic device" mode where vendor
>   (and optionally product) ids can be given as
>   module parameters.  Those devices can be used
>   for testing control traffic.
> 
> Please merge to Linus' latest.

Applied with one little change:

> +#ifdef       GENERIC
> +static int vendor;
> +MODULE_PARM (vendor, "i");
> +MODULE_PARM_DESC (vendor, "vendor code (from usb-if)");
> +
> +static int product;
> +MODULE_PARM (product, "i");
> +MODULE_PARM_DESC (product, "product code (from vendor)");
> +#endif

I changed both of these to be of type "h" as it's easier to type in hex
values for the vendor and product.

If this isn't ok, I'll change it back.

thanks,

greg k-h


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to