SP_TRANSPORT_NATIVE,
/** USB serial port adapter. */
SP_TRANSPORT_USB,
- /** Bluetooh serial port adapter. */
+ /** Bluetooth serial port adapter. */
SP_TRANSPORT_BLUETOOTH
};
/* get the number of ports of the hub */
if (DeviceIoControl(hub_device, IOCTL_USB_GET_NODE_INFORMATION,
&hub_info, size, &hub_info, size, &size, NULL))
- /* enumarate the ports of the hub */
+ /* enumerate the ports of the hub */
enumerate_hub_ports(port, hub_device,
hub_info.u.HubInformation.HubDescriptor.bNumberOfPorts, parent_path);
free(escaped_port_name);
CloseHandle(handle);
- /* retrive USB device details from the device descriptor */
+ /* retrieve USB device details from the device descriptor */
get_usb_details(port, device_info_data.DevInst);
}
break;