Itβs nice that Microsoft is pushing for all pen tablet (stylus) support in laptops to use the obvious generic set of HID reports. Quite probably, Microsoft is to thank for the Wacom touchscreen in my Pixelbook implementing that. Iβve seen the heaps of code in the Linux kernel to support Wacomβs custom protocols, that wouldβve been very NOT fun to implement :)
Took like an hour max to get to working reports in console (dmesg), all thatβs left is to evdev-ify it.
Coming to iichid pull requests soon
(but for now thereβs no multiple device support in hidbus
, so wonβt be mergeable yet).