summaryrefslogtreecommitdiffstats
path: root/tdecore/tdehw
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-02 08:41:28 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-02 08:41:28 -0500
commit54578ce023227543f531a56fcc178b9e95e9ab5e (patch)
tree17258b2bded8681198dd5003bfcd2a212c203e95 /tdecore/tdehw
parent09a4688659beb1f585cbd8d59b57eb75b9c1fab9 (diff)
downloadtdelibs-54578ce023227543f531a56fcc178b9e95e9ab5e.tar.gz
tdelibs-54578ce023227543f531a56fcc178b9e95e9ab5e.zip
Add mimeTypePtrFast method to KFileItem
This relates to Bug 699 Clean up a couple of minor build warnings Classify usbmisc devices
Diffstat (limited to 'tdecore/tdehw')
-rw-r--r--tdecore/tdehw/tdehardwaredevices.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tdecore/tdehw/tdehardwaredevices.cpp b/tdecore/tdehw/tdehardwaredevices.cpp
index 194bf6c7e..3ae7479ab 100644
--- a/tdecore/tdehw/tdehardwaredevices.cpp
+++ b/tdecore/tdehw/tdehardwaredevices.cpp
@@ -2243,6 +2243,7 @@ TDEGenericDevice* TDEHardwareDevices::classifyUnknownDevice(udev_device* dev, TD
// Last ditch attempt at classification
// Likely inaccurate and sweeping
if ((devicesubsystem == "usb")
+ || (devicesubsystem == "usbmisc")
|| (devicesubsystem == "usb_device")
|| (devicesubsystem == "usbmon")) {
// Get USB interface class for further classification