summaryrefslogtreecommitdiff
path: root/setup/devcon
AgeCommit message (Collapse)Author
2017-08-29Merge pull request #165 from tfncp/cmdRemoveAllWei Mao
added a new devcon command "removeall"
2017-08-25VSTS 12737998Barry Golden
2017-08-25Added a new command "removeall"Tim Felser
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.
2017-04-30devcon: Add CALLBACK to DumpDeviceDriversCallback definition.David Grayson
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.
2017-03-21Fix an trailing \r\n issueWei Mao
2017-03-21Add cmdline option -u for Unicode (UTF-16) outputWei Mao
2017-01-02added unicode support for devconFaraSeer
2016-08-11Updated for "Windows 10 Anniversary Update" (Version 1607)karlf
2015-08-12Rename README.md files to standardize casingJ M Rossy
2015-08-07Update README.mdBarry Golden
2015-08-06Update README.mdBarry Golden
2015-08-06Remove obsolete readme.htm filesBarry Golden
2015-08-05Update README.mdBarry Golden
2015-07-30Update README.mdBarry Golden
2015-07-29Samples update for public Windows 10 releaseJ M Rossy
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
2015-04-29samples update for //buildDave Wilson
2015-03-17Initial publishDave Wilson