I had the same issue with Fujitsu Lifebook T4010, so I've written 2 fdi
files to make the pen work out of the box. Tested with latest jaunty.

I don't like this, but I haven't found a way to copy the device path to the 
parent device.
10-serial-tabletpc.fdi (information):
  <device>
    <match key="info.capabilities" contains="serial">
      <match key="@serial.originating_device:info.capabilities" 
contains="input.tablet.tabletPC">
        <addset key="info.capabilities" type="strlist">input</addset>
        <addset key="info.capabilities" type="strlist">input.tablet</addset>
        <addset key="info.capabilities" 
type="strlist">input.tablet.tabletPC</addset>
        <merge key="input.device" type="copy_property">serial.device</merge>

        <!-- without removing info.category this device will be handled as 
modem -->
        <remove key="info.category"></remove>
      </match>
    </match>
  </device>

10-serial-wacom.fdi (policy)
  <device>
    <match key="info.capabilities" contains="input.tablet.tabletPC">
      <match key="info.capabilities" contains="serial">
        <merge key="input.x11_driver" type="string">wacom</merge>
        <merge key="input.x11_options.Type" type="string">stylus</merge>
        <merge key="input.x11_options.ForceDevice" type="string">ISDV4</merge>
      </match>
    </match>
  </device>


Everett, I've fjbtndrv packages for intrepid and jaunty in my ppa 
(https://launchpad.net/~khnz/+archive/ppa).

-- 
tablet input not working on Fujitsu T2010
https://bugs.launchpad.net/bugs/267015
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to