Skip to content

Commit

Permalink
HID: hidraw: print message when succesfully initialized
Browse files Browse the repository at this point in the history
Print a message when hidraw has been succesfully initialized.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Jiri Kosina committed Feb 19, 2013
1 parent cf5425b commit 0f690cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/hid/hidraw.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 0f690cc

Please sign in to comment.