Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Input: drv260x - add I2C IDs for all device variants

Add drv2604(L) and drv2605 to the list of supported I2C device IDs
for clarity.

Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
Link: https://patch.msgid.link/20260215141435.727872-2-jekhor@gmail.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Yauhen Kharuzhy and committed by
Dmitry Torokhov
c88c63f2 ffcdb685

+3
+3
drivers/input/misc/drv260x.c
··· 598 598 static DEFINE_SIMPLE_DEV_PM_OPS(drv260x_pm_ops, drv260x_suspend, drv260x_resume); 599 599 600 600 static const struct i2c_device_id drv260x_id[] = { 601 + { "drv2604" }, 602 + { "drv2604l" }, 603 + { "drv2605" }, 601 604 { "drv2605l" }, 602 605 { } 603 606 };