kinfocenter: handle PCI serial port type

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2021-09-02 17:24:32 +03:00
parent 9748c4adf5
commit bafda063cc

View file

@ -840,6 +840,8 @@ QVListLayout *SolSerialDevice::infoPanelLayout()
type = i18nc("platform serial interface type", "Platform"); break;
case Solid::SerialInterface::Usb:
type = i18n("USB"); break;
case Solid::SerialInterface::Pci:
type = i18n("PCI"); break;
default:
type = i18nc("unknown serial interface type", "Unknown");
}