| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-05-01 | Remove unused WIA idl file | Wei Mao | |
| 2017-04-30 | Merge pull request #129 from DavidEGrayson/pr_devcon1 | Wei Mao | |
| devcon: Made DumpDeviceDriversCallback be __stdcall. | |||
| 2017-04-30 | devcon: 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-04-28 | Merge pull request #136 from ajbarb/fix_custom_capability_name | Wei Mao | |
| Updated the custom capbability to match the CustomCapabilty UWP sample | |||
| 2017-04-28 | Updated the custom capbability to match the CustomCapabilty UWP sample | Ajay Barboza | |
| 2017-03-21 | Merge pull request #125 from girishpattabiraman/master | Wei Mao | |
| Ignore both 4049 and 4217 warning for SwapAPO.vcxproj. The error text is the same: locally defined symbol __stdio_common_vswprintf imported from AudioBaseProcessingObjectV140.lib | |||
| 2017-03-21 | Merge pull request #30 from AndrewGaspar/spelling | Wei Mao | |
| Fix spelling of ENUERATE in ndis filter sample. Keep old IOCTL name to not break existing drivers | |||
| 2017-03-21 | Ignoring specific linker warnings for RS1 and RS2 | Girish Pattabiraman | |
| 2017-03-21 | Keep old IOCTL name to not break existing drivers | Wei Mao | |
| 2017-03-21 | Merge pull request #103 from FaraSeer/devcon_unicode | Wei Mao | |
| 2017-03-21 | Fix an trailing \r\n issue | Wei Mao | |
| 2017-03-21 | Add cmdline option -u for Unicode (UTF-16) output | Wei Mao | |
| 2017-03-20 | Ignore warning 4049 instead of 4127 | Girish Pattabiraman | |
| 2017-03-20 | Merge pull request #118 from saredd/master | Wei Mao | |
| 2017-03-20 | Add a script to build all samples | Wei Mao | |
| 2017-03-20 | Fix build failures | Wei Mao | |
| 2017-03-18 | Merge pull request #38 from plujon/msnmntr-bad-cast | Wei Mao | |
| Avoid 0x80000003 on 32-bit Windows in msnmntr. | |||
| 2017-03-18 | Merge pull request #124 from wm1/wm1/fix-cases | Wei Mao | |
| Fix git directory name case problems | |||
| 2017-03-17 | Use lower case | Wei Mao | |
| 2017-03-17 | Fix cases | Wei Mao | |
| 2017-03-16 | Fix issue #122 - Try it again | Wei Mao | |
| 2017-03-16 | _IRQL_limited_to_(PASSIVE_LEVEL) in function body | Wei Mao | |
| 2017-03-16 | UsbView: Display more BOS descriptors | Wei Mao | |
| 2017-03-16 | Fix issue #122 - USBView incorrectly prints out bType of unknown capability ↵ | Wei Mao | |
| descriptor | |||
| 2017-03-15 | Merge pull request #41 from pccq2002/patch-1 | Wei Mao | |
| Update CdoOperations.c | |||
| 2017-03-15 | Got rid of useless casts in AvScan.c | Elias Bachaalany | |
| 2017-03-15 | Merge pull request #80 from hnebelung/bugfix/DisplayConnectionInfo | Wei Mao | |
| Fix DisplayConnectionInfo | |||
| 2017-03-15 | Merge pull request #83 from lallousx86/minor-typo | Wei Mao | |
| minor typo fix | |||
| 2017-03-15 | Merge pull request #93 from Mapleaph/regdevicemap | Wei Mao | |
| Fix NULL-terminating device name when writing to DEVICEMAP/SERIALCOMM | |||
| 2017-03-15 | Fix issue #109 No kbfiltr.inf file | Wei Mao | |
| - Also fix mouse filter for the same issue. - hiddigi\SynapticsTouch for NT$ARCH$ decoration | |||
| 2017-03-15 | Merge branch 'master' of https://github.com/Microsoft/Windows-driver-samples | Wei Mao | |
| 2017-03-15 | Fix issue #119 PLX9x5x.sln - missing PLxEvtIoDeviceControl function | Wei Mao | |
| 2017-03-15 | Fix issue #51 PLX9x5x.sln - missing PLxEvtIoDeviceControl function | Wei Mao | |
| 2017-03-15 | [usb] Fix Code Analysis Warnings | Wei Mao | |
| 2017-03-15 | Fix issue #66 - Confusing `MaximumTransferSize` and `maxTransferSize` in | Michelle Bergeron | |
| usbsamp | |||
| 2017-03-14 | [usb] Fix Code Analysis Warnings | Wei Mao | |
| 2017-03-14 | [usb/ucmcx] Fix Code Analysis Warnings | Wei Mao | |
| 2017-03-14 | Merge pull request #121 from wm1/usb/kmdf_fx2/codeanalysis | Karl Froelich | |
| Usb/kmdf fx2/codeanalysis | |||
| 2017-03-14 | Allow samples to build successfully on RS1 WDK | Wei Mao | |
| C/C++ standards specifies that during !if pre-processing, any undefined identifier is replaced with pp-number 0. Thus !if NTDDI >= RS2 is evaluated to true on RS1 DDK, even if NTDDI_RS2 is not defined there | |||
| 2017-03-13 | [usb/kmdf_fx2] Fix Code Analysis Warnings | Wei Mao | |
| 2017-03-13 | Merge pull request #120 from ajbarb/update-osrfx2usb-customcapability | Karl Froelich | |
| Setting custom capability on a device interface instance to access it… | |||
| 2017-03-13 | Setting custom capability on a device interface instance to access it using ↵ | ajbarb | |
| windows store devica app | |||
| 2017-03-09 | Fix OACR code analysis warnings | Sanjeev Reddy | |
| 2017-03-09 | Temporarily removing this code for rearchitecture | karlf | |
| 2017-03-02 | Merge pull request #114 from girishpattabiraman/master | Karl Froelich | |
| Resolve SAL warnings and suppress 4595 | |||
| 2017-03-01 | Visual Studio will default to linking with VC Runtime DLL if ↵ | Girish Pattabiraman | |
| <RuntimeLibrary> is not specified. This Tag needs to be explicitly emptied out. SwapAPO DLL doesn't need the CRT because the CRT is included in "AudioBaseProcessingObjectV140.lib". Have to specifically ignore the Linker error 4217 because vsprintfxxx is being included locally through AudioBaseProcessingObjectV140.lib. | |||
| 2017-02-16 | Resolve SAL issues for floating point hardware state. | Girish Pattabiraman | |
| Comment explaining warning 6386 | |||
| 2017-02-08 | Removing local "new and delete operators" and suppressing warning 4595 | Girish Pattabiraman | |
| 2017-02-08 | Removed definition of "void __cdecl operator delete(void *)" to avoid linker ↵ | Girish Pattabiraman | |
| error with stdunk.lib | |||
| 2017-02-08 | Add NewDelete operators locally as recommeded in C4595 warning and "stdunk.h" | Girish Pattabiraman | |
