Skip to content

Commit

Permalink
NetErnels: Update sunny to r17a1 release
Browse files Browse the repository at this point in the history
- This is a bleeding edge release.

Signed-off-by: Cyber Knight <[email protected]>
  • Loading branch information
cyberknight777 committed Feb 28, 2023
1 parent f3e5db7 commit f230edc
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 5 deletions.
8 changes: 4 additions & 4 deletions sunny/NetErnels-r.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
{
"kernel": {
"name": "NetErnels",
"version": "r16b15",
"link": "https://github.com/NetErnels/devices/releases/download/r16b15/NetErnels-sunny-r16b15.zip",
"version": "r17a1",
"link": "https://github.com/NetErnels/devices/releases/download/r17a1/NetErnels-sunny-r17a1.zip",
"changelog_url": "https://raw.githubusercontent.com/NetErnels/devices/master/sunny/changelog_r.md",
"date": "2022-12-06",
"sha1": "68a2cdcb3a08360e9c094254c348ccc486fb0159"
"date": "2023-02-28",
"sha1": "a7e895ee6ee2465c02b5484cd94eceb5b1abfa6e"
},
"support": {
"link": "https://t.me/neternels_chat"
Expand Down
25 changes: 24 additions & 1 deletion sunny/changelog_r.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,32 @@ Type: Bleeding Edge
Device: Redmi Note 10
Compiler: Eva GCC 12.2.1
Branch: staging
Build Number: r16b15
Build Number: r17a1
```
## Changelog
**-r17a1**
* KProfiles 5.0.2.
* TP driver cleanup(kudos to fiqri).
* Minor DRM cleanup(kudos to fiqri).
* Implement simple double tap attribute for modernized dt2w sensor.
* Enable TouchGestures for double tap attribute to work.
* Fix touch suspend workqueue.
* Drop legacy double tap to wake handling.
* Simplify event key reporting.
* Rename gesture macros for sanity.
* Don't read gestures if TS has not suspended.
* Report SCHED_CAPACITY_SCALE to the problematic userspace for unity games.
* Add per-cpu threads for decompression in EROFS for better app launches and boot time.
* Set scheduler to use SCHED RR at high priority for lower latency.
* Drop TEO governor.
* Drop recent lpm-levels optimizations.
* Fully switch to WFI for cpuidle(should improve drains).
* Upgrade ZSTD to latest upstream v1.5.4.
* Fix HBM parameters to make HBM finally work.
* Restore brightness value when hbm is turned off.
* Implement exposure adjustment to have proper DC Dimming working.
* Adapt exposure adjustment values for sunny to have low flickering and minimal backlight intensity.

**-r16b15**
* Don't optimize wlan and audio drivers for size.
* Add support for /sys/touchpanel/double_tap node.
Expand Down

0 comments on commit f230edc

Please sign in to comment.