Is this edd device a type device?
int edd_dev_is_type(struct edd_device * edev, const char * type);
edev
target edd_device
type
a host bus or interface identifier string per the EDD spec
Returns 1 (TRUE) if it is a 'type' device, 0 otherwise.