CVS: cvs.openbsd.org: src
Kirill A. Korinsky <[email protected]>
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/04 10:22:47 Modified files: sys/dev/i2c : ihidev.c Log message: sys/ihidev: replace HONOR MagicBook Touchpad quirk Old quirk was unstable, it brings, some boots, touchpad with multitouch, but still failed on on reading the report. It was observed that sending anything to the touchpad wakes it up but it ignores the command that was sent. If it was GET_REPORT, when read reads series of 0xff. Here a clean and trivial quirk where I send the second GET_REPORT and ignore the first one. OK: mglocker@