summaryrefslogtreecommitdiff
path: root/rules/95-upower-battery-recall-toshiba.rules
blob: 4119b80a18452f1c7caa0ab48ab054164aff5366 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
##############################################################################################################
# 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}=="PA3465U", 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}=="PA3465U", ENV{UPOWER_RECALL_NOTICE}="1"
ATTR{model_name}=="PA3399U", ENV{UPOWER_RECALL_NOTICE}="1"
ATTR{model_name}=="PA3400U", 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"