Граф коммитов

174 Коммитов

Автор SHA1 Сообщение Дата
Wei Mao f36ae05fad Merge pull request #103 from FaraSeer/devcon_unicode 2017-03-21 13:02:08 -07:00
Wei Mao 3e230151ec Fix an trailing \r\n issue 2017-03-21 12:59:49 -07:00
Wei Mao 0fcda712a2 Add cmdline option -u for Unicode (UTF-16) output 2017-03-21 06:49:43 -07:00
Girish Pattabiraman a11198c304 Ignore warning 4049 instead of 4127 2017-03-20 19:24:35 -07:00
Wei Mao e044ea456a Merge pull request #118 from saredd/master 2017-03-20 18:27:00 -07:00
Wei Mao bc6e698503 Add a script to build all samples 2017-03-20 18:10:04 -07:00
Wei Mao 88541f70c4 Fix build failures 2017-03-20 18:09:29 -07:00
Wei Mao 70448f6d9a Merge pull request #38 from plujon/msnmntr-bad-cast
Avoid 0x80000003 on 32-bit Windows in msnmntr.
2017-03-18 07:10:38 -07:00
Wei Mao 8fddb04599 Merge pull request #124 from wm1/wm1/fix-cases
Fix git directory name case problems
2017-03-18 06:26:54 -07:00
Wei Mao 406cf3e4c6 Use lower case 2017-03-17 20:14:57 -07:00
Wei Mao 1a3e0d5803 Fix cases 2017-03-17 19:47:04 -07:00
Wei Mao da21c8784c Fix issue #122 - Try it again 2017-03-16 15:24:51 -07:00
Wei Mao 2a4ccbe106 _IRQL_limited_to_(PASSIVE_LEVEL) in function body 2017-03-16 13:26:33 -07:00
Wei Mao 30519540bc UsbView: Display more BOS descriptors 2017-03-16 12:40:21 -07:00
Wei Mao a34e131696 Fix issue #122 - USBView incorrectly prints out bType of unknown capability descriptor 2017-03-16 12:36:48 -07:00
Wei Mao bda70f78a1 Merge pull request #41 from pccq2002/patch-1
Update CdoOperations.c
2017-03-15 17:52:11 -07:00
Elias Bachaalany c970aa0268 Got rid of useless casts in AvScan.c 2017-03-15 17:24:47 -07:00
Wei Mao 2910c9a757 Merge pull request #80 from hnebelung/bugfix/DisplayConnectionInfo
Fix DisplayConnectionInfo
2017-03-15 17:09:30 -07:00
Wei Mao 42a3483b5a Merge pull request #83 from lallousx86/minor-typo
minor typo fix
2017-03-15 17:04:24 -07:00
Wei Mao faf7e32910 Merge pull request #93 from Mapleaph/regdevicemap
Fix NULL-terminating device name when writing to DEVICEMAP/SERIALCOMM
2017-03-15 17:01:51 -07:00
Wei Mao 7bf4fe930b Fix issue #109 No kbfiltr.inf file
- Also fix mouse filter for the same issue.
 - hiddigi\SynapticsTouch for NT$ARCH$ decoration
2017-03-15 16:28:34 -07:00
Wei Mao 4af0411473 Merge branch 'master' of https://github.com/Microsoft/Windows-driver-samples 2017-03-15 15:54:02 -07:00
Wei Mao 649c1b3544 Fix issue #119 PLX9x5x.sln - missing PLxEvtIoDeviceControl function 2017-03-15 15:53:17 -07:00
Wei Mao 81bc1aeafa Fix issue #51 PLX9x5x.sln - missing PLxEvtIoDeviceControl function 2017-03-15 15:52:15 -07:00
Wei Mao 80cc22cbde [usb] Fix Code Analysis Warnings 2017-03-15 12:58:20 -07:00
Michelle Bergeron 6b8cbe40b8 Fix issue #66 - Confusing `MaximumTransferSize` and `maxTransferSize` in
usbsamp
2017-03-15 10:16:55 -07:00
Wei Mao 360ed51d5a [usb] Fix Code Analysis Warnings 2017-03-14 14:41:04 -07:00
Wei Mao 8dc7279b89 [usb/ucmcx] Fix Code Analysis Warnings 2017-03-14 12:46:40 -07:00
Karl Froelich b8dd1155d3 Merge pull request #121 from wm1/usb/kmdf_fx2/codeanalysis
Usb/kmdf fx2/codeanalysis
2017-03-14 11:26:10 -07:00
Wei Mao c7113e1789 Allow samples to build successfully on RS1 WDK
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-14 10:08:14 -07:00
Wei Mao 49bcea929f [usb/kmdf_fx2] Fix Code Analysis Warnings 2017-03-13 15:43:02 -07:00
Karl Froelich 6f54e0945a Merge pull request #120 from ajbarb/update-osrfx2usb-customcapability
Setting custom capability on a device interface instance to access it…
2017-03-13 09:57:05 -07:00
ajbarb 5349d6e868 Setting custom capability on a device interface instance to access it using windows store devica app 2017-03-13 08:44:24 -07:00
Sanjeev Reddy e4581d8cd1 Fix OACR code analysis warnings 2017-03-09 17:18:02 -08:00
karlf 1098c82e7d Temporarily removing this code for rearchitecture 2017-03-09 16:14:04 -08:00
Karl Froelich 48aa498e45 Merge pull request #114 from girishpattabiraman/master
Resolve SAL warnings and suppress 4595
2017-03-02 10:57:21 -08:00
Girish Pattabiraman 902b548c15 Visual Studio will default to linking with VC Runtime DLL if <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-03-01 16:36:47 -08:00
Girish Pattabiraman ab9a793f9b Resolve SAL issues for floating point hardware state.
Comment explaining warning 6386
2017-02-16 15:00:10 -08:00
Girish Pattabiraman a982f7e243 Removing local "new and delete operators" and suppressing warning 4595 2017-02-08 15:43:47 -08:00
Girish Pattabiraman fe0b6f422c Removed definition of "void __cdecl operator delete(void *)" to avoid linker error with stdunk.lib 2017-02-08 15:17:24 -08:00
Girish Pattabiraman 42cd81689c Add NewDelete operators locally as recommeded in C4595 warning and "stdunk.h" 2017-02-08 15:02:51 -08:00
Michelle Bergeron c824f13901 Merge pull request #100 from xiaoyinl/patch-1
Use HTTPS links in README.md
2017-01-27 11:37:35 -08:00
Girish Pattabiraman 27fa3e21b8 Ignore DB and opendb files. 2017-01-21 22:29:20 -08:00
Girish Pattabiraman 4923e88491 Ignoring 4595 and removing the project DB auto-generated file 2017-01-21 22:25:36 -08:00
Girish Pattabiraman 5d4e0d88ce Resolve SAL annotations 2017-01-21 21:07:31 -08:00
Karl Froelich 83343ad465 Merge pull request #106 from TrevorDev/master
Fix Code Analysis Warnings C4595
2017-01-06 14:09:29 -08:00
Trevor Baron 5e36b0da44 fix Code Analysis Warnings C4595 2017-01-06 13:36:58 -08:00
FaraSeer de981510f3 added unicode support for devcon 2017-01-02 21:56:37 +03:00
Xiaoyin Liu 8eb4683490 Use HTTPS links
For better privacy, let's use HTTPS for go.microsoft.com links.
2016-12-23 23:37:14 -05:00
Karl Froelich 3070c2df6e Merge pull request #78 from Dansimp/patch-1
Update README.md
2016-12-08 10:42:56 -08:00