created | 2021-08-31T18:07:09Z |
---|---|
begin | 2021-08-26T00:00:00Z |
end | 2021-08-27T00:00:00Z |
path | src/sys |
commits | 4 |
date | 2021-08-26T07:11:09Z | |||
---|---|---|---|---|
author | kevlo | |||
files | src/sys/dev/pci/if_iwm.c | log | diff | annotate |
src/sys/dev/pci/if_iwx.c | log | diff | annotate | |
message |
There are some races in the hardware which thus require a few more tries to get ownership. See Linux commit 501fd9895c1d7d8161ed56698ae2fccb10ef14f5 ok stsp@ |
date | 2021-08-26T10:29:02Z | |||
---|---|---|---|---|
author | anton | |||
files | src/sys/dev/usb/ucc.c | log | diff | annotate |
message | Add missing leading colon to error message. |
date | 2021-08-26T10:32:35Z | |||
---|---|---|---|---|
author | anton | |||
files | src/sys/dev/usb/ucc.c | log | diff | annotate |
message | Rename ucc_intr_to_usage() to ucc_bits_to_usage(), no functional change. |
date | 2021-08-26T21:05:01Z | |||
---|---|---|---|---|
author | jcs | |||
files | src/sys/dev/i2c/ihidev.c | log | diff | annotate |
message |
Request wMaxInputLength bytes of data on each interrupt which should already account for the two-byte length and one-byte report id, rather than adding them ourself and requesting wMaxInputLength + 3. Fixes dwiic timeouts requesting data from at least one touchpad. Tested by various |