Tim Wawrzynczak has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/58030 )
Change subject: mb/google/brya/var/kano: Add Synaptics touchpad ......................................................................
Patch Set 3:
(1 comment)
Commit Message:
https://review.coreboot.org/c/coreboot/+/58030/comment/4a03363a_578e2c14 PS1, Line 9: Add new Synaptics touchpad for kano.
Thank you. This information would be great in the commit message (in the future). […]
It will still work with a standard GNU/Linux distribution. What the patch allows us to do is not spend time on each suspend/resume performing the _ON and _OFF methods on power resources for peripherals that are not actually connected to the device.
Basically, the I2C devices spend a few ms getting probed for their existence or not when the kernel inits the drivers, and then we don't have to waste time on non-existent devices for suspend/resume. On other distributions, suspend/resume might just take a little longer