summaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
Diffstat (limited to 'rules')
-rw-r--r--rules/95-upower-battery-recall-dell.rules61
-rw-r--r--rules/95-upower-battery-recall-fujitsu.rules31
-rw-r--r--rules/95-upower-battery-recall-gateway.rules28
-rw-r--r--rules/95-upower-battery-recall-ibm.rules38
-rw-r--r--rules/95-upower-battery-recall-lenovo.rules24
-rw-r--r--rules/95-upower-battery-recall-toshiba.rules36
-rw-r--r--rules/Makefile.am6
7 files changed, 0 insertions, 224 deletions
diff --git a/rules/95-upower-battery-recall-dell.rules b/rules/95-upower-battery-recall-dell.rules
deleted file mode 100644
index 45c44e9..0000000
--- a/rules/95-upower-battery-recall-dell.rules
+++ /dev/null
@@ -1,61 +0,0 @@
-##############################################################################################################
-# Battery recall notices: Dell
-#
-# 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_dell_end"
-
-# only match batteries
-ATTR{type}!="Battery", GOTO="up_battery_recall_dell_end"
-
-# only match correct manufacturer
-ATTR{manufacturer}!="Dell", GOTO="up_battery_recall_dell_end"
-
-ATTR{model_name}=="1K055", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="C5446", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="F2100", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="KD494", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="W5915", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="Y1333", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="3K590", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="C6269", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="F5132", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="OR331", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="X5308", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="Y4500", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="5P474", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="C6270", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="GD785", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="M3006", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="X5329", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="Y5466", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="6P922", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="D2961", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="H3191", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="RD857", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="X5332", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="C2603", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="D5555", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="J1524", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="TD349", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="X5333", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="C5339", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="D6024", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="JD616", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="U5867", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="X5875", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="C5340", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="D6025", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="JD617", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="U5882", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="X5877", ENV{UPOWER_RECALL_NOTICE}="1"
-
-ENV{UPOWER_RECALL_NOTICE}=="1", ENV{UPOWER_RECALL_VENDOR}="Dell", ENV{UPOWER_RECALL_URL}="https://www.dellbatteryprogram.com"
-
-LABEL="up_battery_recall_dell_end"
-
diff --git a/rules/95-upower-battery-recall-fujitsu.rules b/rules/95-upower-battery-recall-fujitsu.rules
deleted file mode 100644
index 21e5f6d..0000000
--- a/rules/95-upower-battery-recall-fujitsu.rules
+++ /dev/null
@@ -1,31 +0,0 @@
-##############################################################################################################
-# Battery recall notices: Fujitsu
-#
-# 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_fujitsu_end"
-
-# only match batteries
-ATTR{type}!="Battery", GOTO="up_battery_recall_fujitsu_end"
-
-# only match correct manufacturer
-ATTR{manufacturer}!="Fujitsu", GOTO="up_battery_recall_fujitsu_end"
-
-ATTR{model_name}=="CP255100", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="CP255108", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="CP229720", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="CP229725", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="CP234003", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="CP234019", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="CP283030", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="CP267910", ENV{UPOWER_RECALL_NOTICE}="1"
-
-ENV{UPOWER_RECALL_NOTICE}=="1", ENV{UPOWER_RECALL_VENDOR}="Fujitsu", ENV{UPOWER_RECALL_URL}="http://www.computers.us.fujitsu.com/battery/"
-
-LABEL="up_battery_recall_fujitsu_end"
-
diff --git a/rules/95-upower-battery-recall-gateway.rules b/rules/95-upower-battery-recall-gateway.rules
deleted file mode 100644
index b788779..0000000
--- a/rules/95-upower-battery-recall-gateway.rules
+++ /dev/null
@@ -1,28 +0,0 @@
-##############################################################################################################
-# Battery recall notices: Gateway
-#
-# 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_gateway_end"
-
-# only match batteries
-ATTR{type}!="Battery", GOTO="up_battery_recall_gateway_end"
-
-# only match correct manufacturer
-ATTR{manufacturer}!="Gateway", GOTO="up_battery_recall_gateway_end"
-
-ATTR{model_name}=="916C4610F", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="916C4720F", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="916C4730F", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="916C5010F", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="W230", ENV{UPOWER_RECALL_NOTICE}="1"
-
-ENV{UPOWER_RECALL_NOTICE}=="1", ENV{UPOWER_RECALL_VENDOR}="Gateway", ENV{UPOWER_RECALL_URL}="http://www.gateway.com/battery/\n"
-
-LABEL="up_battery_recall_gateway_end"
-
diff --git a/rules/95-upower-battery-recall-ibm.rules b/rules/95-upower-battery-recall-ibm.rules
deleted file mode 100644
index 860a41c..0000000
--- a/rules/95-upower-battery-recall-ibm.rules
+++ /dev/null
@@ -1,38 +0,0 @@
-##############################################################################################################
-# Battery recall notices: IBM
-#
-# 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_ibm_end"
-
-# only match batteries
-ATTR{type}!="Battery", GOTO="up_battery_recall_ibm_end"
-
-# only match correct manufacturer
-ATTR{manufacturer}!="SONY", GOTO="up_battery_recall_ibm_end"
-
-# only recalled on some particular models
-ATTR{[dmi/id]product_version}!="*R60*|*T60*|*Z60m*|*Z61e*|*Z61m*|*Z61p*", GOTO="up_battery_recall_ibm_end"
-
-ATTR{model_name}=="92P1072", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="92P1073", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="92P1088", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="92P1089", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="92P1142", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="92P1141", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="92P1170", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="92P1169", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="93P5028", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="92P1174", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="92P1173", ENV{UPOWER_RECALL_NOTICE}="1"
-ATTR{model_name}=="93P5030", ENV{UPOWER_RECALL_NOTICE}="1"
-
-ENV{UPOWER_RECALL_NOTICE}=="1", ENV{UPOWER_RECALL_VENDOR}="LENOVO", ENV{UPOWER_RECALL_URL}="http://www.lenovo.com/batteryprogram"
-
-LABEL="up_battery_recall_ibm_end"
-
diff --git a/rules/95-upower-battery-recall-lenovo.rules b/rules/95-upower-battery-recall-lenovo.rules
deleted file mode 100644
index 04db19e..0000000
--- a/rules/95-upower-battery-recall-lenovo.rules
+++ /dev/null
@@ -1,24 +0,0 @@
-##############################################################################################################
-# Battery recall notices: Lenovo
-#
-# 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_lenovo_end"
-
-# only match batteries
-ATTR{type}!="Battery", GOTO="up_battery_recall_lenovo_end"
-
-# only match correct manufacturer
-ATTR{manufacturer}!="SANYO", GOTO="up_battery_recall_lenovo_end"
-
-ATTR{model_name}=="92P1131", ENV{UPOWER_RECALL_NOTICE}="1"
-
-ENV{UPOWER_RECALL_NOTICE}=="1", ENV{UPOWER_RECALL_VENDOR}="LENOVO", ENV{UPOWER_RECALL_URL}="http://www.lenovo.com/batteryprogram"
-
-LABEL="up_battery_recall_lenovo_end"
-
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"
-
diff --git a/rules/Makefile.am b/rules/Makefile.am
index a66490a..754cd59 100644
--- a/rules/Makefile.am
+++ b/rules/Makefile.am
@@ -1,12 +1,6 @@
## Process this file with automake to produce Makefile.in
udevrules_DATA = \
- 95-upower-battery-recall-dell.rules \
- 95-upower-battery-recall-fujitsu.rules \
- 95-upower-battery-recall-gateway.rules \
- 95-upower-battery-recall-ibm.rules \
- 95-upower-battery-recall-lenovo.rules \
- 95-upower-battery-recall-toshiba.rules \
95-upower-wup.rules \
95-upower-hid.rules \
95-upower-csr.rules