<feed xmlns='http://www.w3.org/2005/Atom'>
<title>windows-driver-samples.git/serial, branch win11-22h2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/windows-driver-samples.git/atom/serial?h=win11-22h2</id>
<link rel='self' href='http://cgit.235523.xyz/windows-driver-samples.git/atom/serial?h=win11-22h2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/'/>
<updated>2022-05-11T15:58:53Z</updated>
<entry>
<title>Using ExAllocatePool2 for deferred API change (#719)</title>
<updated>2022-05-11T15:58:53Z</updated>
<author>
<name>visvel</name>
<email>visvel@microsoft.com</email>
</author>
<published>2022-05-11T15:58:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=cf17d8df1a423a7ee616bf8179e8e102fe674a57'/>
<id>urn:sha1:cf17d8df1a423a7ee616bf8179e8e102fe674a57</id>
<content type='text'>
</content>
</entry>
<entry>
<title>correct README.md of VirtualSerial2 driver (#700)</title>
<updated>2022-03-25T00:36:29Z</updated>
<author>
<name>KunYi Chen</name>
<email>kunyi.chen@gmail.com</email>
</author>
<published>2022-03-25T00:36:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=ac79480cef8a97657ede27737570c22874673c28'/>
<id>urn:sha1:ac79480cef8a97657ede27737570c22874673c28</id>
<content type='text'>
</content>
</entry>
<entry>
<title>PR Feedback</title>
<updated>2022-03-10T16:21:14Z</updated>
<author>
<name>Phan Trinh Ha</name>
<email>phantrinhha@microsoft.com</email>
</author>
<published>2022-03-10T07:28:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=94de67aabfbc2a4e338d4d4eca838c918749fa7f'/>
<id>urn:sha1:94de67aabfbc2a4e338d4d4eca838c918749fa7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updating ExAllocatePoolWithTag security and additional PnpLockdown warning on build</title>
<updated>2022-03-10T16:21:14Z</updated>
<author>
<name>Phan Trinh Ha</name>
<email>phantrinhha@microsoft.com</email>
</author>
<published>2022-03-10T00:14:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=4fb81dbfe57f347dd84c41becb4069c45171373a'/>
<id>urn:sha1:4fb81dbfe57f347dd84c41becb4069c45171373a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adding sha256 driver signing to additional driver samples (#645)</title>
<updated>2021-06-24T22:57:34Z</updated>
<author>
<name>Dipannita Shaw</name>
<email>shaw.dipannita@gmail.com</email>
</author>
<published>2021-06-24T22:57:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=6ec85eac7246dcf8ee54943b8dc8463cbdf030c0'/>
<id>urn:sha1:6ec85eac7246dcf8ee54943b8dc8463cbdf030c0</id>
<content type='text'>
Co-authored-by: Dipannita Shaw &lt;dishaw@microsoft.com&gt;</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>Buses samples should use ExAllocatePool2 (#611)</title>
<updated>2021-04-20T17:59:31Z</updated>
<author>
<name>matwilli</name>
<email>39633852+matwilli@users.noreply.github.com</email>
</author>
<published>2021-04-20T17:59:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=80c104ad0cef2a4fb55aaee7d494f30af5fb44b4'/>
<id>urn:sha1:80c104ad0cef2a4fb55aaee7d494f30af5fb44b4</id>
<content type='text'>
* Updating samples to utilize ExAllocatePool2 which zero-initializes pool allocations</content>
</entry>
<entry>
<title>Use SHA256 for wdfserial and usbfx2 driver signing (#560)</title>
<updated>2021-01-22T21:15:11Z</updated>
<author>
<name>OsborneSDev</name>
<email>76076445+OsborneSDev@users.noreply.github.com</email>
</author>
<published>2021-01-22T21:15:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=c3b354b79a46a20e7a8063bb69e24d3f7883ce67'/>
<id>urn:sha1:c3b354b79a46a20e7a8063bb69e24d3f7883ce67</id>
<content type='text'>
Sets file digest algorithm for wdfserial and usbfx2 drivers to SHA256
https://dev.azure.com/microsoft/OS/_workitems/edit/31022366
https://dev.azure.com/microsoft/OS/_workitems/edit/31022410

**How Tested:**
Compiling the two driver solutions shows they are correctly signed using SHA256</content>
</entry>
<entry>
<title>Update README.md</title>
<updated>2019-10-15T20:37:29Z</updated>
<author>
<name>docs</name>
<email>33675759+docs-product@users.noreply.github.com</email>
</author>
<published>2019-10-15T20:37:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=b463db17567646965e11af00ca6054758a12159d'/>
<id>urn:sha1:b463db17567646965e11af00ca6054758a12159d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update README.md (#426)</title>
<updated>2019-09-26T16:04:22Z</updated>
<author>
<name>Barry Golden</name>
<email>bagold@microsoft.com</email>
</author>
<published>2019-09-26T16:04:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=f7eb738097908a1e32ca2a07a605bba0e85ccb95'/>
<id>urn:sha1:f7eb738097908a1e32ca2a07a605bba0e85ccb95</id>
<content type='text'>
* Update README.md

* Update README.md
</content>
</entry>
</feed>
