diff options
Diffstat (limited to 'kmilo/kmilo_kvaio/README.sonypi.h')
-rw-r--r-- | kmilo/kmilo_kvaio/README.sonypi.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/kmilo/kmilo_kvaio/README.sonypi.h b/kmilo/kmilo_kvaio/README.sonypi.h new file mode 100644 index 0000000..5940b38 --- /dev/null +++ b/kmilo/kmilo_kvaio/README.sonypi.h @@ -0,0 +1,18 @@ +(C) 2003, 2004: Mirko Boehm <mirko@kde.org> +Licensed under the terms of the LGPL. + +This file explains the bad hack of copying the sonypi.h header file into this +directory: +----------------------------------------------------------------------------- + +Along with glibc, an outdated header snapshot is installed. The event +definitions in include/linux/sonypi.h in newer kernels differ too much from +it. Since the code shipped here depends on the proper event definitions, I +decided to ship a copy of a more up to date include file here. + +The solution is not optimal, but it works, and I try to keep the files in this +directory up to date. + +If somebody knows a better solution, please let me know at mirko@kde.org. + + |