Hit this while working on the ledger app upgrade integration in Liana:
If a Ledger<TransportHID> stay open and the user quit the bitcoin app, the device node under linux (/dev/hidrawxx) will be incremented, so in this context calling DeviceInfo.path() will return a different value before & after closing bitcoin app.
I don't think it's related to how its implemented in async-hwi, but think it worth share this.
Hit this while working on the ledger app upgrade integration in Liana: If a
Ledger<TransportHID>
stay open and the user quit the bitcoin app, the device node under linux (/dev/hidrawxx) will be incremented, so in this context callingDeviceInfo.path()
will return a different value before & after closing bitcoin app.I don't think it's related to how its implemented in async-hwi, but think it worth share this.