mb/google/caroline: Update _HID for digitizer
Caroline uses a Wacom digitizer, so adjust the ACPI HID so that the proper drivers attach under Windows/Linux. Change-Id: I732b09001dc41a91a32a5f9260abdab435b28b8a Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/58186 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
This commit is contained in:
parent
3a30cf951d
commit
78a6cae9be
|
@ -55,7 +55,7 @@ Scope (\_SB.PCI0.I2C2)
|
|||
{
|
||||
Device (DIGI)
|
||||
{
|
||||
Name (_HID, "ACPI0C50")
|
||||
Name (_HID, "WCOM005C")
|
||||
Name (_CID, "PNP0C50")
|
||||
Name (_UID, 1)
|
||||
Name (_S0W, 4)
|
||||
|
|
Loading…
Reference in New Issue