diff options
author | Roy Marples <uberlord@gentoo.org> | 2006-06-27 09:51:45 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2006-06-27 09:51:45 +0000 |
commit | 02ce49edc32eb4f2ab4d56e08acda40bbde3aee8 (patch) | |
tree | 9714ef64c9c479f4546d0570116becaed1bc3b3b /app-laptop/hdapsd/files | |
parent | Fix cachecheck to make it work with autoconf-2.60, thanks to flameeyes, bug 1... (diff) | |
download | gentoo-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.patch | 10 |
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 } + }; + |