| Server IP : 182.53.201.61 / Your IP : 216.73.217.175 Web Server : Apache/2.2.15 (Fedora) System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686 User : apache ( 48) PHP Version : 5.3.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib/udev/rules.d/ |
Upload File : |
##############################################################################################################
# Battery recall notices: Toshiba
#
# These are properties defining the behavior:
# DKP_RECALL_NOTICE
# DKP_RECALL_VENDOR
# DKP_RECALL_URL
#
# only match power_supply devices
SUBSYSTEM!="power_supply", GOTO="dkp_battery_recall_toshiba_end"
# only match batteries
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"
ENV{DKP_RECALL_NOTICE}=="1", ENV{DKP_RECALL_VENDOR}="Toshiba", ENV{DKP_RECALL_URL}="http://bxinfo.toshiba.com/"
LABEL="dkp_battery_recall_toshiba_end"