created | 2022-10-04T22:38:51Z |
---|---|
begin | 2022-09-26T00:00:00Z |
end | 2022-09-27T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2022-09-26T06:14:21Z | |||
---|---|---|---|---|
author | sdk | |||
files | src/sys/dev/usb/usbdevs | log | diff | annotate |
src/sys/dev/usb/uwacom.c | log | diff | annotate | |
message | uwacom(4): Support for Wacom One S (CTL-472) |
date | 2022-09-26T06:17:22Z | |||
---|---|---|---|---|
author | sdk | |||
files | src/sys/dev/usb/usbdevs.h | log | diff | annotate |
src/sys/dev/usb/usbdevs_data.h | log | diff | annotate | |
message | Regenerate usbdevs{.h,_data.h} for Wacom One S (CTL-472) |
date | 2022-09-26T15:49:59Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/simplefb.c | log | diff | annotate |
message |
For framebuffers that don't start on a page boundary, we need to allow mapping of all the pages used by the framebuffer, even those that are only used partially. Adjust the check in simplefb_wsmmap() to allow that. While there, also make sure we use a (rounded down) page aligned address base address for the physical address we return. Fixes X on the 16" Macbook Pro. ok patrick@, deraadt@ |