Add network packet for requesting USB serial ports

This commit is contained in:
Adam Honse
2026-07-07 17:00:51 -05:00
parent 74219e502a
commit a122ccdc37
7 changed files with 179 additions and 1 deletions

View File

@@ -121,6 +121,7 @@ enum
NET_PACKET_ID_GET_HID_DEVICE_INFO = 121, /* Request list of HID device info */
NET_PACKET_ID_GET_USB_DEVICE_INFO = 122, /* Request list of USB device info */
NET_PACKET_ID_GET_SERIAL_PORTS = 123, /* Request list of serial ports */
NET_PACKET_ID_GET_USB_SERIAL_PORTS = 124, /* Request list of USB serial port info */
NET_PACKET_ID_REQUEST_RESCAN_DEVICES = 140, /* Request rescan of devices */