]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ptp: ptp_vmclock: add 'VMCLOCK' to ACPI device match
authorDavid Woodhouse <dwmw@amazon.co.uk>
Fri, 30 Jan 2026 17:36:04 +0000 (17:36 +0000)
committerSasha Levin <sashal@kernel.org>
Wed, 4 Mar 2026 12:20:32 +0000 (07:20 -0500)
commit0496e48e0ebc640e667ad997fff5603751d6cbfa
tree7b7634fd63a87f12ae36a0928332b9df9a81c173
parentfb4051352ff306aa1f946efb3aa0ff0231e5060c
ptp: ptp_vmclock: add 'VMCLOCK' to ACPI device match

[ Upstream commit ed4d23ed469ca14d47670c0384f6ae6c4ff060a5 ]

As we finalised the spec, we spotted that vmgenid actually says that the
_HID is supposed to be hypervisor-specific. Although in the 13 years
since the original vmgenid doc was published, nobody seems to have cared
about using _HID to distinguish between implementations on different
hypervisors, and we only ever use the _CID.

For consistency, match the _CID of "VMCLOCK" too.

Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
Signed-off-by: Babis Chalios <bchalios@amazon.es>
Tested-by: Takahiro Itazuri <itazur@amazon.com>
Link: https://patch.msgid.link/20260130173704.12575-6-itazur@amazon.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/ptp/ptp_vmclock.c