Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5350d3ba authored by Scott James Remnant's avatar Scott James Remnant Committed by Linus Torvalds
Browse files

specialix: Auto-load specialix module when device opened.



The specialix module is missing the char-major-75-* alias that would
cause it to be auto-loaded when a device of that type is opened.  This
patch adds the alias.

Signed-off-by: default avatarScott James Remnant <scott@canonical.com>
Signed-off-by: default avatarTim Gardner <tim.gardner@canonical.com>
Signed-off-by: default avatarAlan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 9f56fad7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2365,3 +2365,4 @@ module_init(specialix_init_module);
module_exit(specialix_exit_module);

MODULE_LICENSE("GPL");
MODULE_ALIAS_CHARDEV_MAJOR(SPECIALIX_NORMAL_MAJOR);