Searched refs:manu_id (Results 1 – 1 of 1) sorted by relevance
671 int dev_id, manu_id; in max6639_detect() local 678 manu_id = i2c_smbus_read_byte_data(client, MAX6639_REG_MANUID); in max6639_detect() 679 if (dev_id != 0x58 || manu_id != 0x4D) in max6639_detect()