wugren il y a 3 ans
Parent
commit
1f535b2dc1
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  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);