mb/google/parrot: Adjust touchpad ACPI for Windows drivers
Adjust the touchpad HID/CID/HRV to allow coolstar's crostouchpad Windows drivers to properly attach. TEST=build/boot google/parrot, verify touchpad functional under both Windows 10/11 and Linux, verify Windows overlay driver correctly remaps top row keys. Change-Id: Ic164244eceb52221653bd60f7217f9a09e38c1b6 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/75180 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
a4eba7f09f
commit
525154d16e
|
@ -29,11 +29,10 @@ Scope (\_SB) {
|
||||||
|
|
||||||
Device (TPAD)
|
Device (TPAD)
|
||||||
{
|
{
|
||||||
Name (_UID, 1)
|
|
||||||
|
|
||||||
// Report as a Sleep Button device so Linux will
|
Name(_HID, "CYSM0000")
|
||||||
// automatically enable it as a wake source
|
Name(_UID, 1)
|
||||||
Name(_HID, EisaId("PNP0C0E"))
|
Name(_HRV, 2)
|
||||||
|
|
||||||
// Trackpad Wake is GPIO12, wake from S3
|
// Trackpad Wake is GPIO12, wake from S3
|
||||||
Name(_PRW, Package() { BOARD_TRACKPAD_WAKE_GPIO, 0x03 })
|
Name(_PRW, Package() { BOARD_TRACKPAD_WAKE_GPIO, 0x03 })
|
||||||
|
|
Loading…
Reference in New Issue