Aug. 20, 2026
6:44 a.m.
Rémi Bernon (@rbernon) commented about dlls/winebus.sys/unixlib.h:
UINT input; UINT uid; UINT bus_type; + UINT class; + UINT subclass; + UINT protocol;
A single, more generic, bus_id member seems more appropriate, as we have a bus_type already. The three bytes could be combined into an UINT for instance, and -1 could be used as an unset value, avoiding any conflict with another valid USB class/subclass/protocol combination. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/11205#note_149334