Skip to content

Commit

Permalink
Merge pull request #2473 from OPAE/rchriste/fpgad-n5010
Browse files Browse the repository at this point in the history
fpgad: fix error in sysfs path to match N5010
  • Loading branch information
rchriste1 committed Feb 10, 2022
2 parents b333cac + efc4044 commit f122bbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions binaries/fpgad/plugins/fpgad-vc/fpgad-vc.c
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,8 @@ STATIC const char *glob_patterns[] = {
"*-hwmon.*.auto/hwmon/hwmon*/*_label",
"/sys/bus/pci/devices/%s/fpga_region/region*/dfl-fme.*/"
"dfl_dev.*/*-hwmon.*.auto/hwmon/hwmon*/*_label",
"/sys/bus/pci/devices/%s/fpga_region/region*/dfl-fme.*/"
"dfl_dev.*/spi*/spi*/spi*/*-hwmon.*.auto/hwmon/hwmon*/*_label",
NULL
};

Expand Down

0 comments on commit f122bbc

Please sign in to comment.