Only read Nvidia i2c devices

This commit is contained in:
2025-02-01 00:29:48 -08:00
parent 73f7038eaa
commit afdddabc0c
2 changed files with 16 additions and 4 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ struct card_info {
char *card_name;
char *pci_id;
char *i2c_dev_path;
int fd;
int i2c_fd;
};
struct gpu_pci_info {