Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
Fix V3003
Browse files Browse the repository at this point in the history
  • Loading branch information
pashcovich committed Oct 27, 2017
1 parent 7ac3b79 commit 7bfa1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kernel/Libraries/Kernel.PCI/PCIDevice.cs
Expand Up @@ -653,7 +653,7 @@ public static String GetString(PCIDevice device)
{
return "SERCOS interface";
}
else if (device.Subclass == 0x03)
else if (device.Subclass == 0x09)
{
return "CANBUS";
}
Expand Down

0 comments on commit 7bfa1ca

Please sign in to comment.