Get Touchscreen eGalaxy Touch working

Hi @pcarranzav,

I’m on the same project as @Farzad.
xinput_calibrator --list returns:

Error: No calibratable devices found.

However, I’ve managed to install drivers from eGalaxy and now our dmesg does show the touchscreen being connected:

[   11.395695] usb 1-2: new full-speed USB device number 2 using xhci-tegra
[   11.489967] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[   11.528652] usb 1-2: feature bit otg_vbus_off set
[   11.533389] usb 1-2: New USB device found, idVendor=0eef, idProduct=c000
[   11.540129] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   11.547295] usb 1-2: Product: eGalaxTouch EXC3000-3619-49.00.00
[   11.553259] usb 1-2: Manufacturer: eGalax Inc.
[   11.558307] xhci-tegra 3530000.xhci: tegra_xhci_mbox_work mailbox command 6
[   11.580396] input: eGalax Inc. eGalaxTouch EXC3000-3619-49.00.00 as /devices/3530000.xhci/usb1/1-2/1-2:1.0/0003:0EEF:C000.0001/input/input4
[   11.593146] hid-multitouch 0003:0EEF:C000.0001: input,hidraw0: USB HID v2.10 Pointer [eGalax Inc. eGalaxTouch EXC3000-3619-49.00.00] on usb-3530000.xhci-2/input0

However, the touchscreen still does not appear in xinput --list. Any idea what’s going on?

Thanks,
Jin