| Age | Commit message (Collapse) | Author |
|
added a new devcon command "removeall"
|
|
|
|
Just like "findall" corresponds to "find" this new command acts like "remove" but it will also remove non-present devices.
So it is easy to remove all instances of an USB driver.
|
|
The function is passed to SetupScanFileQueue, which expects it to be a
PSP_FILE_CALLBACK.
The definition of PSP_FILE_CABLLBACK includes CALLBACK.
The definition of CALLBACK usually is __stdcall.
This change is needed for compiling devcon with mingw-w64.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix #2 Enabling WPP Recorder in Sensors Samples causes errors
Fix #4 Add back fixed KMDOD sample
Add new BarcodeScanner sample in pos folder
Add new MagneticStripeReader sample in pos folder
Add new SynpaticsTouch sample in input folder
Add new Power Engine Plugin sample in pofx folder
Add new DeviceMft sample in avstream folder
Add new AvsCamera sample in root
Add new SimBatt sample in root
Add other pre-existing samples not yet released for Win10
|
|
|
|
|