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@google.com> Reviewed-on: https://review.coreboot.org/18359 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
474a7c51ce
commit
e9a22958f0
|
@ -218,11 +218,10 @@ chip soc/intel/skylake
|
||||||
end
|
end
|
||||||
end # I2C #1
|
end # I2C #1
|
||||||
device pci 15.2 on
|
device pci 15.2 on
|
||||||
chip drivers/i2c/hid
|
chip drivers/i2c/generic
|
||||||
register "generic.hid" = ""ACPI0C50""
|
register "hid" = ""GOOG5400""
|
||||||
register "generic.desc" = ""Touchpad""
|
register "desc" = ""Touchpad""
|
||||||
register "generic.irq" = "IRQ_LEVEL_LOW(GPP_B3_IRQ)"
|
register "irq" = "IRQ_EDGE_LOW(GPP_B3_IRQ)"
|
||||||
register "hid_desc_reg_offset" = "0x0"
|
|
||||||
device i2c 49 on end
|
device i2c 49 on end
|
||||||
end
|
end
|
||||||
end # I2C #2
|
end # I2C #2
|
||||||
|
|
Loading…
Reference in New Issue