| 1 |
<?xml version="1.0" encoding="ISO-8859-1"?>
|
| 2 |
<!-- this is probably a bit imprecise -->
|
| 3 |
<deviceinfo version="0.2">
|
| 4 |
<device>
|
| 5 |
<match key="info.capabilities" contains="input">
|
| 6 |
<match key="info.product" contains="Wacom">
|
| 7 |
<merge key="input.x11_driver" type="string">wacom</merge>
|
| 8 |
<!-- Wacom isn't yet suited well for hotplugging, as we need three
|
| 9 |
devices off one kernel device, but HAL only reports this device
|
| 10 |
once. This needs fixing in the driver.
|
| 11 |
Use stylus by default for this single device, if you want erasor
|
| 12 |
or cursor, specify in the line below. -->
|
| 13 |
<merge key="input.x11_options.Type" type="string">stylus</merge>
|
| 14 |
</match>
|
| 15 |
</match>
|
| 16 |
</device>
|
| 17 |
<!-- Match the Wacom Bluetooth A5 pen tablet -->
|
| 18 |
<device>
|
| 19 |
<match key="info.capabilities" contains="input.mouse">
|
| 20 |
<match key="info.product" contains="WACOM">
|
| 21 |
<match key="info.product" contains="Tablet">
|
| 22 |
<merge key="input.x11_driver" type="string">wacom</merge>
|
| 23 |
<!-- Wacom isn't yet suited well for hotplugging, as we need three
|
| 24 |
devices off one kernel device, but HAL only reports this device
|
| 25 |
once. This needs fixing in the driver.
|
| 26 |
Use stylus by default for this single device, if you want erasor
|
| 27 |
or cursor, specify in the line below. -->
|
| 28 |
<merge key="input.x11_options.Type" type="string">stylus</merge>
|
| 29 |
</match>
|
| 30 |
</match>
|
| 31 |
</match>
|
| 32 |
</device>
|
| 33 |
</deviceinfo>
|