Home
last modified time | relevance | path

Searched refs:bDevClass (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/usb/usbip/src/
H A Dusbip_bind.c70 const char *bDevClass; in unbind_other() local
83 bDevClass = udev_device_get_sysattr_value(dev, "bDeviceClass"); in unbind_other()
84 if (!bDevClass) { in unbind_other()
89 if (!strncmp(bDevClass, "09", strlen(bDevClass))) { in unbind_other()