From: Marcel Holtmann Date: Sun, 1 Sep 2013 18:02:46 +0000 (-0700) Subject: HID: uhid: add devname module alias X-Git-Tag: v3.11.5~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dfe194e32d837b34ac62e06e6357e21442ba009;p=thirdparty%2Fkernel%2Fstable.git HID: uhid: add devname module alias commit 60cbd53e4bf623fe978e6f23a6da642e730fde3a upstream. For simple device node creation, add the devname module alias. Signed-off-by: Marcel Holtmann Reviewed-by: David Herrmann Signed-off-by: Jiri Kosina Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/hid/uhid.c b/drivers/hid/uhid.c index fc307e0422afc..9ab7dfc6c72cf 100644 --- a/drivers/hid/uhid.c +++ b/drivers/hid/uhid.c @@ -659,3 +659,4 @@ module_exit(uhid_exit); MODULE_LICENSE("GPL"); MODULE_AUTHOR("David Herrmann "); MODULE_DESCRIPTION("User-space I/O driver support for HID subsystem"); +MODULE_ALIAS("devname:" UHID_NAME);