rpms/kernel/devel linux-2.6-dcdbas-autoload.patch, NONE, 1.1 kernel.spec, 1.242, 1.243

Chuck Ebbert (cebbert) fedora-extras-commits at redhat.com
Thu Nov 15 20:09:46 UTC 2007


Author: cebbert

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2331

Modified Files:
	kernel.spec 
Added Files:
	linux-2.6-dcdbas-autoload.patch 
Log Message:
* Thu Nov 15 2007 Chuck Ebbert <cebbert at redhat.com>
- Add DMI based autoloading for the Dell dcdbas driver (#248257)


linux-2.6-dcdbas-autoload.patch:

--- NEW FILE linux-2.6-dcdbas-autoload.patch ---
diff --git a/drivers/firmware/dcdbas.c b/drivers/firmware/dcdbas.c
index 18cdcb3..1636806 100644
--- a/drivers/firmware/dcdbas.c
+++ b/drivers/firmware/dcdbas.c
@@ -658,4 +658,5 @@ MODULE_DESCRIPTION(DRIVER_DESCRIPTION " (version " DRIVER_VERSION ")");
 MODULE_VERSION(DRIVER_VERSION);
 MODULE_AUTHOR("Dell Inc.");
 MODULE_LICENSE("GPL");
-
+/* Any System or BIOS claiming to be by Dell */
+MODULE_ALIAS("dmi:*:[bs]vnD[Ee][Ll][Ll]*:*");


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.242
retrieving revision 1.243
diff -u -r1.242 -r1.243
--- kernel.spec	15 Nov 2007 19:28:23 -0000	1.242
+++ kernel.spec	15 Nov 2007 20:09:13 -0000	1.243
@@ -625,6 +625,7 @@
 Patch1504: linux-2.6-xfs-optimize-away-realtime-tests.patch
 Patch1509: linux-2.6-xfs-setfattr-32bit-compat.patch
 Patch1515: linux-2.6-lirc.patch
+Patch1520: linux-2.6-dcdbas-autoload.patch
 
 #nouveau + drm fixes
 Patch1801: nouveau-drm.patch
@@ -1110,6 +1111,9 @@
 # http://www.lirc.org/
 #ApplyPatch linux-2.6-lirc.patch
 
+# DMI autoloading for dcdbas driver
+ApplyPatch linux-2.6-dcdbas-autoload.patch
+
 ApplyPatch linux-2.6-e1000-corrupt-eeprom-checksum.patch
 
 # ---------- below all scheduled for 2.6.24 -----------------
@@ -1669,6 +1673,9 @@
 %kernel_variant_files -a /%{image_install_path}/xen*-%{KVERREL} -e /etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf %{with_xen} xen
 
 %changelog
+* Thu Nov 15 2007 Chuck Ebbert <cebbert at redhat.com>
+- Add DMI based autoloading for the Dell dcdbas driver (#248257)
+
 * Thu Nov 15 2007 Dave Jones <davej at redhat.com>
 - Change 'make prep' so that vanilla/ is always the latest upstream.
 




More information about the fedora-extras-commits mailing list