| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -156,7 +156,7 @@ def find_device(idVendor=None, idProduct=None, iSerial=None): | |||
| 156 | 156 | return None | |
| 157 | 157 | ||
| 158 | 158 | for dev in devs: | |
| 159 | - if idVendor == 0x0957 and idProduct == 0x2818: | ||
| 159 | + if idVendor == 0x0957 and idProduct == 0x2918: | ||
| 160 | 160 | # Agilent U2701A/U2702A (normal or firmware update mode) | |
| 161 | 161 | if dev.idVendor != 0x0957 or dev.idProduct not in [0x2818, 0x2918]: | |
| 162 | 162 | continue | |
| Back | FazBrowse Home | New Git URL |
0 commit comments