created | 2022-06-12T00:13:13Z |
---|---|
begin | 2022-06-09T00:00:00Z |
end | 2022-06-10T00:00:00Z |
path | src/sys |
commits | 4 |
date | 2022-06-09T12:13:56Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/files.fdt | log | diff | annotate |
src/sys/dev/fdt/gpiorestart.c | log | diff | annotate | |
message |
Add gpiorestart(4), a driver that resets a SoC/board/machine using a GPIO pin. ok jsg@ |
date | 2022-06-09T12:16:56Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/riscv64/conf/GENERIC | log | diff | annotate |
src/sys/arch/riscv64/conf/RAMDISK | log | diff | annotate | |
message | Add gpiorestart(4). |
date | 2022-06-09T14:43:28Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/dwmmc.c | log | diff | annotate |
message |
Handle "broken-cd" as "non-removable" like we do in dwmmc(4). Needed on the StarFive VisionFive board. ok patrick@ |
date | 2022-06-09T22:17:18Z | |||
---|---|---|---|---|
author | bru | |||
files | src/sys/dev/wscons/wstpad.c | log | diff | annotate |
message |
Reorganize the handling of tap inputs. This change fixes bugs concerning the transition into the hold/drag state after double taps or two- or three-finger taps. In addition, it ensures that button events properly match the logical button state when tap inputs and button inputs overlap. |