What are the consequences of disabling HID-compliant devices?

2

I'm attempting to improve the frame-rate for a PC game called Condemned. My machine exceeds the recommended requirements described back in 2006. The machine is, however, running Windows 10.

Many forums are recommending that I disable "HID-Compliant Devices":

To get the best performance, you are going to want to disable all "HID-Compliant Device", you should not need to disable ANYTHING else.

I can't find any reasoning behind this method.

Inspecting the Properties of these devices via Device Manager doesn't tell me much about them. There are three types of HID-compliant devices on my machine:

  1. consumer control device (4 instances)
  2. system controller (2 instances)
  3. vendor-defined device (6 instances)

I have no idea what functionality is provided through these. I'm worried that I'll disable my keyboard or mouse if I disable these entries.

Update: Condemned will randomly have dramatically sharp drops in fps. Dropping from ~180 to 8. Unplugging the keyboard and mouse seems to restore the normal frame-rate.

Also, all but one of the HID-Compliant devices vanish once I disconnect them from my KVM: enter image description here

Switching from my computer to another via the KVM's switches makes for a quick remedy.

VitaminYes

Posted 2016-02-22T00:20:30.060

Reputation: 1 275

2I can't imagine any reason that would help, but I'm not a high-performance expert. – Ben N – 2016-02-22T01:23:58.280

Yes; you likely will disable your keyboard and mouse, and the suggestion, won't result in higher fps – Ramhound – 2016-02-22T02:58:28.730

I'm beginning to think there may be a connection as I noted in my update – VitaminYes – 2016-02-22T03:04:47.930

1

You never mentioned that you were using a KVM Switch before, KVM is something comcpletely different, please keep that in mind. https://en.wikipedia.org/wiki/Kernel-based_Virtual_Machine and https://en.wikipedia.org/wiki/KVM_switch

– Cestarian – 2016-02-22T03:35:04.120

I didn't think I'd need to distinguish the two. – VitaminYes – 2016-02-22T03:57:04.713

Answers

0

I haven't tried this myself. However from reading forums, this is a very common recommendation, and does apparently make a big difference. Apparently it shouldn't actually stop the devices from working, but may reduce some additional functionality.

user1751825

Posted 2016-02-22T00:20:30.060

Reputation: 846

Ah, so this will just remove features outside mouse clicks and key presses – VitaminYes – 2016-02-22T01:26:34.183

3@VitaminYes That would be my guess. These additional features would likely include customised buttons etc. The mouse/keyboard I expect would still function as PS/2 compatible devices. – user1751825 – 2016-02-22T01:53:48.433

0

after some investigation I found Under Human Interface Devices in device manager a HID-compliant device was the culprit. I went one by one disable and re-enable until i found the one that was the issue. Once i did i left it disabled.

Erik

Posted 2016-02-22T00:20:30.060

Reputation: 1

0

I did the same in order to play the game 'Fear'. However, i lost no additional functionality of the multimedia buttons of my keyboard, or mouse, or my Speakers. This is the only features it disables. Make sure to only disable the 'HID-compliant device' devices. No other HID devices.

More details on HID here.

Btw, if it still doesn't work for you disable the in-game Vsync. You can instead select the fast sync option from the Nvidia Profile Inspector application after you select the app / game you want and then setting the VSync option to FastSync.

Nikos

Posted 2016-02-22T00:20:30.060

Reputation: 159

0

I have found disabling HID does indeed allow FEAR and games that seem to be sensitive to POLLING of HID devices to run well.

FEAR would run ~ 25 FPS and go to over 200 FPS with HID devices disables with a 1070ti video card and AMD Ryzen 2600X CPU, for instance.

Oddly, my keyboard, mouse and sound ALL function 100% normally with the HID devices disabled. I rebooted to see if maybe a re-set is needed, but no, everything works the "same" as I use the PC after a re boot.

If I ENABLE the HID devices, FEAR FPS collapses to unplayable. SO I've kept them disabled while I play this game, and re-enable them later on when I'm finished.

My experience suggests that disabling HID devices to trouble shoot an odd older game MIGHT be a solution to more consistent FPS elsewhere, and that mouse / keyboard function, at least on my ASRock X470 Taichi W10 system, still work fine.

Report of the HID device POLLING frequency slowly bringing FPS down in certain older games seem to be the "answer". Stopping the polling by disabling the device drivers fixes it...I'm told. But, it works.

enter image description here

Galen Gareis

Posted 2016-02-22T00:20:30.060

Reputation: 1

-1

HID = Human Interface Device (Usually used to refer to peripherals such as keyboards and mice)

I guess from that you can tell that HID Compliant Devices are most likely going to be some input devices or others you have connected to your computer. Disabling them all would probably lead your HID's to stop working, because you know... you disabled them. Are you sure this wasn't just some troll post that recommended you to do this?

Judging by the setup in device manager, I imagine "HID Compliant Device" is some sort of slot, so basically if you plug in another HID one of these slots will be filled to activate that device. It could also be left-over generic HID drivers for devices you have once upon a time plugged into your computer but are not currently plugged in (for faster hot-plugging). This could also actually be active drivers for your current devices or some of their components, I don't know because information about this on the internet seems lacking. But either way, I don't see why this would have any positive effects for anything. Definitely sounds like a shady deal to me, but please tell me how it goes if you try. Worst case, your Keyboard and mouse will stop working, what do you have to lose?

Cestarian

Posted 2016-02-22T00:20:30.060

Reputation: 1 418

The advice was not directed at me, but multiple users across different sites. Also, I believe windows will hide or "ghost" unplugged devices and not insert the "HID-compliant" string in front of them. – VitaminYes – 2016-02-22T01:43:11.340

@VitaminYes might be, this seems awful poorly documented after all. – Cestarian – 2016-02-22T01:44:21.717

Ghosted/hidden devices: http://www.addictivetips.com/windows-tips/remove-uninstall-hiddenghosted-devices/

– VitaminYes – 2016-02-22T01:45:26.403

@VitaminYes I meant HID Compliant Devices being poorly documented. And that isn't documentation, it's a "windows tip" but I get what you mean, it's probably true although it doesn't seem to apply 100% of the time (for example my device manager is displaying a Corsair input device despite none being connected to the computer at the moment, my corsair keyboard is actually connected to a different computer but I tested it in the past on this computer) – Cestarian – 2016-02-22T01:48:39.357

Sorry, I meant to add that as a supplement to my first comment. Not sure if Microsoft has any KB's on it – VitaminYes – 2016-02-22T01:52:46.357