diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-11-26 03:07:00 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-11-26 03:07:00 +0200 |
commit | 01e1606edbfa0206cc9d5f58cfd7687e7d3f101b (patch) | |
tree | 191f69189497ef81990c4a7aa9ebc81320d69e5f /x11-drivers/ati-drivers/files/ati-drivers-14.4-acpi.patch | |
parent | 057c7e79c9ecc7d95fff504bcf56850de342dc52 (diff) |
Upgraded ati drivers
Diffstat (limited to 'x11-drivers/ati-drivers/files/ati-drivers-14.4-acpi.patch')
-rw-r--r-- | x11-drivers/ati-drivers/files/ati-drivers-14.4-acpi.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-drivers/ati-drivers/files/ati-drivers-14.4-acpi.patch b/x11-drivers/ati-drivers/files/ati-drivers-14.4-acpi.patch new file mode 100644 index 00000000..0295307d --- /dev/null +++ b/x11-drivers/ati-drivers/files/ati-drivers-14.4-acpi.patch @@ -0,0 +1,12 @@ +--- work.orig/common/lib/modules/fglrx/build_mod/kcl_acpi.c ++++ work/common/lib/modules/fglrx/build_mod/kcl_acpi.c +@@ -981,7 +981,7 @@ int ATI_API_CALL KCL_ACPI_ParseTable(cha + { + return KCL_ACPI_ERROR; + } +-#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,9,1) ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,9,0) + ((acpi_tbl_table_handler)handler)(hdr); + #else + ((acpi_table_handler)handler)(hdr); + |