Re: How to I get a USB memory stick driver for Windows CE 5.0?
- From: "Sameer Moidu \(MS\)" <smoidu@xxxxxxxxxxxxx>
- Date: Fri, 2 Mar 2007 18:13:23 -0800
Memory sticks would typically be identified not by vid/pid which is unique to a device+manufacturer but other identifying information, namely the class/subclass/protocol of their interfaces. The mass storage driver (usbdisk6.dll,usbmsc.dll) should be installed to support any device of interface base class 8, or the mass storage class defined by usb.org
More info about usb device driver loading is at http://msdn2.microsoft.com/en-us/library/ms894080.aspx
"Don" <Don@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:22848D66-1160-41DE-8183-952CCB953590@xxxxxxxxxxxxxxxx
Hi Paul,
I do in fact have another USB device working. It is a USB to 485 converter
that has a ftdi chip in it. And when I plug this device I also get the
window:
Unidentified USB Device
Enter the name of the driver for this USB device:
Driver Name: -----------
But the difference here is that I have downloaded driver files from the ftdi
web site.
They supply a dll and and ini file. I had to edit the ini file in such a
way that it includes the vendor and product id that is being sent when the
USB to 485 converter is plugged in. Then I had to copy the dll and the ini
file to the \Windows directory on my CE device. Then when the above window
came up I simply type the name of the dll and it worked. Wouldn't I have to
do something similar with a memory stick?
--
Don
"Paul G. Tobey [eMVP]" wrote:
Does *any* USB device work? Maybe your host driver for your hardware isn't
working and therefore is returning incorrect characteristics for the stick?
Did you include the partition driver for FAT? The device isn't formatted
for NTFS or something, is it?
Paul T.
"Don" <Don@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:0B286FC7-A4C6-4C7B-810E-84AE9031179E@xxxxxxxxxxxxxxxx
>I tried that but a window keeps poping up saying
>
> Unidentified USB Device:
> Enter the name of the drive for this USB device
> Driver Name: -----------
> -- > Don
>
>
> "<ctacke/>" wrote:
>
>> Include the USB Mass storage driver in your image.
>>
>>
>> -- >> Chris Tacke - Embedded MVP
>> OpenNETCF Consulting
>> Managed Code in the Embedded World
>> www.opennetcf.com
>> --
>>
>>
>> "Don" <Don@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
>> news:A9F1AE60-74B7-47AD-88F1-338D30FFC5A0@xxxxxxxxxxxxxxxx
>> > Hi
>> >
>> > I am currently booting Windows CE 5.0 from a compact flash on a
>> > Mini-ITX
>> > M11
>> > mother board. I have built my OS using Platfrom builder 5.0. I >> > would
>> > like
>> > to be able to read and write a USB memory stick. When I plug in my
>> > memory
>> > stick a window pops up asking me for a driver. Is there something I
>> > need
>> > to
>> > do in Platform Builder to have the OS realize USB memory sticks or >> > do I
>> > need
>> > to hunt on the internet for USB memory stick drivers that support
>> > Windows
>> > CE.
>> > Any help in this matter would be appreciated
>> >
>> > Thankyou
>> >
>> >
>> > -- >> > Don
>>
>>
>>
.
- References:
- Re: How to I get a USB memory stick driver for Windows CE 5.0?
- From: <ctacke/>
- Re: How to I get a USB memory stick driver for Windows CE 5.0?
- From: Paul G. Tobey [eMVP]
- Re: How to I get a USB memory stick driver for Windows CE 5.0?
- From: Don
- Re: How to I get a USB memory stick driver for Windows CE 5.0?
- Prev by Date: Re: How to I get a USB memory stick driver for Windows CE 5.0?
- Next by Date: Re: How to Change the Default Screen in Windows CE 5.0
- Previous by thread: Re: How to I get a USB memory stick driver for Windows CE 5.0?
- Next by thread: Re: How to I get a USB memory stick driver for Windows CE 5.0?
- Index(es):
Relevant Pages
|