diff --git a/src/preferences/devices/ConfigurationWindow.cpp b/src/preferences/devices/ConfigurationWindow.cpp index 835ac8a743..3f3a8fc36b 100644 --- a/src/preferences/devices/ConfigurationWindow.cpp +++ b/src/preferences/devices/ConfigurationWindow.cpp @@ -529,6 +529,13 @@ ConfigurationWindow::InitWindow(void) vendor = string; sprintf(string, "%04lx", devicesInfo->GetInfo()->id[1] & 0xffff); cardID = string; + + for (uint32 i=0; iGetInfo()->id[0] & 0xffff && + PciDevTable[i].DevId == devicesInfo->GetInfo()->id[1] & 0xffff) { + cardName = PciDevTable[i].ChipDesc; + break; + } } break; case B_PCMCIA_BUS: vendor = "XX"; break;