Skip to content

Commit

Permalink
V4L/DVB (8500): zr36067: Load the avs6eyes chip drivers automatically
Browse files Browse the repository at this point in the history
This enables the avs6eyes to load the bt866 and ks0127 drivers
automatically.

Signed-off-by: Martin Samuelsson <sam.linux.kernel@gmail.com>
Acked-by: Ronald Bultje <rbultje@ronald.bitfreak.net>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Martin Samuelsson authored and Mauro Carvalho Chehab committed Jul 26, 2008
1 parent 85b9b8a commit ed1aedb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 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 ed1aedb

Please sign in to comment.