summaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2009-11-17 09:43:48 +0000
committerRichard Hughes <richard@hughsie.com>2009-11-17 09:43:48 +0000
commita5551d4d04e3a1fa1772adfe38aee54799fe1371 (patch)
tree40e19c88cdf5a76175da1551d08c0d87c803f658 /rules
parent6199e901ea51b226b59889548a941e4402c6b3a7 (diff)
downloadupower-a5551d4d04e3a1fa1772adfe38aee54799fe1371.tar.gz
Fix the toshiba battery recal notices by matching up the double quotes properly
Diffstat (limited to 'rules')
-rw-r--r--rules/95-devkit-power-battery-recall-toshiba.rules12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/95-devkit-power-battery-recall-toshiba.rules b/rules/95-devkit-power-battery-recall-toshiba.rules
index 4a20a57..e3bff7b 100644
--- a/rules/95-devkit-power-battery-recall-toshiba.rules
+++ b/rules/95-devkit-power-battery-recall-toshiba.rules
@@ -16,12 +16,12 @@ ATTR{type}!="Battery", GOTO="dkp_battery_recall_toshiba_end"
# only match correct manufacturer
ATTR{manufacturer}!="TOSHIBA", GOTO="dkp_battery_recall_toshiba_end"
-ATTR{model_name}=="PA3465U, ENV{DKP_RECALL_NOTICE}="1"
-ATTR{model_name}=="PA3399U, ENV{DKP_RECALL_NOTICE}="1"
-ATTR{model_name}=="PA3400U, ENV{DKP_RECALL_NOTICE}="1"
-ATTR{model_name}=="PA3465U, ENV{DKP_RECALL_NOTICE}="1"
-ATTR{model_name}=="PA3399U, ENV{DKP_RECALL_NOTICE}="1"
-ATTR{model_name}=="PA3400U, ENV{DKP_RECALL_NOTICE}="1"
+ATTR{model_name}=="PA3465U", ENV{DKP_RECALL_NOTICE}="1"
+ATTR{model_name}=="PA3399U", ENV{DKP_RECALL_NOTICE}="1"
+ATTR{model_name}=="PA3400U", ENV{DKP_RECALL_NOTICE}="1"
+ATTR{model_name}=="PA3465U", ENV{DKP_RECALL_NOTICE}="1"
+ATTR{model_name}=="PA3399U", ENV{DKP_RECALL_NOTICE}="1"
+ATTR{model_name}=="PA3400U", ENV{DKP_RECALL_NOTICE}="1"
ENV{DKP_RECALL_NOTICE}=="1", ENV{DKP_RECALL_VENDOR}="Toshiba", ENV{DKP_RECALL_URL}="http://bxinfo.toshiba.com/"