Re: git: 9d804b0a9c1d - main - sysutils/plasma6-kinfocenter: fix path to USB IDs database

From: Gleb Popov <arrowd_at_freebsd.org>
Date: Thu, 17 Jul 2025 16:05:59 UTC
On Thu, Jul 17, 2025 at 7:02 PM Max Brazhnikov <makc@freebsd.org> 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.
Some other KDE component already use hwdata too.