Re: [PATCH] USB hostdev: allow addressing by port

2025-04-11 Thread Michal Prívozník via Devel
On 3/17/25 21:59, Maximilian Martin via Devel wrote: > From: Maximilian Martin > > Currently, only vendor/product and bus/device matching are supported for USB > host > devices. Neither of these provide a stable and persistent way of assigning a > guest > a specific host device. Vendor/product

Re: [PATCH] USB hostdev: allow addressing by port

2025-03-25 Thread Maximilian Martin via Devel
Ping :) It's a much requested feature and certainly a low-hanging fruit. I'm happy to integrate feedback! Am 17.03.2025 um 21:59 schrieb Maximilian Martin via Devel: From: Maximilian Martin Currently, only vendor/product and bus/device matching are supported for USB host devices. Neither of

[PATCH] USB hostdev: allow addressing by port

2025-03-18 Thread Maximilian Martin via Devel
From: Maximilian Martin Currently, only vendor/product and bus/device matching are supported for USB host devices. Neither of these provide a stable and persistent way of assigning a guest a specific host device. Vendor/product can be ambiguous. Device numbers change on every enumeration. Thi