User Tools

Site Tools


windows:usb_dev_not_reconized

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
windows:usb_dev_not_reconized [2016/12/19 16:01]
tschulz created
windows:usb_dev_not_reconized [2016/12/20 10:48] (current)
tschulz [Human Interface Device (HID) Device Class Definition]
Line 1: Line 1:
 ====== Windows Vista-Server 2008R2 USB Device not Recognized ====== ====== Windows Vista-Server 2008R2 USB Device not Recognized ======
  
-===== USB Device Class Definition ​=====+===== Issue and Fix ===== 
 +  * Most of the time when USB devices are not recognized the device class definitions have been lost in the Windows Registry. ​ Here are a Class definitions from a Windows 2008 R2 install that should allow USB devices to work again 
 + 
 +===== Device Class Definitions ​===== 
 + 
 + 
 +==== USB Device Class Definition ​====
  
 <file reg usb.reg> <file reg usb.reg>
Line 439: Line 445:
 </​file>​ </​file>​
  
-===== Keyboard Device Class Definition ​=====+==== Keyboard Device Class Definition ====
  
 <file reg keyboard.reg>​ <file reg keyboard.reg>​
Line 480: Line 486:
 </​file>​ </​file>​
  
-===== Mouse Device Class Definition ​=====+==== Mouse Device Class Definition ====
  
 <file reg mouse.reg>​ <file reg mouse.reg>​
Line 519: Line 525:
 "​MatchingDeviceId"​="​hid_device_system_mouse"​ "​MatchingDeviceId"​="​hid_device_system_mouse"​
 "​DriverDesc"​="​HID-compliant mouse" "​DriverDesc"​="​HID-compliant mouse"
 +</​file>​
 +
 +==== Human Interface Device (HID) Device Class Definition ====
 +<file reg hid.reg>
 +Windows Registry Editor Version 5.00
 +
 +[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{745A17A0-74D3-11D0-B6FE-00A0C90F57DA}]
 +"​Class"​="​HIDClass"​
 +"​ClassDesc"​="​@hid.dll,​-101"​
 +@="​Human Interface Devices"​
 +"​IconPath"​=hex(7):​25,​00,​73,​00,​79,​00,​73,​00,​74,​00,​65,​00,​6d,​00,​72,​00,​6f,​00,​6f,​00,​\
 +  74,​00,​25,​00,​5c,​00,​73,​00,​79,​00,​73,​00,​74,​00,​65,​00,​6d,​00,​33,​00,​32,​00,​5c,​00,​73,​\
 +  00,​65,​00,​74,​00,​75,​00,​70,​00,​61,​00,​70,​00,​69,​00,​2e,​00,​64,​00,​6c,​00,​6c,​00,​2c,​00,​\
 +  2d,​00,​32,​00,​34,​00,​00,​00,​00,​00
 +"​NoInstallClass"​="​1"​
 +
 +[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{745A17A0-74D3-11D0-B6FE-00A0C90F57DA}\0000]
 +"​InfPath"​="​input.inf"​
 +"​InfSection"​="​HID_Inst"​
 +"​InfSectionExt"​="​.NT"​
 +"​ProviderName"​="​Microsoft"​
 +"​DriverDateData"​=hex:​00,​80,​8c,​a3,​c5,​94,​c6,​01
 +"​DriverDate"​="​6-21-2006"​
 +"​DriverVersion"​="​6.1.7601.18199"​
 +"​MatchingDeviceId"​="​generic_hid_device"​
 +"​DriverDesc"​="​USB Input Device"​
 +
 +[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{745A17A0-74D3-11D0-B6FE-00A0C90F57DA}\0001]
 +"​InfPath"​="​input.inf"​
 +"​InfSection"​="​HID_Inst"​
 +"​InfSectionExt"​="​.NT"​
 +"​ProviderName"​="​Microsoft"​
 +"​DriverDateData"​=hex:​00,​80,​8c,​a3,​c5,​94,​c6,​01
 +"​DriverDate"​="​6-21-2006"​
 +"​DriverVersion"​="​6.1.7601.18199"​
 +"​MatchingDeviceId"​="​generic_hid_device"​
 +"​DriverDesc"​="​USB Input Device"​
 +
 +[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{745A17A0-74D3-11D0-B6FE-00A0C90F57DA}\0002]
 +"​InfPath"​="​input.inf"​
 +"​InfSection"​="​HID_Inst"​
 +"​InfSectionExt"​="​.NT"​
 +"​ProviderName"​="​Microsoft"​
 +"​DriverDateData"​=hex:​00,​80,​8c,​a3,​c5,​94,​c6,​01
 +"​DriverDate"​="​6-21-2006"​
 +"​DriverVersion"​="​6.1.7601.18199"​
 +"​MatchingDeviceId"​="​generic_hid_device"​
 +"​DriverDesc"​="​USB Input Device"​
 +
 +[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{745A17A0-74D3-11D0-B6FE-00A0C90F57DA}\0003]
 +"​InfPath"​="​input.inf"​
 +"​InfSection"​="​HID_Inst"​
 +"​InfSectionExt"​="​.NT"​
 +"​ProviderName"​="​Microsoft"​
 +"​DriverDateData"​=hex:​00,​80,​8c,​a3,​c5,​94,​c6,​01
 +"​DriverDate"​="​6-21-2006"​
 +"​DriverVersion"​="​6.1.7601.18199"​
 +"​MatchingDeviceId"​="​generic_hid_device"​
 +"​DriverDesc"​="​USB Input Device"​
 </​file>​ </​file>​
windows/usb_dev_not_reconized.1482184888.txt.gz · Last modified: 2016/12/19 16:01 by tschulz