diff options
author | Francois Beutin <francois.beutin@ledger.fr> | 2023-03-14 10:31:20 +0100 |
---|---|---|
committer | Francois Beutin <francois.beutin@ledger.fr> | 2023-03-14 10:31:20 +0100 |
commit | 1b27fcdf773fc0cbd3a5b87f2001c252d0ff83d8 (patch) | |
tree | b9a7930d7d3fd0f6100ced3ac791fb9a3b582622 /src | |
parent | Merge pull request #8737 (diff) | |
download | monero-1b27fcdf773fc0cbd3a5b87f2001c252d0ff83d8.tar.xz |
device: Add ledger Stax device id to device detection
Diffstat (limited to 'src')
-rw-r--r-- | src/device/device_ledger.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device/device_ledger.cpp b/src/device/device_ledger.cpp index 22a1fd986..79530e277 100644 --- a/src/device/device_ledger.cpp +++ b/src/device/device_ledger.cpp @@ -530,6 +530,7 @@ namespace hw { {0x2c97, 0x0001, 0, 0xffa0}, {0x2c97, 0x0004, 0, 0xffa0}, {0x2c97, 0x0005, 0, 0xffa0}, + {0x2c97, 0x0006, 0, 0xffa0}, }; bool device_ledger::connect(void) { |