[PATCH] correct the i2c address of saa7111
commitea40a8d8ff12004f27bcdeb8c36ed49dd5209f29
authorMichael Hunold <hunold@convergence.de>
Mon, 23 Jun 2003 05:48:44 +0000 (22 22:48 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Mon, 23 Jun 2003 05:48:44 +0000 (22 22:48 -0700)
treec661819108f1827aec1055468ad796f7dba1eeaf
parent774d188811564cab0d501100e77810ce283c89bf
[PATCH] correct the i2c address of saa7111

 - this patch corrects the i2c address from "34>>1" to 0x24 and 0x25.

   Believe me -- or look at the data sheet, for example from

    http://www.gdv.uni-hannover.de/~hunold1/linux/saa7146/specs/saa7111a.pdf

   Page 41 says: "Slave address read = 49H or 4BH; note 2 write = 48H or
   4AH" They use 8-bit addresses here, but i2c addresses are 7-bit, ie.
   0x48>>1 == 0x24 and 0x4a>>1 = 0x25
drivers/media/video/saa7111.c