<feed xmlns='http://www.w3.org/2005/Atom'>
<title>windows-driver-samples.git/usb/kmdf_fx2/driver, branch user/daspr/iddsamplebuildfix</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/windows-driver-samples.git/atom/usb/kmdf_fx2/driver?h=user%2Fdaspr%2Fiddsamplebuildfix</id>
<link rel='self' href='http://cgit.235523.xyz/windows-driver-samples.git/atom/usb/kmdf_fx2/driver?h=user%2Fdaspr%2Fiddsamplebuildfix'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/'/>
<updated>2023-01-15T22:54:25Z</updated>
<entry>
<title>Fix: Invalid flag 0x4000, cannot be used with DIRID 13</title>
<updated>2023-01-15T22:54:25Z</updated>
<author>
<name>Wei Mao</name>
<email>weimao1@gmail.com</email>
</author>
<published>2023-01-15T22:54:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=217e46c9844145bf0bee397a916ddc5bffe26d02'/>
<id>urn:sha1:217e46c9844145bf0bee397a916ddc5bffe26d02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix mad merge regression</title>
<updated>2021-04-27T21:40:01Z</updated>
<author>
<name>Dipannita Shaw</name>
<email>dishaw@microsoft.com</email>
</author>
<published>2021-04-27T20:55:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=8c0516b800148950cf1701da66ed6566f0c75ad7'/>
<id>urn:sha1:8c0516b800148950cf1701da66ed6566f0c75ad7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Driver signing changes for driver samples (#612)</title>
<updated>2021-04-23T02:01:14Z</updated>
<author>
<name>Dipannita Shaw</name>
<email>shaw.dipannita@gmail.com</email>
</author>
<published>2021-04-23T01:59:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=fcf72957a9e938aa102ca3241613b01eb4474abc'/>
<id>urn:sha1:fcf72957a9e938aa102ca3241613b01eb4474abc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Comments for DriverEntry function (#396)</title>
<updated>2019-08-13T16:52:58Z</updated>
<author>
<name>Vidush Vishwanath</name>
<email>vidushv@gmail.com</email>
</author>
<published>2019-08-13T16:52:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=930fc2a5a3fcc5e89f91ba16a6ec578f353226bc'/>
<id>urn:sha1:930fc2a5a3fcc5e89f91ba16a6ec578f353226bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include headers from current folder</title>
<updated>2017-09-18T08:33:03Z</updated>
<author>
<name>Wei Mao</name>
<email>weimao1@gmail.com</email>
</author>
<published>2017-09-18T08:33:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=96b567f49ef5c445d09f4fef0752da83024c6968'/>
<id>urn:sha1:96b567f49ef5c445d09f4fef0752da83024c6968</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated the custom capbability to match the CustomCapabilty UWP sample</title>
<updated>2017-04-28T20:38:48Z</updated>
<author>
<name>Ajay Barboza</name>
<email>ajbarb@microsoft.com</email>
</author>
<published>2017-04-28T20:38:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=f083d39e827051a159ed2eb9548626871974d22e'/>
<id>urn:sha1:f083d39e827051a159ed2eb9548626871974d22e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>_IRQL_limited_to_(PASSIVE_LEVEL) in function body</title>
<updated>2017-03-16T20:26:33Z</updated>
<author>
<name>Wei Mao</name>
<email>weimao1@gmail.com</email>
</author>
<published>2017-03-16T20:26:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=2a4ccbe1063d7ff4cd83e6c30b2815381e3e448c'/>
<id>urn:sha1:2a4ccbe1063d7ff4cd83e6c30b2815381e3e448c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow samples to build successfully on RS1 WDK</title>
<updated>2017-03-14T17:08:14Z</updated>
<author>
<name>Wei Mao</name>
<email>weimao1@gmail.com</email>
</author>
<published>2017-03-14T17:08:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=c7113e1789b0ccb579625b6edfd1408bd3981e5d'/>
<id>urn:sha1:c7113e1789b0ccb579625b6edfd1408bd3981e5d</id>
<content type='text'>
C/C++ standards specifies that during !if pre-processing, any undefined
identifier is replaced with pp-number 0. Thus !if NTDDI &gt;= RS2 is
evaluated to true on RS1 DDK, even if NTDDI_RS2 is not defined there
</content>
</entry>
<entry>
<title>[usb/kmdf_fx2] Fix Code Analysis Warnings</title>
<updated>2017-03-13T22:43:02Z</updated>
<author>
<name>Wei Mao</name>
<email>weimao1@gmail.com</email>
</author>
<published>2017-03-13T22:43:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=49bcea929f7eb4a417de16abc8be5d2d172181b7'/>
<id>urn:sha1:49bcea929f7eb4a417de16abc8be5d2d172181b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Setting custom capability on a device interface instance to access it using windows store devica app</title>
<updated>2017-03-13T15:44:24Z</updated>
<author>
<name>ajbarb</name>
<email>ajbarb@microsoft.com</email>
</author>
<published>2017-03-13T15:41:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=5349d6e8684017a770b231aa60c21c3153bcc88a'/>
<id>urn:sha1:5349d6e8684017a770b231aa60c21c3153bcc88a</id>
<content type='text'>
</content>
</entry>
</feed>
