Skip to content

Expose /dev/input device via it's usb vendor/product id?Β #78

@RandomGHUser

Description

@RandomGHUser

Thank you for writing this plugin - if I'm exposing a usb keyboard / mouse to my container as usb, they will not be detected (as no /dev/inputs are created, only the /dev/bus usb devices). On the host, the keyboard is generally mapped as event(x), mouse as mouse0, but the nums can obviously change. I can bind the first 30 count of my /dev/input, then they will work in my container, but I was wondering if there was a way to bind the exact /dev/input entries needed specificially based on parent usb vendor/product id without having to do a generic scope. I would like to stay away from writing custom udev rules on my host, if possible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions