Re: git: 9d804b0a9c1d - main - sysutils/plasma6-kinfocenter: fix path to USB IDs database
- Reply: Sergey A. Osokin: "Re: git: 9d804b0a9c1d - main - sysutils/plasma6-kinfocenter: fix path to USB IDs database"
- Reply: Max Brazhnikov : "Re: git: 9d804b0a9c1d - main - sysutils/plasma6-kinfocenter: fix path to USB IDs database"
- In reply to: Max Brazhnikov : "git: 9d804b0a9c1d - main - sysutils/plasma6-kinfocenter: fix path to USB IDs database"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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.