Vladimir Kondratyev

Results 120 comments of Vladimir Kondratyev

> but the keys are still a missing piece. I think uinput plugin is required for keys to work.

Please provide: 1. Console output of kldloading iichid.ko on debug level 1 (default for wulf7/iichid, sysutils/iichid enables it with DEBUG option turned on at port compile stage). 2. Install devel/evemu,...

Unfortunately your touchpad uses Elantech proprietary protocol rather than HID for multitouch mode which is not supported in this driver. It is possible to port Elantech driver from Linux which...

There is not yet committed OpenBSD driver for Elan I2C touchpad https://marc.info/?l=openbsd-tech&m=158509428830926 Porting it to FreeBSD looks rather straightforward. One is to replace OpenBSD bus bits (probe, interrupt establishing and...

I added a port of "Linux Elan I2C touchpad" driver to iichid, so you can test it. I do not have a hardware to do that.

Elantech proprietary protocol support was not imported into 13.0 due to lack of testing. You may create FreeBSD bugzilla issue and assign it to me to test patches as this...

The report descriptor is broken. It does not define usage number for 2-nd and 3-rd collections.

Why does this report descriptor have 3 collections instead of single one? Just defining of 3 reports should be enough.

> hm, usage number is not global for all subsequent collections in the descriptor? okay.. IIRC, Upper 16 bits of usage or UsagePage is global for all HID items including...