[coreboot-gerrit] New patch to review for coreboot: google/eve: change touchpad HID

Duncan Laurie (dlaurie@chromium.org) gerrit at coreboot.org
Mon Feb 13 17:52:41 CET 2017


Duncan Laurie (dlaurie at chromium.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18359

-gerrit

commit 6910b02de4febf28e292538a11577b5413957792
Author: Wei-Ning Huang <wnhuang at google.com>
Date:   Tue Feb 7 14:14:39 2017 +0800

    google/eve: change touchpad HID
    
    Change touchpad HID to use with the Google Centroiding Touchpad driver.
    
    BUG=chrome-os-partner:61088
    TEST=`emerge-eve coreboot`
    
    Change-Id: I199ff46f1a93d3eccc8c694742585dcf37b2373f
    Signed-off-by: Wei-Ning Huang <wnhuang at google.com>
---
 src/mainboard/google/eve/devicetree.cb | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/src/mainboard/google/eve/devicetree.cb b/src/mainboard/google/eve/devicetree.cb
index d619d60..8a67642 100644
--- a/src/mainboard/google/eve/devicetree.cb
+++ b/src/mainboard/google/eve/devicetree.cb
@@ -218,11 +218,10 @@ chip soc/intel/skylake
 			end
 		end # I2C #1
 		device pci 15.2 on
-			chip drivers/i2c/hid
-				register "generic.hid" = ""ACPI0C50""
-				register "generic.desc" = ""Touchpad""
-				register "generic.irq" = "IRQ_LEVEL_LOW(GPP_B3_IRQ)"
-				register "hid_desc_reg_offset" = "0x0"
+			chip drivers/i2c/generic
+				register "hid" = ""GOOG5400""
+				register "desc" = ""Touchpad""
+				register "irq" = "IRQ_EDGE_LOW(GPP_B3_IRQ)"
 				device i2c 49 on end
 			end
 		end # I2C #2



More information about the coreboot-gerrit mailing list