Contents

getDeviceTypeName

Return the desired device name.

Declaration

virtual const char * getDeviceTypeName(
 void);

Overview

This method returns a string, used to compare the kIOBlockStorageDeviceTypeKey of our provider. This method is called from probe.

The default implementation of this method returns kIOBlockStorageDeviceTypeGeneric.

See Also

Miscellaneous