Did a lot of cleanup and bug fixing, trying to make this viable
Signed-off-by: Al Stone <ahs3@redhat.com>
This commit is contained in:
parent
0a14b68e60
commit
8cd89eeab0
9 changed files with 1112 additions and 39 deletions
12
kernel3.patch
Normal file
12
kernel3.patch
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
--- acpitool-0.5.1/src/acpitool.cpp 2009-08-13 14:37:48.000000000 -0500
|
||||
+++ acpitool-0.5.1/src/acpitool.cpp 2011-07-28 08:40:37.000000000 -0500
|
||||
@@ -205,8 +205,7 @@
|
||||
Kernel_24 = 1;
|
||||
Kernel_26 = 0;
|
||||
}
|
||||
-
|
||||
- if(strncmp(str,"2.6",3)==0)
|
||||
+ else
|
||||
{
|
||||
Kernel_24 = 0;
|
||||
Kernel_26 = 1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue