Skip to content

Commit

Permalink
specialix: Auto-load specialix module when device opened.
Browse files Browse the repository at this point in the history
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: Scott James Remnant <[email protected]>
Signed-off-by: Tim Gardner <[email protected]>
Signed-off-by: Alan Cox <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Scott James Remnant authored and torvalds committed Apr 6, 2009
1 parent 9f56fad commit 5350d3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/char/specialix.c
Original file line number Diff line number Diff line change
Expand Up @@ -2365,3 +2365,4 @@ module_init(specialix_init_module);
module_exit(specialix_exit_module);

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

0 comments on commit 5350d3b

Please sign in to comment.