More Sapphire GPU work
This commit is contained in:
parent
f4872c52bd
commit
607d83b795
4 changed files with 43 additions and 4 deletions
|
|
@ -20,9 +20,12 @@ bool TestForSapphireGPUController(i2c_smbus_interface* bus, unsigned char addres
|
|||
bool pass = false;
|
||||
int res;
|
||||
|
||||
//TODO - detection
|
||||
if(bus->i2c_smbus_read_byte_data(address, 0x06) == 0xCC)
|
||||
{
|
||||
pass = true;
|
||||
}
|
||||
|
||||
return(false);
|
||||
return(false); //TODO - better detection, leaving disabled for now
|
||||
|
||||
} /* TestForSapphireGPUController() */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue