[kernel] r10944 - in dists/trunk/linux-2.6/debian/patches: bugfix/arm series
Gordon Farquharson
gordon-guest at alioth.debian.org
Sun Mar 23 05:39:47 UTC 2008
Author: gordon-guest
Date: Sun Mar 23 05:39:46 2008
New Revision: 10944
Log:
arm/ixp4xx: Add patch to MODULE_ALIAS in ixp4xx-beeper so that udev
loads the module automatically.
Added:
dists/trunk/linux-2.6/debian/patches/bugfix/arm/ixp4xx-beeper-add-module_alias.patch
Modified:
dists/trunk/linux-2.6/debian/patches/series/1~experimental.1
Added: dists/trunk/linux-2.6/debian/patches/bugfix/arm/ixp4xx-beeper-add-module_alias.patch
==============================================================================
--- (empty file)
+++ dists/trunk/linux-2.6/debian/patches/bugfix/arm/ixp4xx-beeper-add-module_alias.patch Sun Mar 23 05:39:46 2008
@@ -0,0 +1,12 @@
+diff --git a/drivers/input/misc/ixp4xx-beeper.c b/drivers/input/misc/ixp4xx-beeper.c
+index d2ade74..798d84c 100644
+--- a/drivers/input/misc/ixp4xx-beeper.c
++++ b/drivers/input/misc/ixp4xx-beeper.c
+@@ -25,6 +25,7 @@
+ MODULE_AUTHOR("Alessandro Zummo <a.zummo at towertech.it>");
+ MODULE_DESCRIPTION("ixp4xx beeper driver");
+ MODULE_LICENSE("GPL");
++MODULE_ALIAS("platform:ixp4xx-beeper");
+
+ static DEFINE_SPINLOCK(beep_lock);
+
Modified: dists/trunk/linux-2.6/debian/patches/series/1~experimental.1
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/series/1~experimental.1 (original)
+++ dists/trunk/linux-2.6/debian/patches/series/1~experimental.1 Sun Mar 23 05:39:46 2008
@@ -35,3 +35,4 @@
+ bugfix/all/rtc-x1205-new-style-conversion.patch
+ bugfix/all/rtc-x1205-new-style-conversion-checkpatch-fixes.patch
+ bugfix/all/file2alias-cross-compile-fix.patch
++ bugfix/arm/ixp4xx-beeper-add-module_alias.patch
More information about the Kernel-svn-changes
mailing list