Thread-topic: How to match a logical driver to a physical device
User-agent: Microsoft-Entourage/11.3.6.070618
I have made a kext that overrides a few methods of a (logical) driver of
class IOCDBlockStorageDriver.
Now I need to make sure that this driver only matches on a particular USB
device which I can either identify by its vendor and product IDs or by its
name as it appears in the IORegistry under "class IOCDMedia".
However, I do not know how to match either of these:
When I simply add the idVendor key and value to the driver's plist file, it
appears to be ignored as my driver is not of a class where this matching is
performed.
I can also overwrite the probe() function, but again I do not know how to
get to these USB device properties in order to check them.
Any hints?
Thomas
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Ata-scsi-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden