summaryrefslogtreecommitdiff
path: root/sysutils/plasma6-kinfocenter/files/patch-kcms_usbview_usbdb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/plasma6-kinfocenter/files/patch-kcms_usbview_usbdb.cpp')
-rw-r--r--sysutils/plasma6-kinfocenter/files/patch-kcms_usbview_usbdb.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/plasma6-kinfocenter/files/patch-kcms_usbview_usbdb.cpp b/sysutils/plasma6-kinfocenter/files/patch-kcms_usbview_usbdb.cpp
new file mode 100644
index 000000000000..52e4a362892d
--- /dev/null
+++ b/sysutils/plasma6-kinfocenter/files/patch-kcms_usbview_usbdb.cpp
@@ -0,0 +1,11 @@
+--- kcms/usbview/usbdb.cpp.orig 2025-07-15 09:51:22 UTC
++++ kcms/usbview/usbdb.cpp
+@@ -16,7 +16,7 @@ USBDB::USBDB()
+ {
+ QString db = QStringLiteral("/usr/share/hwdata/usb.ids"); /* on Fedora and Arch*/
+ if (!QFile::exists(db)) {
+- db = QStringLiteral("/usr/share/misc/usb.ids"); /* on Gentoo */
++ db = QStringLiteral("/usr/share/misc/usb_vendors"); /* on FreeBSD */
+ }
+ if (db.isEmpty())
+ return;