Comment 34 for bug 282203

Revision history for this message
Jose Hevia (jose-francisco-hevia) wrote :

Alexia: IT WORKS!!!!!!!

Finaly I can use my note taking programs again.

If Anyone is interested in rotating the tablet, that's my fdi file:

<?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- -->

<deviceinfo version="0.2">

  <device>
    <match key="info.capabilities" contains="input">
      <match key="info.product" contains="Wacom">
  <merge key="input.x11_driver" type="string">wacom</merge>
  <merge key="input.x11_options.Type" type="string">stylus</merge>
  <merge key="input.x11_options.Rotate" type="string">CCW</merge>
      </match>

      <match key="info.product" contains="WALTOP">
  <merge key="input.x11_driver" type="string">wacom</merge>
  <merge key="input.x11_options.Type" type="string">stylus</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>
       <merge key="input.x11_options.Type" type="string">stylus</merge>
      </match>
    </match>
  </device>

</deviceinfo>

Loic Martin: No problem with documentation. I searched tablet, not wacom, you can try and see what you find. Dave didn't understood what a fdi was, me either. And until very recently hotplug didn't work as documentation says.

Thank you Alexia and Loic.