eth.morozova
|
c6907d90bc
account for cases when a USB device driver has been already installed but not via DriverDatabase, e.g. when UsbHidDriver.Install is called before a HID device insertion; before the fix ConsultDriverDatabase(dev) returned TRUE at the very first device insertion (because DriverDatabase did not have UsbHidDriver command execution in its command history), and therefore required to replug the device to actually initialize the driver instance
|
6 年之前 |
eth.metacore
|
0743f64c5d
use WORD instead of LONGINT for result type
|
6 年之前 |
eth.metacore
|
4db96c3e21
fix result type
|
6 年之前 |
negelef
|
a07a8f44b3
Use proper types
|
7 年之前 |
negelef
|
582455f41c
Use WORD instead of LONGINT as result type
|
7 年之前 |
eth.tmartiel
|
807dda4cc9
Fixed linking problem with constant MathArray values defined in other modules: applied same handling as for string values.
|
10 年之前 |