Skip to content

Commit

Permalink
misc fixes, comments
Browse files Browse the repository at this point in the history
  • Loading branch information
RehabMan committed Jul 31, 2014
1 parent 2fce3c5 commit 4fae632
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
1 change: 1 addition & 0 deletions battery/battery_Clevo-P15SM.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

# works for:
# Clevo P15SM
# Clevo P150SM

# Use this patch if your _BST method returns invalid data when discharging.

Expand Down
1 change: 1 addition & 0 deletions battery/battery_Dell-Vostro-15xx.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
# Alienware m14xr1
# Dell Inspiron 15R N5521
# Dell 3521
# Dell XPS 12 9q33

into method label B1B2 remove_entry;
into definitionblock code_regex . insert
Expand Down
18 changes: 10 additions & 8 deletions syntax/fix_PLD.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ end;

#

into_all all code_regex (Name\s*\(_PLD,\s*)Package(\s\([^\)].*\)[^\)]*) replaceall_matched
begin
%1Package() { Buffer%2 }
end;
# REVIEW: below is causing issues...
#into_all all code_regex (Name\s*\(_PLD,\s*)Package(\s\([^\)].*\)[^\)]*) replaceall_matched
#begin
#%1Package() { Buffer%2 }
#end;

#into_all all code_regex (Return\s)\(Package(\s\(0x10\)[^\)]*) replaceall_matched
#begin
#%1(Package() { Buffer%2}
#end;

into_all all code_regex (Return\s)\(Package(\s\(0x10\)[^\)]*) replaceall_matched
begin
%1(Package() { Buffer%2}
end;

0 comments on commit 4fae632

Please sign in to comment.