Gsetting command to activate touch screen on external monitor

The issue is that my “dock” is not configured in the phosh-mobile-settings.

I add the following line for my “dock” to src/ms-convergence-panel.c, compile it and running it following https://source.puri.sm/guido.gunther/phosh-mobile-settings but it is still not known.

{
/*
* Manufacturer: LENOVO
* Model: m14T
* /
.name = “Thinkvisiom M14T”,
.make = “LEN”,
.model = “M14T”,
.serial = “V307G6CZ”, /
from Detailed timing descriptors in the edid

.touch_usb_vendor = 0x2d1f, /* from lsusb -vt
.touch_usb_id = 0x524c,
/*.touch_usb_vendor = 0x524c,
.touch_usb_id = 0x2d1f,*/

},