阅读:1496回复:3
USB H.D.D
non-scsi miniport driver
& scsi miniport driver How I choice it to develop USB H.D.D driver? thx |
|
|
沙发#
发布于:2001-09-03 16:15
As I know, on Win2K, you needn't to provide a device driver for USB hard disk. Just put you USB hard disk in Mass Storage Class in your firmware program. Windows will load its own driver for your USB disk.
Go to http://www.usb.org and MS's website to get more information. |
|
|
板凳#
发布于:2001-09-03 18:13
Thanks for ur answer.
I know W2K supports Mass Storage Class. So I must to develop the driver on Win98. Some products use non-SCSI miniport driver and others use SCSI miniport driver. different? If I change Sample.sys to Sample.mpd.... and use .inf to install it then can it OK? thx |
|
|
地板#
发布于:2001-09-04 09:10
A friend of mine (he is on this bbs too) has ever done such a project. I don't know what's the difference of the non-SCSI miniport driver and SCSI miniport driver.
He just writes an IFS vxd and an USB driver on Win98. The vxd maps all IFS requests and sends them to the usb driver. |
|
|