/*---------------------------------------------------------*\ | find_usb_serial_port.h | | | | Finds the serial port path(s) of USB serial port devices| | given the USB VID and PID of the device | | | | This file is part of the OpenRGB project | | SPDX-License-Identifier: GPL-2.0-only | \*---------------------------------------------------------*/ #include #include #include #include #include #include #include #include std::vector find_usb_serial_port(unsigned short vid, unsigned short pid);