Merge pull request #8775
1b27fcd
device: Add ledger Stax device id to device detection (Francois Beutin)
This commit is contained in:
commit
f307621678
|
@ -530,6 +530,7 @@ namespace hw {
|
||||||
{0x2c97, 0x0001, 0, 0xffa0},
|
{0x2c97, 0x0001, 0, 0xffa0},
|
||||||
{0x2c97, 0x0004, 0, 0xffa0},
|
{0x2c97, 0x0004, 0, 0xffa0},
|
||||||
{0x2c97, 0x0005, 0, 0xffa0},
|
{0x2c97, 0x0005, 0, 0xffa0},
|
||||||
|
{0x2c97, 0x0006, 0, 0xffa0},
|
||||||
};
|
};
|
||||||
|
|
||||||
bool device_ledger::connect(void) {
|
bool device_ledger::connect(void) {
|
||||||
|
|
Loading…
Reference in New Issue