SBP-2 inquary

Hi

After plugin my device (it is a scanner IEEE1394/SBP2) the Device Manager
found IEEE1394/SBP-2 compliant device.
But it was installed as a GenericPrinter with scsiprnt.sys service.
I took scanscsi.sys from DDK.
So, it is installed with scsiscan.sys service, and \.\Scanner0 device was
obtained.
I try to send SCSI_INQUIRY ( 0x12 ) command (via IOCTL_SCSISCAN_CMD, not
SPTI )and get
Vendor: “Intoto”
ProductID: “SBP-2 Printer”
insted my device`s parameters( that I was expecting )
So, the questions are

  • is it possible that instalation wasn`t correct ?
  • can you tell, plzzzz, about INF file for installation in this case ?

tnax for any idea.


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

> I try to send SCSI_INQUIRY ( 0x12 ) command (via IOCTL_SCSISCAN_CMD, not

SPTI )and get
Vendor: “Intoto”
ProductID: “SBP-2 Printer”
insted my device`s parameters( that I was expecting )

Try SPTI.
This information must be from the device, not from the INF file.

Max


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com