mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-17 05:38:33 +03:00
firmware, host: Changed vendor and product id
The code used a vendor and product id taken from Atmel example code. Now it is changed to the vendor and product id, which was also previously used in the original SIMtrace code.
This commit is contained in:
@@ -39,7 +39,7 @@ class find_class(object):
|
||||
return False
|
||||
|
||||
def find_dev():
|
||||
dev = usb.core.find(idVendor=0x03eb, idProduct=0x6004)
|
||||
dev = usb.core.find(idVendor=0x16c0, idProduct=0x0762)
|
||||
if dev is None:
|
||||
raise ValueError("Device not found")
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user