UPS: apcupsd clean sources
[tomato.git] / release / src / router / apcupsd / platforms / 80-apcupsd-ups-policy.fdi
blob3023d2cd5ad93dad6d0e8873dee6433c1bb9b05b
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Disable hald-addon-hid-ups for any APC UPS so Apcupsd can own the device -->
3 <deviceinfo version="0.2">
4 <device>
5 <match key="info.addons" contains="hald-addon-hid-ups">
6 <match key="@info.parent:info.bus" string="usb">
7 <match key="@info.parent:usb.vendor_id" int="1309">
8 <match key="@info.parent:usb.product_id" int="2">
9 <remove key="info.addons" type="strlist">hald-addon-hid-ups</remove>
10 </match>
11 </match>
12 </match>
13 </match>
14 </device>
15 </deviceinfo>