Skip to content

Commit b3d2f89

Browse files
authored
Merge pull request #107 from AwesomeQubic/main
lpmd_cpu: Tablets are also a Mobile platform
2 parents ecf1de5 + 3f642fc commit b3d2f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lpmd_cpu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ int detect_supported_platform(lpmd_config_t *lpmd_config)
9696
return -1;
9797
}
9898

99-
if (val != 2) {
99+
if (val != 2 && val != 8) {
100100
lpmd_log_info("Non-Mobile PM profile detected. %s returns %d\n", PATH_PM_PROFILE, val);
101101
return -1;
102102
}

0 commit comments

Comments
 (0)