diff options
author | Marcel Holtmann <[email protected]> | 2013-09-01 11:02:46 -0700 |
---|---|---|
committer | Jiri Kosina <[email protected]> | 2013-09-02 13:28:07 +0200 |
commit | 60cbd53e4bf623fe978e6f23a6da642e730fde3a (patch) | |
tree | 8f1f30e5216ff12ca44181c31d655a0807354a70 | |
parent | 277fe44dd862412ee034470ad1c13a79d24e533b (diff) |
HID: uhid: add devname module alias
For simple device node creation, add the devname module alias.
Signed-off-by: Marcel Holtmann <[email protected]>
Reviewed-by: David Herrmann <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
-rw-r--r-- | drivers/hid/uhid.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <[email protected]>"); MODULE_DESCRIPTION("User-space I/O driver support for HID subsystem"); +MODULE_ALIAS("devname:" UHID_NAME); |