Skip to content

Commit 379c39d

Browse files
committed
GPU (Haiku): change the path of pci.ids to hwdata
1 parent f2a41b8 commit 379c39d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/detection/gpu/gpu_pci.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ static const FFstrbuf* loadPciIds()
4646
#elif __sun
4747
ffReadFileBuffer(FASTFETCH_TARGET_DIR_ROOT "/usr/share/hwdata/pci.ids", &pciids);
4848
#elif __HAIKU__
49-
ffReadFileBuffer(FASTFETCH_TARGET_DIR_ROOT "/system/data/pciutils/pci.ids", &pciids);
49+
ffReadFileBuffer(FASTFETCH_TARGET_DIR_ROOT "/system/data/hwdata/pci.ids", &pciids);
5050
#endif
5151

5252
#endif // FF_CUSTOM_PCI_IDS_PATH

0 commit comments

Comments
 (0)