Searched refs:UsbDevInfo (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/freebsd/
H A DUSBProxyServiceFreeBSD.cpp270 struct usb_device_info UsbDevInfo; local
271 RT_ZERO(UsbDevInfo);
273 rc = ioctl(FileUsb, USB_GET_DEVICEINFO, &UsbDevInfo);
284 if (UsbDevInfo.udi_class != 0x09)
296 pDevice->bBus = UsbDevInfo.udi_bus;
297 pDevice->bDeviceClass = UsbDevInfo.udi_class;
298 pDevice->bDeviceSubClass = UsbDevInfo.udi_subclass;
299 pDevice->bDeviceProtocol = UsbDevInfo.udi_protocol;
300 pDevice->bNumConfigurations = UsbDevInfo.udi_config_no;
301 pDevice->idVendor = UsbDevInfo
[all...]

Completed in 43 milliseconds