diff options
author | Bastien Nocera <hadess@hadess.net> | 2013-10-10 12:16:31 +0200 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2013-10-14 10:42:55 +0200 |
commit | c842f1a53ec5f1903bd911e0eee2383b0fc5503a (patch) | |
tree | a814d18ce3dfae9436a6c4e998cd324826907d60 /rules/95-upower-battery-recall-toshiba.rules | |
parent | 3ed22cd32b5b98b032dd6d9489acd13c65ede0f1 (diff) |
Remove obsolete battery recall properties
The recalls for that broken batch of Sony batteries dates back from
2006. All the batteries that could have been recalled have now
been recalled, and somebody particularly interested in supporting
them can match the batteries using the old rules file, in a
user session or a separate daemon.
Diffstat (limited to 'rules/95-upower-battery-recall-toshiba.rules')
-rw-r--r-- | rules/95-upower-battery-recall-toshiba.rules | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/rules/95-upower-battery-recall-toshiba.rules b/rules/95-upower-battery-recall-toshiba.rules deleted file mode 100644 index 8c7483f..0000000 --- a/rules/95-upower-battery-recall-toshiba.rules +++ /dev/null @@ -1,36 +0,0 @@ -############################################################################################################## -# Battery recall notices: Toshiba -# -# These are properties defining the behavior: -# UPOWER_RECALL_NOTICE -# UPOWER_RECALL_VENDOR -# UPOWER_RECALL_URL -# - -# only match power_supply devices -SUBSYSTEM!="power_supply", GOTO="up_battery_recall_toshiba_end" - -# only match batteries -ATTR{type}!="Battery", GOTO="up_battery_recall_toshiba_end" - -# only match correct manufacturer -ATTR{manufacturer}!="TOSHIBA", GOTO="up_battery_recall_toshiba_end" - -ATTR{model_name}=="PA3191U", ENV{UPOWER_RECALL_NOTICE}="1" -ATTR{model_name}=="PA3191U", ENV{UPOWER_RECALL_NOTICE}="1" -ATTR{model_name}=="PA3356U", ENV{UPOWER_RECALL_NOTICE}="1" -ATTR{model_name}=="PA3356U", ENV{UPOWER_RECALL_NOTICE}="1" -ATTR{model_name}=="PA3475U", ENV{UPOWER_RECALL_NOTICE}="1" -ATTR{model_name}=="PA3476U", ENV{UPOWER_RECALL_NOTICE}="1" -ATTR{model_name}=="PA3399U", ENV{UPOWER_RECALL_NOTICE}="1" -ATTR{model_name}=="PA3451U", ENV{UPOWER_RECALL_NOTICE}="1" -ATTR{model_name}=="PA3383U", ENV{UPOWER_RECALL_NOTICE}="1" -ATTR{model_name}=="PA3395U", ENV{UPOWER_RECALL_NOTICE}="1" -ATTR{model_name}=="PA3399U", ENV{UPOWER_RECALL_NOTICE}="1" -ATTR{model_name}=="PA3400U", ENV{UPOWER_RECALL_NOTICE}="1" -ATTR{model_name}=="PA3421U", ENV{UPOWER_RECALL_NOTICE}="1" - -ENV{UPOWER_RECALL_NOTICE}=="1", ENV{UPOWER_RECALL_VENDOR}="Toshiba", ENV{UPOWER_RECALL_URL}="http://bxinfo.toshiba.com/" - -LABEL="up_battery_recall_toshiba_end" - |