aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/hid/i2c-hid/i2c-hid.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/i2c-hid/i2c-hid.c b/drivers/hid/i2c-hid/i2c-hid.c
index b9216938a718..a2c6c985b673 100644
--- a/drivers/hid/i2c-hid/i2c-hid.c
+++ b/drivers/hid/i2c-hid/i2c-hid.c
@@ -1191,6 +1191,7 @@ static const struct dev_pm_ops i2c_hid_pm = {
1191 1191
1192static const struct i2c_device_id i2c_hid_id_table[] = { 1192static const struct i2c_device_id i2c_hid_id_table[] = {
1193 { "hid", 0 }, 1193 { "hid", 0 },
1194 { "hid-over-i2c", 0 },
1194 { }, 1195 { },
1195}; 1196};
1196MODULE_DEVICE_TABLE(i2c, i2c_hid_id_table); 1197MODULE_DEVICE_TABLE(i2c, i2c_hid_id_table);