36 lines
1.3 KiB
Plaintext
36 lines
1.3 KiB
Plaintext
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||
|
<!-- this is probably a bit imprecise -->
|
||
|
<deviceinfo version="0.2">
|
||
|
<device>
|
||
|
<match key="info.category" contains="input">
|
||
|
<match key="info.product" contains_outof="Wacom;WALTOP">
|
||
|
<merge key="input.x11_driver" type="string">wacom</merge>
|
||
|
</match>
|
||
|
</match>
|
||
|
<match key="info.capabilities" contains="serial">
|
||
|
<match key="@info.parent:pnp.id" contains_outof="WACf;FUJ02e5">
|
||
|
<append key="info.capabilities" type="strlist">input</append>
|
||
|
<merge key="input.x11_driver" type="string">wacom</merge>
|
||
|
<merge key="input.x11_options.ForceDevice" type="string">ISDV4</merge>
|
||
|
<merge key="input.device" type="copy_property">serial.device</merge>
|
||
|
</match>
|
||
|
</match>
|
||
|
<!-- N-Trig Duosense Electromagnetic Digitizer -->
|
||
|
<match key="info.product" contains="HID 1b96:0001">
|
||
|
<match key="info.parent" contains="if0">
|
||
|
<merge key="input.x11_driver" type="string">wacom</merge>
|
||
|
</match>
|
||
|
</match>
|
||
|
</device>
|
||
|
<!-- Match the Wacom Bluetooth A5 pen tablet -->
|
||
|
<device>
|
||
|
<match key="info.capabilities" contains="input.mouse">
|
||
|
<match key="info.product" contains="WACOM">
|
||
|
<match key="info.product" contains="Tablet">
|
||
|
<merge key="input.x11_driver" type="string">wacom</merge>
|
||
|
</match>
|
||
|
</match>
|
||
|
</match>
|
||
|
</device>
|
||
|
</deviceinfo>
|