created | 2023-01-17T09:37:07Z |
---|---|
begin | 2023-01-03T00:00:00Z |
end | 2023-01-04T00:00:00Z |
path | src/sys |
commits | 4 |
date | 2023-01-03T10:59:00Z | |||
---|---|---|---|---|
author | tobhe | |||
files | src/sys/dev/fdt/gpiobl.c | log | diff | annotate |
message |
Disable display backlight on Apple Silicon laptops when suspending. ok kettenis@ patrick@ |
date | 2023-01-03T15:50:52Z | |||
---|---|---|---|---|
author | anton | |||
files | src/sys/dev/usb/uhidpp.c | log | diff | annotate |
message | Group more request and response constants. |
date | 2023-01-03T15:51:40Z | |||
---|---|---|---|---|
author | anton | |||
files | src/sys/dev/usb/uhidpp.c | log | diff | annotate |
message |
The software id in the request must be copied as is to the response by the hardware. Leverage the fact that the same id can be anything within [1, 15] by using a different id per request in a round robin fashion. Makes it easier to correlate requests and responses while making sense of the debug output. |
date | 2023-01-03T15:52:02Z | |||
---|---|---|---|---|
author | anton | |||
files | src/sys/dev/usb/uhidpp.c | log | diff | annotate |
message | Poll battery sensors less frequently. |