Fix incorrect clasification of hardware devices

This resolves a bug accidentally introduced in GIT hash b282a7bb
pull/16/head
Timothy Pearson 11 years ago
parent 93993ebd03
commit d6816283be

@ -4136,6 +4136,11 @@ TDEGenericDevice* TDEHardwareDevices::classifyUnknownDevice(udev_device* dev, TD
device = classifyUnknownDeviceByExternalRules(dev, device, false);
}
// Internal use only!
device->m_udevtype = devicetype;
device->m_udevdevicetypestring = devicetypestring;
device->udevdevicetypestring_alt = devicetypestring_alt;
updateExistingDeviceInformation(device, dev);
if (temp_udev_device) {

Loading…
Cancel
Save