185264646

Results 11 issues of 185264646

MajsoulPaipuAnalyzer is a software developed by @zyr17 . The paipus file that the software uses is different from tenhou. Using that file to get paipus file is much easier than...

The initial supported devices are the 3 LTE dongles. Still experimental. Tests are welcomed. TODO: - [ ] arm32? - [ ] fix LED and TRIGGER vars - [ ]...

``` [950] scm call is_secure_boot_enable failed ``` Currently it recognize a failed secure boot status query as seccessful and enabled. We should add a new state like "unknown" when such...

There is no gl variants virtio-gpu backends in MSYS2 QEMU, but the official build has. MSYS2: ```bash $ qemu-system-x86_64 -device help Display devices: name "ati-vga", bus PCI name "bochs-display", bus...

enhancement

The client always exited after working a few seconds or few minutes. I used strace to find out the reason and found that it was terminated by SIGPIPE. environment: Win10...

bug

https://lotabout.me/2015/write-a-C-interpreter-2/ 该章中JZ/JNZ指令一节中JNZ指令的实现代码后的注释少了not,应为else if (op == JNZ) {pc = ax ? (int *)*pc : pc + 1;} // jump if ax is **not** zero

Not fully tested yet. Only a draft. TODO: How do we handle LEDs? Entirely in userspace or some with default-trigger? Do we need to follow the downstream usage of the...

All of them already have arm64 support in mainline. But for the following reasons, it might be appropriate to add arm32 aupport: 1. arm64 is only supoorted with an updated...

needs-upstreaming

**Describe the issue** When adding https://cydia.getutm.app to the repo list of Sileo, it failed with ``` Error: Didn't find architectures DPKGArchitectures() in https://cydia.getutm.app/Release Error: Could not find release file for...

For UFI001c and jz0145. The device tree configured the EDL button to be pull up and active_low, which is likely to be wrong, and is different with zhihe-various node. https://github.com/msm8916-mainline/lk2nd/blob/6a205e5317e11471e1b9eb2d807aa48d8155271f/lk2nd/device/dts/msm8916/msm8916-512mb-mtp.dts#L70...