git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08642e7
)
USB: convert drivers/hid/* to use module_usb_driver()
author
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 18 Nov 2011 17:49:34 +0000
(09:49 -0800)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 18 Nov 2011 17:49:34 +0000
(09:49 -0800)
This converts the drivers in drivers/hid/* to use the
module_usb_driver() macro which makes the code smaller and a bit
simpler.
Added bonus is that it removes some unneeded kernel log messages about
drivers loading and/or unloading.
Cc: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found