提交 7097d4cb 编写于 作者: B Benjamin Tissoires 提交者: Dmitry Torokhov

Input: wacom - assign phys field from struct wacom into input_dev

This field was not used for 9 years, it is time to assign it.
Signed-off-by: NBenjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
上级 3cb83157
......@@ -1127,6 +1127,7 @@ static int wacom_register_input(struct wacom *wacom)
}
input_dev->name = wacom_wac->name;
input_dev->phys = wacom->phys;
input_dev->dev.parent = &intf->dev;
input_dev->open = wacom_open;
input_dev->close = wacom_close;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册