CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2025/06/20 16:00:49
Modified files: sys/dev/i2c : ihidev.c Log message: Fix the implementation of the GET_REPORT command. While it does need an extra byte to send a report ID >= 15, the report we recieve always has the report ID in a single byte. ok jcs@