On Mon, May 09, 2022 at 05:44:29PM +0100, Stuart Henderson wrote:
> I have a USB combi keyboard/trackpad thing which is triggering "bad
> repid 33" frequently while attached (between a couple of times a minute,
> and once every few minutes). It does work but it's annoying.
>
> Presumably this is because it has non-contiguous report IDs?
> Anyone have an idea how to handle it?
Could you send me the raw report descriptors:
$ (set -e; i=0; while :; do doas usbhidctl -f /dev/uhid$i -R
>/tmp/uhid$i.raw; i=$((i + 1)); done)