提交 b9c06659 编写于 作者: C Christian Lamparter 提交者: John W. Linville

p54spi: fix eeprom checksum

This patch corrects the bogus descriptor checksum of our
Nokia N8XX EEPROM blob.
Signed-off-by: NChristian Lamparter <chunkeey@googlemail.com>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 4e687b22
...@@ -671,7 +671,7 @@ static unsigned char p54spi_eeprom[] = { ...@@ -671,7 +671,7 @@ static unsigned char p54spi_eeprom[] = {
0xa8, 0x09, 0x25, 0x00, 0xf5, 0xff, 0xf9, 0xff, 0x00, 0x01, 0xa8, 0x09, 0x25, 0x00, 0xf5, 0xff, 0xf9, 0xff, 0x00, 0x01,
0x02, 0x00, 0x00, 0x00, /* PDR_END */ 0x02, 0x00, 0x00, 0x00, /* PDR_END */
0xa8, 0xf5 /* bogus data */ 0x67, 0x99,
}; };
#endif /* P54SPI_EEPROM_H */ #endif /* P54SPI_EEPROM_H */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册