CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/01/03 08:51:40
Modified files:
sys/dev/usb : uhidpp.c
Log 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.
