Add VideoLogic (ImgTec) PCI ID
This commit is contained in:
parent
1705d15d6f
commit
11057649ee
|
@ -185,6 +185,9 @@ Vendor TranslatePCIVendorID(u32 vendor_id)
|
|||
case 0x5143:
|
||||
return VENDOR_QUALCOMM;
|
||||
|
||||
case 0x1010:
|
||||
return VENDOR_IMGTEC;
|
||||
|
||||
default:
|
||||
return VENDOR_UNKNOWN;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue