← Back to team overview

multi-touch-dev team mailing list archive

Re: Ubuntu Multitouch Kernel Driver Development - Details and testing

 

Hi,

This is how xinput -list device looks like:

nsantos@NS-PC:~/workspaces/workspace-mtt/linux-kernel-driver$ xinput list 11
DISPLAX - Interactive Systems SKIN MULTITOUCH id=11 [slave pointer (2)]
    Reporting 7 classes:
        Class originated from: 11
        Buttons supported: 5
Button labels: Button Unknown Button Unknown Button Unknown Button Wheel Up Button Wheel Down
        Button state:
        Class originated from: 11
        Detail for Valuator 0:
          Label: Abs X
          Range: 0.000000 - 6300.000000
          Resolution: 10000 units/m
          Mode: absolute
          Current value: 640.000000
        Class originated from: 11
        Detail for Valuator 1:
          Label: Abs Y
          Range: 0.000000 - 6300.000000
          Resolution: 10000 units/m
          Mode: absolute
          Current value: 512.000000
        Class originated from: 11
        Multitouch capable (max 10 touches):
          Mode: Direct Touch
        Class originated from: 11
        Detail for Touch Valuator 0:
          Label: Abs MT Touch Major
          Range: 0.000000 - 255.000000
          Resolution: 0 units/m
        Class originated from: 11
        Detail for Touch Valuator 1:
          Label: Abs MT Position X
          Range: 0.000000 - 6300.000000
          Resolution: 0 units/m
        Class originated from: 11
        Detail for Touch Valuator 2:
          Label: Abs MT Position Y
          Range: 0.000000 - 6300.000000
          Resolution: 0 units/m


From my description. Do you think my device is a type A or a type B?

Thanks,

Nuno


References