diff options
author | Tim Crawford <tcrawford@system76.com> | 2022-07-08 10:38:03 -0600 |
---|---|---|
committer | Martin L Roth <gaumless@tutanota.com> | 2022-07-16 23:18:56 +0000 |
commit | fc9f88292dbad51fc33d2902149fb83efbba51c4 (patch) | |
tree | fce07ab73db8ee711a7854246955ba7c1a98985a /src/mainboard/system76/addw1 | |
parent | a08d5a8086245da92f5ed42fa71ccdb0609a85ce (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/addw1')
-rw-r--r-- | src/mainboard/system76/addw1/variants/addw1/overridetree.cb | 2 | ||||
-rw-r--r-- | src/mainboard/system76/addw1/variants/addw2/overridetree.cb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/system76/addw1/variants/addw1/overridetree.cb b/src/mainboard/system76/addw1/variants/addw1/overridetree.cb index 1a1f8b4a3b..b85706c93f 100644 --- a/src/mainboard/system76/addw1/variants/addw1/overridetree.cb +++ b/src/mainboard/system76/addw1/variants/addw1/overridetree.cb @@ -9,7 +9,7 @@ chip soc/intel/cannonlake subsystemid 0x1558 0x65d1 inherit device pci 15.0 on # I2C #0 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_B3_IRQ)" register "generic.probed" = "1" diff --git a/src/mainboard/system76/addw1/variants/addw2/overridetree.cb b/src/mainboard/system76/addw1/variants/addw2/overridetree.cb index 640f46eb0f..4ef8b1ed41 100644 --- a/src/mainboard/system76/addw1/variants/addw2/overridetree.cb +++ b/src/mainboard/system76/addw1/variants/addw2/overridetree.cb @@ -10,7 +10,7 @@ chip soc/intel/cannonlake device pci 15.0 on # I2C #0 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_A14_IRQ)" register "generic.probed" = "1" |