How to get identify sector from usb compact flash reader ?

  • Thread starter Thread starter Gabriel Nagy
  • Start date Start date
G

Gabriel Nagy

Hi !
I have following problem:
I need a serial number of compact flash device plugged in
usb card reader. The method using DeviceIoControl with
ioctl SMART_RCV_DRIVE_DATA doesn't work. Respond from call
was - request is not supported. Next I tried using ioctl
IOCTL_SCSI_PASS_THROUGH - SCSIOP_INQUIRY by setting page
code of CDB to 0x80 with vital product data bit enabled
but the result was same as for standard inquiry command.
Can anybody suggest some solution of my problem ?

Thank's

Gabo
 
Back
Top