Other Parts Discussed in Thread: OMAPL138, AM1808
Hi,
I 'm using a omapl138 custom board and developing its USB driver.
I wrote a inf referred to the winusb documents.
When I pluged the usb to the pc,new device could be found and asked for driver.
Unknown device item would be added to the device manage. Open its property detail tab,the device instance id is USB\VID_0000&PID_0000\5&920FCD3&0&2,and hardware ID is USB\UNKNOWN.
In the inf file, I set %DESCRIPTION% correspond to the device id as below.
[Standard.NTx86]
%DESCRIPTION%=DriverInstall, USB\VID_0000&PID_0000\5&920FCD3&0&2
When I specified this file as driver,it was an error the file didn't contain the hardware information.
I'm not sure whether the usb VID and PID is normal.
Any help will be appreciated.