Skip to content

Commit

Permalink
Merge pull request #3 from Iceows/master
Browse files Browse the repository at this point in the history
Add Huawei kirin710, hi3660 and hi6250 preset
  • Loading branch information
ponces authored Apr 5, 2024
2 parents ff57c1e + 4fbb1b5 commit de4c815
Showing 1 changed file with 36 additions and 2 deletions.
38 changes: 36 additions & 2 deletions infos.json
Original file line number Diff line number Diff line change
Expand Up @@ -471,8 +471,42 @@
},
{
"match_property": "vendor_fp",
"match_value": "HUAWEI/ANE-.*",
"device_name": "Huawei P20 Lite",
"match_value": "hi3660.*",
"device_name": "Huawei hi3660 (Honor 9)",
"maintainer": {
"name": "Iceows",
"telegram": "https://t.me/IceowsDev"
},
"community": {
"telegram": "https://t.me/leaos_group"
},
"preferences": {
"key_misc_esco_transport_unit_size": "16",
"key_misc_dynamic_sysbta": true,
"key_misc_bluetooth": "huawei"
}
},
{
"match_property": "vendor_fp",
"match_value": "hi6250.*",
"device_name": "Huawei hi6250 (P20 Lite)",
"maintainer": {
"name": "Iceows",
"telegram": "https://t.me/IceowsDev"
},
"community": {
"telegram": "https://t.me/leaos_group"
},
"preferences": {
"key_misc_esco_transport_unit_size": "16",
"key_misc_dynamic_sysbta": true,
"key_misc_bluetooth": "huawei"
}
},
{
"match_property": "vendor_fp",
"match_value": "kirin710.*",
"device_name": "Huawei Kirin 710 (P Smart 2019/2020)",
"maintainer": {
"name": "Iceows",
"telegram": "https://t.me/IceowsDev"
Expand Down

0 comments on commit de4c815

Please sign in to comment.