Michael Niewöhner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/43623 )
Change subject: mb/system76/lemp9: enable I2C HID touchpad ......................................................................
Patch Set 13:
(1 comment)
https://review.coreboot.org/c/coreboot/+/43623/9/src/mainboard/system76/lemp... File src/mainboard/system76/lemp9/devicetree.cb:
https://review.coreboot.org/c/coreboot/+/43623/9/src/mainboard/system76/lemp... PS9, Line 220: register "generic.hid" = ""PNP0C50""
Did you test ELAN040D as hid? I'm ok with that if it doesn't
Hmm, to me this reads differently here... CID is the compatible id which is checked if a driver for HID was not found. If a driver exists, the OS should use that one instead of a generic one. https://docs.microsoft.com/en-us/windows-hardware/drivers/bringup/device-man...
Same applies to Linux AFAICT