Vid = 1e3d Pid = 198a Link
lsusb -d 1e3d:198a -v # Shows device descriptors, endpoints, configurations
system_profiler SPUSBDataType | grep -A 10 "1e3d:198a" (minimal probe) vid = 1e3d pid = 198a
Get-PnpDevice -PresentOnly | Where-Object $_.InstanceId -like "*USB\VID_1E3D&PID_198A*" lsusb -d 1e3d:198a -v # Shows device descriptors,