On Thu, 3 Mar 2005 19:22:40 +0100, Hansjoerg Lipp <[EMAIL PROTECTED]> wrote:

> I found minor bugs in mct_u232.c; patch is attached. As I don't have
> such a device, someone should have a look at it.

>               switch (value) {
> -             case    B300: value =     300;
> -             case    B600: value =     600;
> +             case    B300: value =     300; break;
> +             case    B600: value =     600; break;

I'll take it as is (for 2.4) - it is applicable because drivers are
unified between 2.4 and 2.6. Unfortunately, my mct_u232 is Sitecom (0x230),
but the fix is too obvious.

-- Pete


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to