RE: Windows CE.Net USB 2.0 Multiple LUN's (Logical Unit Number)
From: Adam Kodeda [MS] (adamkod_at_online.microsoft.com)
Date: 04/29/04
- Next message: visi: "Re: How to view debug information?"
- Previous message: Rodger Higgins: "Capture unhandled exception"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 29 Apr 2004 00:46:00 GMT
The Windows CE .NET USB Mass Storage Class driver does not support
multi-LUN devices. The changes required to support such devices are more
involved than simply allocating additional disk instances. If you are
interested, you can contact me directly and I'll outline the required
changes.
--- Adam Kodeda [MS] Windows CE File Systems/Storage To reply directly, remove "online." from my e-mail address. This posting is provided AS IS with no warranties, and confers no rights. --- >I have a USB-CardReader (USB97C210) with 4 Cards (Compact Flash, >Memory Stick, Smart Media and Secure Digital/Multimedia Card. >The USB Driver read/write only with the (LUN #0) Compact Flash Card >(Default). >I must modify the driver in the File >USB/CLASS/STORAGE/DISK/SCSI2/disk.c. >Code: >UsbDiskAttach() > > // TODO: alloc additional disk instances and activate their >interface... > // > // Activate the Streams Interface. > // This call invokes our DSK_Init. > // > pDevice->hStreamDevice = >ActivateDevice(pDevice->ActivePath,(DWORD)pDevice ); > >Can anyone help me? Where can I buy the driver? >regards >Rudi >
- Next message: visi: "Re: How to view debug information?"
- Previous message: Rodger Higgins: "Capture unhandled exception"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|