From cd4a85bab390f3370848bc6394ea1c3227e15336 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Wed, 31 Jan 2007 14:12:37 +0000 Subject: Merged revisions 2043 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2043 | kpfleming | 2007-01-31 08:06:34 -0600 (Wed, 31 Jan 2007) | 4 lines fix up author email addresses use the kernel's built-in support for module aliases instead of manually doing it in modprobe.conf or equivalent add wctdm8xxp alias for wctdm24xxp ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2044 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- wctdm24xxp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'wctdm24xxp.c') diff --git a/wctdm24xxp.c b/wctdm24xxp.c index 8752c17..d0430ea 100644 --- a/wctdm24xxp.c +++ b/wctdm24xxp.c @@ -3577,12 +3577,12 @@ MODULE_PARM(dtmfthreshold, "i"); #endif MODULE_DESCRIPTION("Wildcard TDM2400P/TDM800P Zaptel Driver"); MODULE_AUTHOR("Mark Spencer "); +#if defined(MODULE_ALIAS) +MODULE_ALIAS("wctdm8xxp"); +#endif #ifdef MODULE_LICENSE MODULE_LICENSE("GPL"); #endif module_init(wctdm_init); module_exit(wctdm_cleanup); - - - -- cgit v1.2.3