aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/hid/i2c-hid/i2c-hid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/i2c-hid/i2c-hid.c b/drivers/hid/i2c-hid/i2c-hid.c
index 67ab5b7b64d8..0fbb22906806 100644
--- a/drivers/hid/i2c-hid/i2c-hid.c
+++ b/drivers/hid/i2c-hid/i2c-hid.c
@@ -949,7 +949,7 @@ static int i2c_hid_resume(struct device *dev)
949static SIMPLE_DEV_PM_OPS(i2c_hid_pm, i2c_hid_suspend, i2c_hid_resume); 949static SIMPLE_DEV_PM_OPS(i2c_hid_pm, i2c_hid_suspend, i2c_hid_resume);
950 950
951static const struct i2c_device_id i2c_hid_id_table[] = { 951static const struct i2c_device_id i2c_hid_id_table[] = {
952 { "i2c_hid", 0 }, 952 { "hid", 0 },
953 { }, 953 { },
954}; 954};
955MODULE_DEVICE_TABLE(i2c, i2c_hid_id_table); 955MODULE_DEVICE_TABLE(i2c, i2c_hid_id_table);