> > So, Debian’s linux-image-5.9.0-2-amd64 selects that option now. > > $ grep TIGERLAKE /boot/config-5.9.0-2-amd64 > CONFIG_PINCTRL_TIGERLAKE=y > CONFIG_SND_SOC_SOF_TIGERLAKE_SUPPORT=y > CONFIG_SND_SOC_SOF_TIGERLAKE=m > > There is nothing in `dmesg`, and as it’s builtin > > $ /sbin/modinfo pinctrl_tigerlake > name: pinctrl_tigerlake > filename: (builtin) > license: GPL v2 > file: drivers/pinctrl/intel/pinctrl-tigerlake > description: Intel Tiger Lake PCH pinctrl/GPIO driver > […] > > there are the files below in /sysfs: > > $ ls /sys/bus/platform/drivers/tigerlake-pinctrl > bind INT34C5:00 uevent unbind Looks like it's working to me in your logs. [ 10.717106] input: DLL0945:00 06CB:CDE6 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-10/i2c-DLL0945:00/0018:06CB:CDE6.0001/input/input11 [ 10.717156] input: DLL0945:00 06CB:CDE6 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-10/i2c-DLL0945:00/0018:06CB:CDE6.0001/input/input12 [ 10.717195] hid-generic 0018:06CB:CDE6.0001: input,hidraw0: I2C HID v1.00 Mouse [DLL0945:00 06CB:CDE6] on i2c-DLL0945:00 [ 10.795208] ish-hid {33AECD58-B679-4E54-9BD9-A04D34F0C226}: [hid-ish]: enum_devices_done OK, num_hid_devices=1 [ 10.797075] hid-generic 001F:8087:0AC2.0002: hidraw1: <UNKNOWN> HID v2.00 Device [hid-ishtp 8087:0AC2] on [ 10.841834] input: DLL0945:00 06CB:CDE6 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-10/i2c-DLL0945:00/0018:06CB:CDE6.0001/input/input14 [ 10.841891] input: DLL0945:00 06CB:CDE6 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-10/i2c-DLL0945:00/0018:06CB:CDE6.0001/input/input15 [ 10.841946] hid-multitouch 0018:06CB:CDE6.0001: input,hidraw0: I2C HID v1.00 Mouse [DLL0945:00 06CB:CDE6] on i2c-DLL0945:00 > > But the psmouse/synaptics message is still there: > > > [ 1.611005] psmouse serio1: synaptics: Your touchpad (PNP: DLL0991 > PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not > used, you might want to try setting psmouse.synaptics_intertouch to 1 and > report this to linux-input@xxxxxxxxxxxxxxx. This is expected behavior. The hardware supports 2 buses. The psmouse driver doesn't know whether or not the other drivers worked properly. > > Please find the output of `dmesg` attached. > > > As a thought to generally improve things for such new hardware, would > > you consider diffing the configs between Ubuntu and Debian? I wonder > > if there is anything else missing. > Yes, I’ll do that too. > > > Kind regards, > > Paul