summaryrefslogtreecommitdiff
path: root/src/mainboard/system76/lemp10/devicetree.cb
diff options
context:
space:
mode:
authorTim Crawford <tcrawford@system76.com>2022-07-08 10:38:03 -0600
committerMartin L Roth <gaumless@tutanota.com>2022-07-16 23:18:56 +0000
commitfc9f88292dbad51fc33d2902149fb83efbba51c4 (patch)
treefce07ab73db8ee711a7854246955ba7c1a98985a /src/mainboard/system76/lemp10/devicetree.cb
parenta08d5a8086245da92f5ed42fa71ccdb0609a85ce (diff)
mb/system76: Correct HID names for touchpad devices
Use correct HID names instead of the CID names for the touchpad devices. Drop the now unneeded UID for the gaze15 TP devices. Tested on a gaze15 with a Synaptics device. Windows does not crash on boot and the touchpad is still detected as an I2C HID device. Change-Id: I5b6ab1a23ce667754d0c5757062385a721c5113f Signed-off-by: Tim Crawford <tcrawford@system76.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/65723 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Diffstat (limited to 'src/mainboard/system76/lemp10/devicetree.cb')
-rw-r--r--src/mainboard/system76/lemp10/devicetree.cb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/system76/lemp10/devicetree.cb b/src/mainboard/system76/lemp10/devicetree.cb
index 74bd7da99a..4e57fedd18 100644
--- a/src/mainboard/system76/lemp10/devicetree.cb
+++ b/src/mainboard/system76/lemp10/devicetree.cb
@@ -210,7 +210,7 @@ chip soc/intel/tigerlake
# Touchpad I2C bus
register "SerialIoI2cMode[PchSerialIoIndexI2C0]" = "PchSerialIoPci"
chip drivers/i2c/hid
- register "generic.hid" = ""PNP0C50""
+ register "generic.hid" = ""ELAN0412""
register "generic.desc" = ""ELAN Touchpad""
register "generic.irq_gpio" = "ACPI_GPIO_IRQ_LEVEL_LOW(GPP_B3)"
register "generic.probed" = "1"