Nick: icon E-mail: none Board: kb9028 Contents: diff --git a/edi.c b/edi.c index a2219ac6c426..bf0031e55cc9 100644 --- a/edi.c +++ b/edi.c @@ -23,8 +23,8 @@ static unsigned int edi_read_buffer_length = EDI_READ_BUFFER_LENGTH_DEFAULT; static const struct ene_chip ene_kb9012 = { - .hwversion = ENE_KB9012_HWVERSION, - .ediid = ENE_KB9012_EDIID, + .hwversion = 0xc0, + .ediid = 0x07, }; static void edi_write_cmd(unsigned char *cmd, unsigned short address, unsigned char data)