created | 2023-08-19T15:35:40Z |
---|---|
begin | 2023-08-12T00:00:00Z |
end | 2023-08-13T00:00:00Z |
path | src/sys |
commits | 7 |
date | 2023-08-12T06:28:13Z | |||
---|---|---|---|---|
author | miod | |||
files | src/sys/arch/arm64/arm64/copy.S | log | diff | annotate |
message | Fix comments regarding pcb_onfault maintainence. No code change. |
date | 2023-08-12T07:22:56Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/uvm/uvm_page.c | log | diff | annotate |
message |
Add sanity checks in uvm_pagelookup(). ok kettenis@ |
date | 2023-08-12T10:03:05Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/i2c/ihidev.c | log | diff | annotate |
message |
Don't power down if the device is already opened. This happens when an ikbd(4) attaches and becomes the console keyboard. We would power down the device but never power it on again when userland opened ikbd(4) as an input device since that is only done on the first open. The result was a non-functioning keyboard if the hardware actually implemented the power down command. A lot of hardware actually doesn't (which is why this wasn't noticed for some time) but the ASUS X205T does. ok miod@ |
date | 2023-08-12T13:19:28Z | |||
---|---|---|---|---|
author | miod | |||
files | src/sys/kern/kern_clock.c | log | diff | annotate |
message | Repair compilability for non-MULTIPROCESSOR kernels. |
date | 2023-08-12T20:43:49Z | |||
---|---|---|---|---|
author | miod | |||
files | src/sys/dev/usb/usbdevs | log | diff | annotate |
message |
Another Wacom tablet; from Vladimir Meshcheriakov (first name dot last name at epita somewhere in france) |
date | 2023-08-12T20:44:32Z | |||
---|---|---|---|---|
author | miod | |||
files | src/sys/dev/usb/usbdevs.h | log | diff | annotate |
src/sys/dev/usb/usbdevs_data.h | log | diff | annotate | |
message | Regen |
date | 2023-08-12T20:47:06Z | |||
---|---|---|---|---|
author | miod | |||
files | src/sys/dev/hid/hid.c | log | diff | annotate |
src/sys/dev/hid/hid.h | log | diff | annotate | |
src/sys/dev/hid/hidms.c | log | diff | annotate | |
src/sys/dev/hid/hidmsvar.h | log | diff | annotate | |
src/sys/dev/usb/uhidev.c | log | diff | annotate | |
src/sys/dev/usb/uwacom.c | log | diff | annotate | |
message |
Better uwacom(4) support for Intuos S and One S tablets; most of the work done by Vladimir Meshcheriakov (first name dot last name at epita somewhere in frogland), thanks! Tested by Peter J. Philipp on Intuos Draw and by espie@ on Intuos S. |