Re: ERROR: no device detected by hcfusb driver
"Linuxant support (Jonathan)" <[email protected]> Mon, 28 Mar 2005 16:32:07 -0500
| Newsgroups | gmane.linux.drivers.modem.hcf |
|---|---|
| Organization | Linuxant Inc. |
| Message-ID | <[email protected]> |
Hi, we will contact you back when this know problem will be fixed. Regards, Jonathan Technical specialist / Linuxant www.linuxant.com [email protected] Magnus Rosenbaum wrote: > Linuxant support (Jonathan) wrote: > >> and this error message is generated the following following lines: >> --- >> if (((pUsbDevice->descriptor.idVendor != USB_AAPL_VENDOR_ID) && >> (pUsbDevice->descriptor.idVendor != >> USB_CNXT_VENDOR_ID)) || >> ((pUsbDevice->descriptor.idProduct != USB_AAPL_PRODUCT_ID) && >> (pUsbDevice->descriptor.idProduct != >> USB_CNXT_PRODUCT_ID))) { >> --- >> down the problem. Alternatively, you could try to disable this check >> in the code. > > > I commented out the check and now it crashes like before :-((( >