mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 05:06:44 +07:00
V4L/DVB (8500): zr36067: Load the avs6eyes chip drivers automatically
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>
This commit is contained in:
parent
85b9b8a444
commit
ed1aedb136
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user