Isso pode ter a ver com "USB selective suspend": uma pesquisa rápida mostra pessoas que têm teclas ctrl / shift / alt "grudadas" e problemas com repetição de teclado que resolvem isso modificando um registro valor associado ao seu dispositivo.
É um processo complicado identificar a chave de registro para editar e desabilitar o recurso. Primeiro, você precisa dos IDs de fornecedor, produto e instância da página de propriedades gerenciador de dispositivos do teclado:
An example of all three concatenated:
USB\VID_045E&PID_000E&61F43E3&0&2
Open regedit.exe, navigate to:
HKEY_LOCAL_MACHINE\ SYSTEM\ CurrentControlSet\Enum\USB
Expand the USB folder and open the folder with the name that matches the VID and PID
Find the folder that matches the Instance ID (in the example, it’s 6&61F43E3&0&2)
Under the Instance ID key, select Device Parameters.
In the details pane, right-click the EnhancedPowerManagementEnabled entry and then click Modify.
Change the Value data to 0 and then click OK
O texto acima é resumido em ( link ) que possui fotos e mais detalhes.