Skip to content

Commit 516829b

Browse files
committed
Status.md: Update some status
Signed-off-by: qaz6750 <2838632319@qq.com>
1 parent 37edb18 commit 516829b

File tree

1 file changed

+54
-32
lines changed

1 file changed

+54
-32
lines changed

β€ŽStatus.md

+54-32
Original file line numberDiff line numberDiff line change
@@ -4,44 +4,66 @@
44

55
| Feature | Notes | Status |
66
|------------------------|-----------------------------------------------------------------------------------------|----------------|
7-
| Wifi | | βœ… |
8-
| UFS | | βœ… |
9-
| Bluetooth | | βœ… |
10-
| GPU | | βœ… |
11-
| Brightness control | | βœ… |
12-
| Battery | | βœ… |
13-
| Buttons | | βœ… |
14-
| GPS | | βœ… |
15-
| USB-FN | This is used to detect whether it is charging and MTP | βœ… |
16-
| Audio | | βœ… |
17-
| Touch | Right click is not supported.BSOD occurs during shutdown or restart | ⚠️ |
18-
| Pen Digitizer | Right click is not supported.BSOD occurs during shutdown or restart | ⚠️ |
19-
| USB-HOST (USB C ) | Some of the features are work in progress (USB Powerless Dongles) | ⚠️ |
20-
| Charge | slow charging only, | ⚠️ |
21-
| Sensor | Sensor not provided correctly on Windows | ⚠️ |
22-
| Cellular Data | | ⚠️ |
23-
| SPSS & TPM | Because the signature of the spss8150v2p firmware is incorrect | ❌ |
24-
| Vibration motor | Requires PMIC Driver for Haptics | ❌ |
25-
| NFC | No drivers available currently | ❌ |
26-
| Fingerprint | Need touch driver to add support | ❌ |
27-
| Camera | | ❌ |
7+
| β™‹ Wifi | | βœ… |
8+
| πŸ“¦ UFS | | βœ… |
9+
| πŸ”΅ Bluetooth | | βœ… |
10+
| πŸŽ† GPU | | βœ… |
11+
| πŸ”‹ Battery | | βœ… |
12+
| ⌨️ Buttons | | βœ… |
13+
| πŸ“Œ GPS | | βœ… |
14+
| πŸͺ΅ USB | | βœ… |
15+
| πŸ”Š Audio | | βœ… |
16+
| πŸ‘† Touch | Right click is not supported.BSOD occurs during shutdown or restart | ⚠️ |
17+
| ✏️ Pen Digitizer | Right click is not supported.BSOD occurs during shutdown or restart | ⚠️ |
18+
| πŸ”Œ Charge | slow charging only and Easy to trigger BSOD | ⚠️ |
19+
| 🧭 Sensor | Sensor not provided correctly on Windows | ⚠️ |
20+
| β™‹ Cellular Data | | ⚠️ |
21+
| βš™οΈ SPSS & TPM | Because the signature of the spss8150v2p firmware is incorrect | ❌ |
22+
| πŸ“³ Vibration motor | Requires PMIC Driver for Haptics | ❌ |
23+
| 🏷️ NFC | The corresponding I2C channel needs to be repaired | ❌ |
24+
| 🧬 Fingerprint | Need touch driver to add support | ❌ |
25+
| πŸ“Έ Camera | | ❌ |
2826

2927
# Detailed status
3028

31-
## Audio
29+
## πŸ”Š Audio
30+
### Various functions of Audio
3231
| Feature | Notes | Status |
3332
|------------------------|-----------------------------------------------------------------------------------------|----------------|
34-
| Audio Speaker | | βœ… |
35-
| Microphone | | ❌ |
33+
| πŸ”‰ Audio Speaker | | βœ… |
34+
| πŸŽ™οΈ Microphone | | ❌ |
35+
36+
## πŸͺ΅ USB
37+
* USB Host is not forced anymore, this means OTG dongles requiring external power from the device will once again be misdetected. The reasoning behind this is the "fix" for this particular issue broke more than it helped with. The user can however get such functionality back and out with the help of a simple reg commands:
38+
```batch
39+
REM Force USB Host mode (identical to the older driver release of this month):
40+
REG ADD "HKLM\SYSTEM\CurrentControlSet\Enum\ACPI\QCOM0597\0\Device Parameters" /v RoleSwitchMode /t REG_DWORD /d 1
41+
```
42+
```batch
43+
REM Restore default auto detection functionality (default behavior):
44+
REG ADD "HKLM\SYSTEM\CurrentControlSet\Enum\ACPI\QCOM0597\0\Device Parameters" /v RoleSwitchMode /t REG_DWORD /d 3
45+
```
46+
47+
### Various functions of USB
48+
| Feature | Notes | Status |
49+
|------------------------|-----------------------------------------------------------------------------------------|----------------|
50+
| πŸͺ΅ USB-FN (Default) | This is used to detect whether it is charging and MTP | βœ… |
51+
| πŸͺ΅ USB-HOST (USB C ) | Some of the features are work in progress (USB Powerless Dongles) | ⚠️ |
52+
53+
54+
## πŸŽ† GPU
55+
### Various functions of GPU
56+
| Feature | Notes | Status |
57+
|------------------------|-----------------------------------------------------------------------------------------|----------------|
58+
| πŸ“² Brightness control | | βœ… |
3659

37-
## GPU
3860
### GPU-Panel Status
3961
* Generally, it should be ea8076-f1mp, but it can still be other panels. This problem is usually caused by changing the screen
4062

41-
| Panelcfg | Notes | Status |
42-
|------------------------------------------|-----------------------------------------------------------------------------------------|----------------|
43-
| dsi-panel-samsung-fhd-ea8076-f1mp-cmd | Main support | βœ… |
44-
| dsi-panel-samsung-fhd-ea8076-f1p2-cmd | It is only slightly different from f1mp and can still be used | βœ… |
45-
| dsi-panel-samsung-fhd-ea8076-f1p2_2-cmd | Not tested | ❌ |
46-
| dsi-panel-samsung-fhd-ea8076-f1-cmd | Not tested | ❌ |
47-
| dsi-panel-samsung-fhd-ea8076-cmd | Not tested | ❌ |
63+
| Panel | Notes | Status |
64+
|---------------------------------|----------------------------------------------------------------------------------------|----------------|
65+
| πŸ–₯️ Samsung-fhd-ea8076-f1mp-cmd | Main support | βœ… |
66+
| πŸ–₯️ Samsung-fhd-ea8076-f1p2-cmd | It is only slightly different from f1mp and can still be used | βœ… |
67+
| πŸ–₯️ Samsung-fhd-ea8076-f1p2_2-cmd| Not tested | ❌ |
68+
| πŸ–₯️ Samsung-fhd-ea8076-f1-cmd | Not tested | ❌ |
69+
| πŸ–₯️ Samsung-fhd-ea8076-cmd | Not tested | ❌ |

0 commit comments

Comments
Β (0)