Hi Toshihisa,

Toshihisa Tanaka wrote:
> 
> Dear Petkan,
> 
> ...
> 
> static int check_device_ids( __u16 vendor, __u16 product )
> {
>         int i=0;
> 
>         while ( usb_dev_id[i].name ) {
>                 if ( (usb_dev_id[i].vendor == vendor) &&
>                         (usb_dev_id[i].device == product) )
>                         return i;
>                 i++;
>         }
>         return  0;
> }
> 
> ...
> ----------
> 
> If using "Billionton USB-100" , C-function "check_device_ids()" is
> returned 0, but return 0 is no pegasus-based devices ?.


You are absolutely right. I made this mistake in the hurry for pre-3
(it was last minute patch).
Thank you for the bugfix.
Fixed in my source.


best,
Petkan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to