View Issue Details

IDProjectCategoryView StatusLast Update
0006776JEDI API & WSC Library00 JVCL Componentspublic2024-09-17 14:34
ReporterthecocceAssigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status newResolutionopen 
Summary0006776: JvHidControllerClass raises exception (RsEDeviceCannotBeIdentified) during creation.
DescriptionAs reported as https://github.com/project-jedi/jvcl/pull/56 on device Surface Pro the problem still occurs.
I have update windows to Win11 but the problem isn't fixed.
I create a workaround, but I don't like using custom JVCL library file.

   if not HidD_GetAttributes(HidFileHandle, FAttributes) then
     raise EControllerError.CreateRes(@RsEDeviceCannotBeIdentified);

to

   HidD_GetAttributes(HidFileHandle, FAttributes);

TagsNo tags attached.

Activities

thecocce

2024-09-17 14:34

reporter  

2024-09-17 14_23_45-TABLET-SURFACE-GO.png (304,493 bytes)

Issue History

Date Modified Username Field Change
2024-09-17 14:34 thecocce New Issue
2024-09-17 14:34 thecocce File Added: 2024-09-17 14_23_45-TABLET-SURFACE-GO.png