CVSROOT: /cvs Module name: src Changes by: kir...@cvs.openbsd.org 2025/01/05 19:13:55
Modified files: sys/dev/i2c : ihidev.c Log message: sys/ihidev: respect RESET_RESPONSE i2c states that a device should response for RESET in less than 5 seconds, and if it doesn't reponse as 0x00 0x00 it shouldn't be used. Without waiting the RESET response a HID report description from touchpad at Honor Magicbook 14 Art Snapdragon is reading as as series of 0xFF bytes every time. Feedback and help to find the right fix instead of qurik from mvs@ OK: mglocker@ jcs@