|
Posted by Carl Wolz [MSFT] on August 13, 2007, 2:17 pm
Please log in for more thread options
What is in the [HKEY_LOCAL_MACHINE\Drivers\USB\FunctionDrivers]
"DefaultClientDriver" registery?
(it should be "Serial_Class" for ActiveSync USB - Serial)
You can't have the USB function driver point to both. Set
SYSGEN_USBFN_SERIAL or SYSGEN_USBFN_STORAGE.
--
Carl Wolz [MSFT]
This Posting is provided "AS IS" with no warranties, and confers no rights.
> Hello,
>
> I saw a lot of questions addressing this issue, but haven't found the
> solution yet: ActiveSync over USB always erros out:
>
> AUTORAS:: Dialer notifies: [1] [Dialer Start]
> RASCS_Disconnected: Ecode=619
> Posting WM_NETCONNECT(FALSE) message, ErrorCode = 619(0x26B)
> AUTORAS:: Dialer notifies: [2] [Dialer Terminate]
>
> With a USB protocol sniffer, I see correct communication at the
> beginning (vendor ID, product ID), but when the host wants to read
> endpoint 1, my device only responds with NACK.
>
> Are there any settings or components missing? I have
> SYSGEN_USBFN_SERIAL and SYSGEN_USBFN_STORAGE.
>
> Thank you,
> Peter
>
|