Skip to content

tests: add one lenovo trackpad rdesc

Tao Jin requested to merge tao-j/hid-tools:test_leno_ptp into master

Added one test device as requested by

https://lore.kernel.org/linux-input/CO6PR03MB62418A2C022A8E9EDC11A633E1F39@CO6PR03MB6241.namprd03.prod.outlook.com/

However, it seems unclear to me that how this should work. I do have dumps when it can trigger a misbehavior mentioned in the patch. But this test only contains a device descriptor. There should be something like replaying the hidrecord and assert if the kernel reaction is not intended. A quick skim over the implementation it seems that we need to write some code to simulate the behavior of the recording?

Attached a 3 finger liftoff quickly but 2 finger tip state change reported (after last E:, no finger on pad). 3f.log

Merge request reports