var fDesc=new Array(); fDesc[0] = "Unknown Device Identifier enables you to identify the yellow question mark labeled Unknown Devices in Device Manager.

And reports you a detailed summary for the manufacturer name, OEM name, device type, device model and even the exact name of the unknown devices.

With the collected information, you might contact your hardware manufacturer for support or search the Internet for the corresponding driver with a simple click.

With this utility, you might immediately convert your unidentified unknown devices into identified known devices and find proper driver on the Internet and contact the hardware device manufacturer or vender.

Known devices recognized by Microsoft Windows will also be analyzed independent of the operating system.

Identify USB 1.1/2.0/3.0 Device
Identify IEEE 1394 Device
Identify ISA Plug&Play Device
Identify AGP Bus Device
Identify PCI, PCI-E, eSATA Device
Multilingual interface: English, French
Find Drivers for Hardware Devices
Contact Hardware Vender directly
Save or Print Hardware information"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }