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/oryp6 | |
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/oryp6')
-rw-r--r-- | src/mainboard/system76/oryp6/devicetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/system76/oryp6/devicetree.cb b/src/mainboard/system76/oryp6/devicetree.cb index e63e13694d..83c96fcfbb 100644 --- a/src/mainboard/system76/oryp6/devicetree.cb +++ b/src/mainboard/system76/oryp6/devicetree.cb @@ -99,7 +99,7 @@ chip soc/intel/cannonlake device pci 14.5 off end # SDCard 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_E7_IRQ)" register "generic.probed" = "1" |