summaryrefslogtreecommitdiffstats
path: root/src/mainboard/system76/whl-u
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/whl-u
parenta08d5a8086245da92f5ed42fa71ccdb0609a85ce (diff)
downloadcoreboot-fc9f88292dbad51fc33d2902149fb83efbba51c4.tar.gz
coreboot-fc9f88292dbad51fc33d2902149fb83efbba51c4.tar.bz2
coreboot-fc9f88292dbad51fc33d2902149fb83efbba51c4.zip
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/whl-u')
-rw-r--r--src/mainboard/system76/whl-u/variants/darp5/overridetree.cb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/system76/whl-u/variants/darp5/overridetree.cb b/src/mainboard/system76/whl-u/variants/darp5/overridetree.cb
index 0086905ef45b..c3e0bb1b8551 100644
--- a/src/mainboard/system76/whl-u/variants/darp5/overridetree.cb
+++ b/src/mainboard/system76/whl-u/variants/darp5/overridetree.cb
@@ -3,7 +3,7 @@ chip soc/intel/cannonlake
subsystemid 0x1558 0x1325 inherit
device pci 15.0 on
chip drivers/i2c/hid
- register "generic.hid" = ""PNP0C50""
+ register "generic.hid" = ""SYNA1202""
register "generic.desc" = ""Synaptics Touchpad""
register "generic.irq" = "ACPI_IRQ_LEVEL_LOW(GPP_C23_IRQ)"
register "generic.probed" = "1"