|
From: Blaine B. <bl...@cl...> - 2009-02-03 15:58:24
|
Hey everyone, I was wondering what exactly the filter driver is? I dont believe I have it installed but I am using libusb just fine (I think I only have the device driver installed). I couldnt find on the website what the difference between these two drivers is. I have a current prototype using libusb to issue SCSI commands to a mass storage device arbitrarily. This works great, but now we need a way to actually issue these commands during standard Mass Storage requests (read/write etc of a flash drive, for example). I do not see how I could access to these in python (or user mode in general) - so I believe my best option is to create a filter driver to modify the SCSI requests as they go down the stack. Does this sound right? And if so, is there some kind of interface directly into the libusb filter driver that I could use? Thank you, Blaine |