diff options
author | Benjamin Tissoires <[email protected]> | 2012-12-04 16:27:42 +0100 |
---|---|---|
committer | Jiri Kosina <[email protected]> | 2012-12-05 10:52:16 +0100 |
commit | 24ebb37e6515d999bb27f5f8de6ff30faa7479f5 (patch) | |
tree | b2de3d16778c59b714ef603bee4c1e0d6bbdf497 | |
parent | 3c62602434c13744df62b3ab0ab7950cd36f24db (diff) |
HID: i2c-hid: change I2C name
no I2C driver has "i2c" in its name. It makes more sense to call this
i2c driver "hid".
Signed-off-by: Benjamin Tissoires <[email protected]>
Reviewed-by: Jean Delvare <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
-rw-r--r-- | drivers/hid/i2c-hid/i2c-hid.c | 2 |
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) static SIMPLE_DEV_PM_OPS(i2c_hid_pm, i2c_hid_suspend, i2c_hid_resume); static const struct i2c_device_id i2c_hid_id_table[] = { - { "i2c_hid", 0 }, + { "hid", 0 }, { }, }; MODULE_DEVICE_TABLE(i2c, i2c_hid_id_table); |