fix detection of 3114 chipset
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18812 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -140,7 +140,7 @@ controller_supports(device_node_handle parent, bool *_noConnection)
|
|||||||
// check, whether bus, vendor and device ID match
|
// check, whether bus, vendor and device ID match
|
||||||
if (strcmp(bus, "pci") != 0
|
if (strcmp(bus, "pci") != 0
|
||||||
|| (vendorID != 0x1095)
|
|| (vendorID != 0x1095)
|
||||||
|| (deviceID != 0x3112 && deviceID != 3114)) {
|
|| (deviceID != 0x3112 && deviceID != 0x3114)) {
|
||||||
free(bus);
|
free(bus);
|
||||||
return 0.0;
|
return 0.0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user