JianyuWang
JianyuWang
## Summary - Add thermal framework - governor: step_wise - cooling device: cpufreq - debug: procfs - For example, see: drivers/thermal/thermal_dummy.c. - Refs: Linux,《SoC底层软件低功耗系统设计与实现 》, ... ## Impact New feature,...
## Summary Add pipeline support for nsh commandline through `pipe2()` and `posix_spawn_file_actions_adddup2()` 1. Pack parameters of nsh_execute() as struct nsh_exec_param_s - Input redirect flags currently is hardcode, passing by arguments...
# Summary 1. Fix used after free issue about handle close - 243f21e2ec8081e26131357a590bed45a783013b 2. Fix memory leaks when adbd exit - 6b47b63c14d4bcef45df1ecb7265a93109fbf56c 3. Call service_close to send CLSE frame when...
## Summary A successful write() may transfer fewer than count bytes. Link: https://github.com/spiriou/microADB/pull/43 ## Impact adb/qemu_pipe ## Testing CI
## Summary New features for microADB, please see the commit message for details. - a34e817f3251e32c8579141801c77d12ededae0f: The host report "error: closed" after `adb reboot` - 861e8cbf590fd023bc617537d368b231f977e35c: Fix crash - 19345e8a9a4f1df3c476336d135481591001c9ce: Skip...
# Summary 1. Support using timer to check usb hotplug event 2. Support using inotify to check usb hotplug event # Impack The new features enabled by `CONFIG_ADBD_USB_HOTPLUG_BYNOTIFY` and `ADBD_USB_HOTPLUG_BYTIMER`...
## Summary Fix output format of fd info. Refered to PRINTF(3), the [v]snprintf returns the number of characters printed (excluding the null byte used to end output to strings). >...