remember which devices were scanned on which bus and set them accordingly.

This commit is contained in:
Thomas Göttgens
2022-11-12 17:12:40 +01:00
parent 7a67388a97
commit 861ded37db
23 changed files with 177 additions and 119 deletions

View File

@@ -10,7 +10,7 @@ CardKbI2cImpl::CardKbI2cImpl() :
void CardKbI2cImpl::init()
{
if (cardkb_found != CARDKB_ADDR)
if (i2cScanMap[CARDKB_ADDR].addr != CARDKB_ADDR)
{
// Input device is not detected.
return;