<feed xmlns='http://www.w3.org/2005/Atom'>
<title>windows-driver-samples.git/input, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/windows-driver-samples.git/atom/input?h=main</id>
<link rel='self' href='http://cgit.235523.xyz/windows-driver-samples.git/atom/input?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/'/>
<updated>2024-07-02T00:33:16Z</updated>
<entry>
<title>Standarize INF files enconding to UTF-16 (LE with BOM); renormalize files</title>
<updated>2024-07-02T00:33:16Z</updated>
<author>
<name>Adonais Romero Gonzalez</name>
<email>adonais.neoadonis@gmail.com</email>
</author>
<published>2024-07-02T00:33:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=d5569c08aa2818c6240744bb47a00f67f20fdb54'/>
<id>urn:sha1:d5569c08aa2818c6240744bb47a00f67f20fdb54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'main' into develop</title>
<updated>2024-05-06T21:12:14Z</updated>
<author>
<name>Adonais Romero Gonzalez</name>
<email>adonais.neoadonis@gmail.com</email>
</author>
<published>2024-05-06T21:12:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=15477ce52bbb6b42ca591ecdfb484cac089f89ab'/>
<id>urn:sha1:15477ce52bbb6b42ca591ecdfb484cac089f89ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[input/kbfiltr] Remove Boilerplate Text From Callout in Sample Keyboard Input Driver Doc (#1165)</title>
<updated>2024-05-06T21:11:45Z</updated>
<author>
<name>Jose Fernando Lopez Fernandez</name>
<email>166958257+jflopezfdez@users.noreply.github.com</email>
</author>
<published>2024-05-06T21:11:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=def8e8e34ed2b7b1deb2fc9112ac4255f1a0f2ba'/>
<id>urn:sha1:def8e8e34ed2b7b1deb2fc9112ac4255f1a0f2ba</id>
<content type='text'>
The current version of the `README.md` file for the keyboard filter
driver sample erroneously includes what looks like boilerplate text
in the callout at the bottom of the file. This text explains to the
writer of the documentation what to include in the callout text, and
should therefore have been removed when the actual content was added.

This change simply removes this change from the callout text.</content>
</entry>
<entry>
<title>Remove x86 and ARM configurations for sample projects. (#1126)</title>
<updated>2024-02-26T17:47:25Z</updated>
<author>
<name>Adonais Romero González</name>
<email>adonais.neoadonis@gmail.com</email>
</author>
<published>2024-02-26T17:47:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=3fcc0f2bee2fbd40fe953ecbcb15b2bd8b0d3eb9'/>
<id>urn:sha1:3fcc0f2bee2fbd40fe953ecbcb15b2bd8b0d3eb9</id>
<content type='text'>
* Removed Win32 and Arm from the project configurations.
* Set default platform to x64.</content>
</entry>
<entry>
<title>Add ARM64 as target platform on multiple samples (#1104)</title>
<updated>2024-02-19T22:26:14Z</updated>
<author>
<name>Adonais Romero González</name>
<email>adonais.neoadonis@gmail.com</email>
</author>
<published>2024-02-19T22:26:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=cff1465ff184c6e89d43083f8430040e72d69283'/>
<id>urn:sha1:cff1465ff184c6e89d43083f8430040e72d69283</id>
<content type='text'>
* Add ARM64 as target platform on multiple samples

* Remove ARM64 from WFPSampler temporarily

---------

Co-authored-by: Jakob Lichtenberg (170957) &lt;jakobl@microsoft.com&gt;</content>
</entry>
<entry>
<title>Update input projects' DriverTargetPlatform to be 'Windows Drivers' (#966)</title>
<updated>2023-04-08T00:02:07Z</updated>
<author>
<name>Jason</name>
<email>jasonknichel@users.noreply.github.com</email>
</author>
<published>2023-04-08T00:02:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=feab60e77a91e3f1daff3b9bd1b0c0057a0c9ca9'/>
<id>urn:sha1:feab60e77a91e3f1daff3b9bd1b0c0057a0c9ca9</id>
<content type='text'>
Co-authored-by: Jason Knichel &lt;jknichel@ntdev.microsoft.com&gt;</content>
</entry>
<entry>
<title>INFs using DIRID 13 should target only build 16299 or later - HID and Input updates (#927)</title>
<updated>2023-03-13T23:50:51Z</updated>
<author>
<name>Jason</name>
<email>jasonknichel@users.noreply.github.com</email>
</author>
<published>2023-03-13T23:50:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=3dc2444a6f728a59ed17db41b9b3a43d01b03285'/>
<id>urn:sha1:3dc2444a6f728a59ed17db41b9b3a43d01b03285</id>
<content type='text'>
Co-authored-by: Jason Knichel &lt;jknichel@ntdev.microsoft.com&gt;</content>
</entry>
<entry>
<title>[DirID-13] hid, input, pofx, serial, spb, wmi</title>
<updated>2023-01-15T21:33:08Z</updated>
<author>
<name>Wei Mao</name>
<email>weimao1@gmail.com</email>
</author>
<published>2023-01-14T05:35:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=51fed2a629bc5b15e6bdc43e6eeeb2be74c28870'/>
<id>urn:sha1:51fed2a629bc5b15e6bdc43e6eeeb2be74c28870</id>
<content type='text'>
Change INF files with the following:
 - Use Driver Store DirID = 13 which are available starting Windows 10 1809
 - Remove WDF coinstaller
 - Add PnpLockdown = 1
</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>Update README.md (#421)</title>
<updated>2019-09-19T16:34:00Z</updated>
<author>
<name>Barry Golden</name>
<email>bagold@microsoft.com</email>
</author>
<published>2019-09-19T16:34:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=65a2384f555cf54601e3b9c29eb53075193a9af1'/>
<id>urn:sha1:65a2384f555cf54601e3b9c29eb53075193a9af1</id>
<content type='text'>
</content>
</entry>
</feed>
