On Mon, 6 Jan 2020 10:37:17 +0100 Tomasz Moń <desowin@xxxxxxxxx> wrote: > Make USB device addresses match while sniffing USB communication > with usbmon and hardware USB sniffer (OpenVizsla) at the same time. > On xHCI root hubs the address is assigned by hardware and can be > different than devnum. > - unsigned char devnum; /* Device address */ > + unsigned char devaddr; /* Device address */ I think it's fine, the name of the field is not exported by a header anyway, so there's no impact. Acked-by: Pete Zaitcev <zaitcev@xxxxxxxxxx> -- Pete