Skip to content

Commit f4ef4bf

Browse files
committed
Experimental Fix: Add reported non-workig VID/PID
1 parent 93db9fa commit f4ef4bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/js/protocols/devices.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export const serialDevices = [
5555
{ vendorId: 1155, productId: 12886 }, // STM32 in HID mode
5656
{ vendorId: 1155, productId: 14158 }, // 0483:374e STM Electronics STLink Virtual COM Port (NUCLEO boards)
5757
{ vendorId: 1155, productId: 22336 }, // STM Electronics Virtual COM Port
58+
{ vendorId: 1161, productId: 57549 }, // Experimental VID/PID reproducing user issue (iFlight F745 AIO)
5859
{ vendorId: 4292, productId: 60000 }, // CP210x
5960
{ vendorId: 4292, productId: 60001 }, // CP210x
6061
{ vendorId: 4292, productId: 60002 }, // CP210x

0 commit comments

Comments
 (0)