|
4 | 4 |
|
5 | 5 | | Feature | Notes | Status |
|
6 | 6 | |------------------------|-----------------------------------------------------------------------------------------|----------------|
|
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 | | β | |
28 | 26 |
|
29 | 27 | # Detailed status
|
30 | 28 |
|
31 |
| -## Audio |
| 29 | +## π Audio |
| 30 | +### Various functions of Audio |
32 | 31 | | Feature | Notes | Status |
|
33 | 32 | |------------------------|-----------------------------------------------------------------------------------------|----------------|
|
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 | | β
| |
36 | 59 |
|
37 |
| -## GPU |
38 | 60 | ### GPU-Panel Status
|
39 | 61 | * Generally, it should be ea8076-f1mp, but it can still be other panels. This problem is usually caused by changing the screen
|
40 | 62 |
|
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