From 54578ce023227543f531a56fcc178b9e95e9ab5e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 2 Oct 2014 08:41:28 -0500 Subject: Add mimeTypePtrFast method to KFileItem This relates to Bug 699 Clean up a couple of minor build warnings Classify usbmisc devices --- tdecore/tdehw/tdehardwaredevices.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tdecore') 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 -- cgit v1.2.1