Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > Re: USB Mass Storage

Reply
Thread Tools Display Modes

Re: USB Mass Storage

 
 
Alexander Grigoriev
Guest
Posts: n/a

 
      11-09-2009
You need to change USB device class code.

"Sushma" <> wrote in message
news:07efc24b-5d2b-4c09-8b97-...
> Hi All,
>
> I'm developing a USB mass storage driver for new USB device which
> implements UAS (USB Attached SCSI) protocol. The device is also BOT
> compatible.
>
> I have two questions.
>
> 1) When i plug the device to PC, the default mass storage driver is
> loaded. How can i replace the default inbox driver, so that PnP
> manager prompts for "New hardware Wizard" for my device.
> 2) I need to use USB + SCSI driver for the device. I took osrusbfx2
> KMDF sample for USB interface. I would like to know which sample in
> storage implements handling of SCSI commands which is more of like
> mass storage device.
>
> Any help is much appreciated.
>
> Thanks and Regards,
> Sushma



 
Reply With Quote
 
 
 
 
Mike [MSFT]
Guest
Posts: n/a

 
      11-11-2009
Why would you want to see the "New hardware wizard"? Wouldn't you just want
to provide a better (ranked) driver than the Inbox one so that it is
selected and installed automatically?

-Mike

"Sushma" <> wrote in message
news:f2e4126a-61c4-452e-b7bb-...
>
>> You need to change USB device class code.
>>

>
> Thanks for the reply. My device has the device class code same as mass
> storage device so that it can be backward compatible. So, I cannot
> change it. Any how I found the answer myself. The interfaceclass or
> interfacesubclass or interfaceprotocol present in interface descriptor
> need to be different so that the default mass storage driver can be
> overridden. I was planning for a different interface protocol.
>
> I still do not have any answer for the second question. Can someone
> help me in this regard.
>
> 2) I need to use USB + SCSI driver for the device. I took osrusbfx2
> KMDF sample for USB interface. I would like to know which sample in
> storage implements handling of SCSI commands which is more of like
> mass storage device.
>
> Thank You.
>
> Regards,
> Sushma


 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
USB Mass Storage Devices jack@askjackpcs.com Windows Vista Hardware 0 08-28-2007 03:25 AM
USB Mass Storage Devices Unrecognized (Vista) Jason Windows Vista Hardware 9 06-01-2007 04:04 PM
PCI Simple Com Controller & Mass Storage Controller drivers: Missi David Leslie Windows Vista Hardware 0 07-22-2006 09:52 PM
Missing driver for Mass Storage controller & PCI Simple Comm Contr David Leslie Windows Vista Hardware 0 07-22-2006 09:51 PM
Missing driver for Mass Storage controller & PCI Simple Comm Contr David Leslie Windows Vista Hardware 0 07-22-2006 09:51 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59