On Thu, 17 Jul 2025 19:05:59 +0300 Gleb Popov wrote: > On Thu, Jul 17, 2025 at 7:02 PM Max Brazhnikov <[email protected]> wrote: > > > > +- db = QStringLiteral("/usr/share/misc/usb.ids"); /* on Gentoo */ > > ++ db = QStringLiteral("/usr/share/misc/usb_vendors"); /* on FreeBSD > > */ > > I'd rather make it "/usr/local/share/hwdata/usb.ids" that comes from > misc/hwdata. This would provide a more up-to-date list.
Ack, thank you! However, there are /usr/local/share/usbids/usb.ids by misc/usbids /usr/local/share/hwdata/usb.ids by misc/hwdata /hwdata/usr/share/misc/usb_vendors which is identical to usb.ids provided by usbids port. Sunpoet, do we really need second port for usbids? > Some other KDE component already use hwdata too. yeah, with different workarounds. I'll look into unifying the solution and pushing it upstream. Max
