Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88069
b: refs/heads/master
c: c88133e
h: refs/heads/master
i:
  88067: a707b14
v: v3
  • Loading branch information
Steven Toth authored and Mauro Carvalho Chehab committed Apr 1, 2008
1 parent c0921fd commit 8844890
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 31c8cc9742daa6ffedf7ba8a9bc465b10dee4b52
refs/heads/master: c88133ecb3db2e3779d897abca960c450623a2a2
5 changes: 4 additions & 1 deletion trunk/drivers/media/video/cx23885/cx23885-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -347,10 +347,13 @@ void cx23885_card_setup(struct cx23885_dev *dev)
case CX23885_BOARD_HAUPPAUGE_HVR1250:
case CX23885_BOARD_HAUPPAUGE_HVR1500:
case CX23885_BOARD_HAUPPAUGE_HVR1500Q:
if (dev->i2c_bus[0].i2c_rc == 0)
hauppauge_eeprom(dev, eeprom+0x80);
break;
case CX23885_BOARD_HAUPPAUGE_HVR1800:
case CX23885_BOARD_HAUPPAUGE_HVR1800lp:
if (dev->i2c_bus[0].i2c_rc == 0)
hauppauge_eeprom(dev, eeprom+0x80);
hauppauge_eeprom(dev, eeprom+0xc0);
break;
}

Expand Down

0 comments on commit 8844890

Please sign in to comment.