-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Labels
A: IPTSArea: Issue in IPTS driverArea: Issue in IPTS driverC: enhancementCategory: New feature or requestCategory: New feature or requestP: lowPriority: Low priorityPriority: Low priority
Description
My little concern is that we cannot distinguish touch devices by name anymore:
# before
$ libinput list-devices | grep ipts
Device: ipts 1B96:005E UNKNOWN
Device: ipts 1B96:005E
Device: ipts 1B96:005E Touchscreen
Device: ipts 1B96:005E Mouse
# after
$ libinput list-devices | grep ipts
Device: ipts 1B96:005E
Device: ipts 1B96:005ENo impact on functionality, though.
I hope we can change the name by IPTS driver side rather than patching to hid-multitouch.c at some point, like ipts 1B96:005E Pen and ipts 1B96:005E Touchscreen (for human).
(The ipts 1B96:005E UNKNOWN device was a single-touch device.)
(I don't know what was the purpose of the ipts 1B96:005E Mouse. It seems to be not used by any input for me.)
Originally posted by @kitakar5525 in #3 (comment)
Metadata
Metadata
Assignees
Labels
A: IPTSArea: Issue in IPTS driverArea: Issue in IPTS driverC: enhancementCategory: New feature or requestCategory: New feature or requestP: lowPriority: Low priorityPriority: Low priority