diff options
author | 2007-02-13 16:47:26 +0000 | |
---|---|---|
committer | 2007-02-13 16:47:26 +0000 | |
commit | 456f1daa62f921ba66c82b6869aea927f20d800d (patch) | |
tree | 2e9874e048afbdfed484dab47427d08b4a770702 /app-laptop/acpi4asus/files | |
parent | Stable on amd64/x86 wrt bug #166528. (diff) | |
download | gentoo-2-456f1daa62f921ba66c82b6869aea927f20d800d.tar.gz gentoo-2-456f1daa62f921ba66c82b6869aea927f20d800d.tar.bz2 gentoo-2-456f1daa62f921ba66c82b6869aea927f20d800d.zip |
Fixing the compilation against 2.6.20 (#166288 thanks to Cyril Romain <cyrilromain at yahoo.fr>), fixing the BUILD_PARAMS to use the selected kernel and *not* the running one.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-laptop/acpi4asus/files')
-rw-r--r-- | app-laptop/acpi4asus/files/acpi4asus-0.32-2.6.20.patch | 13 | ||||
-rw-r--r-- | app-laptop/acpi4asus/files/digest-acpi4asus-0.32-r1 | 3 |
2 files changed, 16 insertions, 0 deletions
diff --git a/app-laptop/acpi4asus/files/acpi4asus-0.32-2.6.20.patch b/app-laptop/acpi4asus/files/acpi4asus-0.32-2.6.20.patch new file mode 100644 index 000000000000..0fb6fef0eaeb --- /dev/null +++ b/app-laptop/acpi4asus/files/acpi4asus-0.32-2.6.20.patch @@ -0,0 +1,13 @@ +Index: acpi4asus-0.32/driver/asus_acpi.c +=================================================================== +--- acpi4asus-0.32.orig/driver/asus_acpi.c ++++ acpi4asus-0.32/driver/asus_acpi.c +@@ -2092,7 +2092,7 @@ static int __init asus_acpi_init(void) + } + + #ifdef CONFIG_ACPI_ASUS_NEW_BACKLIGHT +- bd = backlight_device_register ("asus", NULL, &asusbl_data); ++ bd = backlight_device_register ("asus", NULL, NULL, &asusbl_data); + + if (IS_ERR (bd)) { + printk(KERN_ERR "Could not register asus backlight device\n"); diff --git a/app-laptop/acpi4asus/files/digest-acpi4asus-0.32-r1 b/app-laptop/acpi4asus/files/digest-acpi4asus-0.32-r1 new file mode 100644 index 000000000000..661b37350d93 --- /dev/null +++ b/app-laptop/acpi4asus/files/digest-acpi4asus-0.32-r1 @@ -0,0 +1,3 @@ +MD5 4a75c5bbf51ffe7deef99bd2d84007b2 acpi4asus-0.32.tar.bz2 32043 +RMD160 253564a1ecb40649100637ecf02e76fb230b39cf acpi4asus-0.32.tar.bz2 32043 +SHA256 852482d59f66d2f918a223e27b169d8835efa38a573cfad584d484ef1cffaa09 acpi4asus-0.32.tar.bz2 32043 |