tp-libvirt icon indicating copy to clipboard operation
tp-libvirt copied to clipboard

virtio_page_per_vq: enhance input event file

Open dzhengfy opened this issue 5 months ago • 1 comments

Regarding /dev/input/event* files, there might be some different situation. For example,

  • No event file exsit at all
  • Only /dev/input/event0 exists
  • Only /dev/input/event1 exists
  • Both /dev/input/event0 and /dev/input/event1 exists
  • and more ...

So this patch is intending to support above situations instead of hardcoding with event1.

dzhengfy avatar Sep 06 '24 09:09 dzhengfy