* [PATCH] HID: uhid: add devname module alias
@ 2013-09-01 18:02 Marcel Holtmann
2013-09-01 18:36 ` David Herrmann
0 siblings, 1 reply; 4+ messages in thread
From: Marcel Holtmann @ 2013-09-01 18:02 UTC (permalink / raw)
To: dh.herrmann, jkosina; +Cc: linux-input
For simple device node creation, add the devname module alias.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
---
drivers/hid/uhid.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/hid/uhid.c b/drivers/hid/uhid.c
index fc307e0..9ab7dfc 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 <dh.herrmann@gmail.com>");
MODULE_DESCRIPTION("User-space I/O driver support for HID subsystem");
+MODULE_ALIAS("devname:" UHID_NAME);
--
1.8.3.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] HID: uhid: add devname module alias
2013-09-01 18:02 [PATCH] HID: uhid: add devname module alias Marcel Holtmann
@ 2013-09-01 18:36 ` David Herrmann
2013-09-02 11:28 ` Jiri Kosina
0 siblings, 1 reply; 4+ messages in thread
From: David Herrmann @ 2013-09-01 18:36 UTC (permalink / raw)
To: Marcel Holtmann; +Cc: David Herrmann, Jiri Kosina, open list:HID CORE LAYER
Hi
On Sun, Sep 1, 2013 at 8:02 PM, Marcel Holtmann <marcel@holtmann.org> wrote:
> For simple device node creation, add the devname module alias.
Yepp, looks good. uinput already has it, so:
Reviewed-by: David Herrmann <dh.herrmann@gmail.com>
Thanks
David
> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
> ---
> drivers/hid/uhid.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/hid/uhid.c b/drivers/hid/uhid.c
> index fc307e0..9ab7dfc 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 <dh.herrmann@gmail.com>");
> MODULE_DESCRIPTION("User-space I/O driver support for HID subsystem");
> +MODULE_ALIAS("devname:" UHID_NAME);
> --
> 1.8.3.1
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] HID: uhid: add devname module alias
@ 2013-08-27 5:07 Marcel Holtmann
0 siblings, 0 replies; 4+ messages in thread
From: Marcel Holtmann @ 2013-08-27 5:07 UTC (permalink / raw)
To: linux-input
For simple device node creation, add the devname module alias.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
---
drivers/hid/uhid.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/hid/uhid.c b/drivers/hid/uhid.c
index fc307e0..9ab7dfc 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 <dh.herrmann@gmail.com>");
MODULE_DESCRIPTION("User-space I/O driver support for HID subsystem");
+MODULE_ALIAS("devname:" UHID_NAME);
--
1.8.3.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-09-02 11:28 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-01 18:02 [PATCH] HID: uhid: add devname module alias Marcel Holtmann
2013-09-01 18:36 ` David Herrmann
2013-09-02 11:28 ` Jiri Kosina
-- strict thread matches above, loose matches on Subject: below --
2013-08-27 5:07 Marcel Holtmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).