wugren %!s(int64=3) %!d(string=hai) anos
pai
achega
1f535b2dc1
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      hidapi/windows/hid.c

+ 1 - 2
hidapi/windows/hid.c

@@ -371,8 +371,7 @@ extern "C" {
 					strstr(driverkey, "VID_28E9") != NULL || strstr(driverkey, "VID_1cbe") != NULL ||
 					strstr(driverkey, "VID_1cb0") != NULL || strstr(driverkey, "VID_0493") != NULL ||
 					strstr(driverkey, "VID_0525") != NULL || strstr(driverkey, "VID_09c5") != NULL ||
-					strstr(driverkey, "VID_1CBE") != NULL || strstr(driverkey, "VID_067B") != NULL ||
-					strstr(driverkey, "VID_095C") != NULL) {
+					strstr(driverkey, "VID_1CBE") != NULL || strstr(driverkey, "VID_067B") != NULL) {
 					/* See if there's a driver bound. */
 					res = SetupDiGetDeviceRegistryPropertyA(device_info_set, &devinfo_data,
 						SPDRP_DRIVER, NULL, (PBYTE)driver_name, sizeof(driver_name), NULL);