Hello,

On Thursday 24 June 2004 15:40, you wrote:
> Hi,
>
> there seem to be duplicate entries for 0x8116 in the file,
> (if the "else if" were implemented with a switch statement
> the compiler would have warned)
>
>
>
> +     else if (vendor_id == 0x06be) {
> +             switch(product_id) {
> +             case 0x8116:
> +                     /* Basicly the same as the Sotec Afina Eye */
> +                     Info("AME CU-001 USB webcam detected.\n");
> +                     name = "AME CU-001";
> +                     type_id = 730;
> +                     break;
> +             default:
> +                     return -ENODEV;
> +                     break;
> +             }
> +     }
> +     else if (vendor_id == 0x06be) {

Good catch. A little bit too much copy and paste... It's only in the 2.6 
kernel; IŽll submit a patch soon.

Thanks for pointing it out!

 - Nemosoft


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to