Skip to content

Commit

Permalink
RSDK-7381: add more numato product IDs (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcvella authored Apr 23, 2024
1 parent 0a38aae commit 714f886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serial/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ func checkProductDeviceIDs(vendorID, productID int) Type {
}
if vendorID == 0x2a19 {
// Numato device, different gpio counts have different product IDs
if productID == 0x0802 || productID == 0x0805 {
if productID == 0x0802 || productID == 0x0805 || productID == 0x800 || productID == 0xC05 {
return TypeNumatoGPIO
}
}
Expand Down

0 comments on commit 714f886

Please sign in to comment.