diff mbox

bttv: add i2c addr for old WinTV card to IR probe list

Message ID 20091202035836.GA2033@redhat.com (mailing list archive)
State Accepted
Delegated to: Douglas Landgraf
Headers show

Commit Message

Jarod Wilson Dec. 2, 2009, 3:58 a.m. UTC
None
diff mbox

Patch

diff -r e0cd9a337600 linux/drivers/media/video/bt8xx/bttv-i2c.c
--- a/linux/drivers/media/video/bt8xx/bttv-i2c.c	Sun Nov 29 12:08:02 2009 -0200
+++ b/linux/drivers/media/video/bt8xx/bttv-i2c.c	Tue Dec 01 11:23:17 2009 -0500
@@ -423,7 +423,7 @@ 
 		   That's why we probe 0x1a (~0x34) first. CB
 		*/
 		const unsigned short addr_list[] = {
-			0x1a, 0x18, 0x4b, 0x64, 0x30,
+			0x1a, 0x18, 0x4b, 0x64, 0x30, 0x71,
 			I2C_CLIENT_END
 		};