Skip to content

Commit 999ef39

Browse files
kitakar5525qzed
authored andcommitted
ipts: companion: improve comment for hardware id on SP4
According to acpidump, MSHW0103 that is currently commented as "Unknown" is also used on some SP4 [1]. This commit improves the comment. [1] https://github.com/linux-surface/acpidumps/blob/cbe3115807a595d9148f57757adc42e9875ca5b8/surface_pro_4/dsdt.dsl#L16669-L16682
1 parent 1f40d32 commit 999ef39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/misc/ipts/companion/ipts-surface.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,11 @@ static int ipts_surface_remove(struct platform_device *pdev)
124124

125125
static const struct acpi_device_id ipts_surface_acpi_match[] = {
126126
{ "MSHW0076", 0 }, // Surface Book 1 / Surface Studio
127-
{ "MSHW0078", 0 }, // Surface Pro 4
127+
{ "MSHW0078", 0 }, // some Surface Pro 4
128128
{ "MSHW0079", 0 }, // Surface Laptop 1 / 2
129129
{ "MSHW0101", 0 }, // Surface Book 2 15"
130130
{ "MSHW0102", 0 }, // Surface Pro 5 / 6
131-
{ "MSHW0103", 0 }, // Unknown
131+
{ "MSHW0103", 0 }, // some Surface Pro 4
132132
{ "MSHW0137", 0 }, // Surface Book 2
133133
{ },
134134
};

0 commit comments

Comments
 (0)