summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <uberlord@gentoo.org>2006-06-27 09:51:45 +0000
committerRoy Marples <uberlord@gentoo.org>2006-06-27 09:51:45 +0000
commit02ce49edc32eb4f2ab4d56e08acda40bbde3aee8 (patch)
tree9714ef64c9c479f4546d0570116becaed1bc3b3b /app-laptop/hdapsd/files
parentFix cachecheck to make it work with autoconf-2.60, thanks to flameeyes, bug 1... (diff)
downloadgentoo-2-02ce49edc32eb4f2ab4d56e08acda40bbde3aee8.tar.gz
gentoo-2-02ce49edc32eb4f2ab4d56e08acda40bbde3aee8.tar.bz2
gentoo-2-02ce49edc32eb4f2ab4d56e08acda40bbde3aee8.zip
Added a kernel patch so --config can enable hdaps on my Z60m
(Portage version: 2.1.1_pre1-r3)
Diffstat (limited to 'app-laptop/hdapsd/files')
-rw-r--r--app-laptop/hdapsd/files/hdaps-Z60m.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/app-laptop/hdapsd/files/hdaps-Z60m.patch b/app-laptop/hdapsd/files/hdaps-Z60m.patch
new file mode 100644
index 000000000000..57c723c01b6a
--- /dev/null
+++ b/app-laptop/hdapsd/files/hdaps-Z60m.patch
@@ -0,0 +1,10 @@
+--- drivers/hwmon/hdaps.c 2006-06-26 09:37:31.131424200 +0100
++++ drivers/hwmon/hdaps.c 2006-06-26 09:39:49.000000000 +0100
+@@ -539,6 +539,7 @@
+ HDAPS_DMI_MATCH_NORMAL("ThinkPad X41 Tablet"),
+ HDAPS_DMI_MATCH_NORMAL("ThinkPad X41"),
+ HDAPS_DMI_MATCH_LENOVO("ThinkPad X60"),
++ HDAPS_DMI_MATCH_NORMAL("ThinkPad Z60m"),
+ { .ident = NULL }
+ };
+