android_kernel_samsung_msm8976/drivers/media/video/usbvision
Trent Piepho 3153bd91bf V4L/DVB (5525): Usbvision: fix confusion over 7-bit vs 8-bit TDDA9887 addresses
The code was testing an 8-bit address against a 7-bit address.  Will the
confusion of the two never cease?
Biggest flaw of the I2C protocol:  the R/W bit is the LSB instead of the
MSB.  No one can ever agree if addresses are 7-bits and the R/W bit
follows them, or if they are 8-bit and the R/W bit is OR-ed into the
address byte.  If the R/W bit was first, it wouldn't make any difference!

Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2007-04-27 15:45:40 -03:00
..
Kconfig V4L/DVB (5206): Usbvision: set alternate interface modification 2007-02-21 13:35:19 -02:00
Makefile V4L/DVB (4937): Usbvision cleanup and code reorganization 2006-12-10 09:22:49 -02:00
usbvision-cards.c V4L/DVB (5518): Fix a bug on device detection 2007-04-27 15:45:35 -03:00
usbvision-cards.h V4L/DVB (5518): Fix a bug on device detection 2007-04-27 15:45:35 -03:00
usbvision-core.c V4L/DVB (5522): Usbvision: i2c function cleanups 2007-04-27 15:45:37 -03:00
usbvision-i2c.c V4L/DVB (5525): Usbvision: fix confusion over 7-bit vs 8-bit TDDA9887 addresses 2007-04-27 15:45:40 -03:00
usbvision-video.c V4L/DVB (5523): Usbvision: fix a debug message in usb probe function 2007-04-27 15:45:38 -03:00
usbvision.h V4L/DVB (5522): Usbvision: i2c function cleanups 2007-04-27 15:45:37 -03:00