Skip to content

Commit 8f4205e

Browse files
Temporary fix for Widevine on ARM hardware (#438)
1 parent fd4720f commit 8f4205e

File tree

1 file changed

+23
-21
lines changed

1 file changed

+23
-21
lines changed

lib/inputstreamhelper/config.py

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -82,29 +82,31 @@
8282
# To keep the Chrome OS ARM hardware ID list up to date, the following resources can be used:
8383
# https://www.chromium.org/chromium-os/developer-information-for-chrome-os-devices
8484
# https://cros-updates-serving.appspot.com/
85-
# Last updated: 2021-05-05
85+
# Last updated: 2021-05-10
86+
# Temporary fix for https://github.com/emilsvennesson/script.module.inputstreamhelper/issues/437
87+
# Widevine on ARM hardware will probably fail again on June 1st 2021 when Chrome OS 91 will be released: https://chromiumdash.appspot.com/schedule
8688
CHROMEOS_RECOVERY_ARM_HWIDS = [
87-
'BOB',
88-
'BURNET',
89-
'DAMU',
90-
'DRUWL',
91-
'DUMO',
92-
'ELM',
93-
'ESCHE',
94-
'FIEVEL',
95-
'HANA',
96-
'JUNIPER-HVPU',
97-
'KAKADU-WFIQ',
98-
'KAPPA',
99-
'KENZO-IGRW',
100-
'KEVIN',
101-
'KODAMA',
102-
'KRANE-ZDKS',
103-
'LAZOR',
104-
'POMPOM',
89+
# 'BOB',
90+
# 'BURNET',
91+
# 'DAMU',
92+
# 'DRUWL',
93+
# 'DUMO',
94+
# 'ELM',
95+
# 'ESCHE',
96+
# 'FIEVEL',
97+
# 'HANA',
98+
# 'JUNIPER-HVPU',
99+
# 'KAKADU-WFIQ',
100+
# 'KAPPA',
101+
# 'KENZO-IGRW',
102+
# 'KEVIN',
103+
# 'KODAMA',
104+
# 'KRANE-ZDKS',
105+
# 'LAZOR',
106+
# 'POMPOM',
105107
'SCARLET',
106-
'TIGER',
107-
'WILLOW-TFIY',
108+
# 'TIGER',
109+
# 'WILLOW-TFIY',
108110
]
109111

110112
CHROMEOS_BLOCK_SIZE = 512

0 commit comments

Comments
 (0)