diff options
-rw-r--r-- | drivers/hid/i2c-hid/i2c-hid.c | 1 |
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 | ||
1192 | static const struct i2c_device_id i2c_hid_id_table[] = { | 1192 | static const struct i2c_device_id i2c_hid_id_table[] = { |
1193 | { "hid", 0 }, | 1193 | { "hid", 0 }, |
1194 | { "hid-over-i2c", 0 }, | ||
1194 | { }, | 1195 | { }, |
1195 | }; | 1196 | }; |
1196 | MODULE_DEVICE_TABLE(i2c, i2c_hid_id_table); | 1197 | MODULE_DEVICE_TABLE(i2c, i2c_hid_id_table); |