提交 0f690ccf 编写于 作者: J Jiri Kosina

HID: hidraw: print message when succesfully initialized

Print a message when hidraw has been succesfully initialized.
Signed-off-by: NJiri Kosina <jkosina@suse.cz>
上级 cf5425bf
......@@ -581,6 +581,7 @@ int __init hidraw_init(void)
if (result < 0)
goto error_class;
printk(KERN_INFO "hidraw: raw HID events driver (C) Jiri Kosina\n");
out:
return result;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册