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