I traced the Apple USB Mass storage driver source code, I found the
driver have a interface name SendSCSICommand , and a call back
function for
finish
Sending SCSI command, My question is if I want to send my vendor
specific
command in USB Mass Storage driver, How could I set my own finish call
back
function? Did it possible?
You need to write your own vendor-specific subclass of
IOSCSIPeripheralDeviceType00 in order to do this. The easiest thing to
do is to submit a support incident to Developer Technical Support for
help with this. This is too complicated to support via the mailing
list.
Good luck,
--gc
_______________________________________________
usb mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/usb
Do not post admin requests to the list. They will be ignored.