aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2023-03-18 18:21:25 -0400
committerluigi1111 <luigi1111w@gmail.com>2023-03-18 18:21:25 -0400
commitd7821a02c43aee32ae39e0809736d1be41ddf7ba (patch)
tree00e6936c70af186f8326442fe0b80a41001c507d
parentMerge pull request #8746 (diff)
parentdevice: Add ledger Stax device id to device detection (diff)
downloadmonero-d7821a02c43aee32ae39e0809736d1be41ddf7ba.tar.xz
Merge pull request #8779
14de562 device: Add ledger Stax device id to device detection (Francois Beutin)
-rw-r--r--src/device/device_ledger.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device/device_ledger.cpp b/src/device/device_ledger.cpp
index 8069c074e..a4b5f3ef0 100644
--- a/src/device/device_ledger.cpp
+++ b/src/device/device_ledger.cpp
@@ -526,6 +526,7 @@ namespace hw {
{0x2c97, 0x0001, 0, 0xffa0},
{0x2c97, 0x0004, 0, 0xffa0},
{0x2c97, 0x0005, 0, 0xffa0},
+ {0x2c97, 0x0006, 0, 0xffa0},
};
bool device_ledger::connect(void) {