mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 818363 - Blocklist Samsung SGH-T989 on Gingerbread - r=bjacob
--HG-- extra : rebase_source : e687f37cb395c682be95115508617c95df0e1986
This commit is contained in:
parent
fa34f9d616
commit
035e100d7f
@ -381,6 +381,7 @@ GfxInfo::GetFeatureStatusImpl(int32_t aFeature,
|
||||
// Gingerbread HTC devices are whitelisted.
|
||||
// Gingerbread Samsung devices are whitelisted except for:
|
||||
// Samsung devices identified in Bug 847837
|
||||
// Samsung SGH-T989 (Bug 818363)
|
||||
// All other Gingerbread devices are blacklisted.
|
||||
bool isWhitelisted =
|
||||
cManufacturer.Equals("htc", nsCaseInsensitiveCStringComparator()) ||
|
||||
@ -395,7 +396,8 @@ GfxInfo::GetFeatureStatusImpl(int32_t aFeature,
|
||||
cModel.Equals("GT-S7500", nsCaseInsensitiveCStringComparator()) ||
|
||||
cModel.Equals("GT-S7500T", nsCaseInsensitiveCStringComparator()) ||
|
||||
cModel.Equals("GT-S7500L", nsCaseInsensitiveCStringComparator()) ||
|
||||
cModel.Equals("GT-S6500T", nsCaseInsensitiveCStringComparator()))
|
||||
cModel.Equals("GT-S6500T", nsCaseInsensitiveCStringComparator()) ||
|
||||
cModel.Equals("SGH-T989", nsCaseInsensitiveCStringComparator()))
|
||||
{
|
||||
isWhitelisted = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user