diff options
Diffstat (limited to 'sysutils/plasma6-kinfocenter/files/patch-kcms_usbview_usbdb.cpp')
-rw-r--r-- | sysutils/plasma6-kinfocenter/files/patch-kcms_usbview_usbdb.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/plasma6-kinfocenter/files/patch-kcms_usbview_usbdb.cpp b/sysutils/plasma6-kinfocenter/files/patch-kcms_usbview_usbdb.cpp deleted file mode 100644 index 52e4a362892d..000000000000 --- a/sysutils/plasma6-kinfocenter/files/patch-kcms_usbview_usbdb.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- 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; |