From: Marcel Holtmann Date: Sun, 1 Sep 2013 18:02:46 +0000 (-0700) Subject: HID: uhid: add devname module alias X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=60cbd53e4bf623fe978e6f23a6da642e730fde3a;p=linux-beck.git HID: uhid: add devname module alias For simple device node creation, add the devname module alias. Signed-off-by: Marcel Holtmann Reviewed-by: David Herrmann Signed-off-by: Jiri Kosina --- diff --git a/drivers/hid/uhid.c b/drivers/hid/uhid.c index fc307e0422af..9ab7dfc6c72c 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);