blob: d59840902032f5e1ba3e67e4f4ed90c7c39f43ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0"?>
<deviceinfo version="0.2">
<device>
<match key="info.subsystem" string="usb">
<match key="usb.vendor_id" int="0x05ac">
<match key="usb.product_id" compare_ge="0x1290">
<match key="usb.product_id" compare_le="0x1293">
<match key="usb.interface.number" int="0x1">
<append key="info.capabilities" type="strlist">afc</append>
</match>
</match>
</match>
</match>
</match>
</device>
</deviceinfo>
|