Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106750
b: refs/heads/master
c: ed1aedb
h: refs/heads/master
v: v3
  • Loading branch information
Martin Samuelsson authored and Mauro Carvalho Chehab committed Jul 26, 2008
1 parent 02a87f1 commit 5f495b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 85b9b8a444413ea5706096df13012520ed6c5103
refs/heads/master: ed1aedb136ca42dfd70f5bef202d23994c1a3bae
6 changes: 6 additions & 0 deletions trunk/drivers/media/video/zoran_card.c
Original file line number Diff line number Diff line change
Expand Up @@ -355,9 +355,15 @@ i2cid_to_modulename (u16 i2c_id)
case I2C_DRIVERID_BT856:
name = "bt856";
break;
case I2C_DRIVERID_BT866:
name = "bt866";
break;
case I2C_DRIVERID_VPX3220:
name = "vpx3220";
break;
case I2C_DRIVERID_KS0127:
name = "ks0127";
break;
}

return name;
Expand Down

0 comments on commit 5f495b7

Please sign in to comment.